org.infinispan.loaders.remote.wrapper
Class HotRodEntryWrapper
java.lang.Object
org.infinispan.loaders.remote.wrapper.HotRodEntryWrapper
- All Implemented Interfaces:
- EntryWrapper<ByteArrayKey,org.infinispan.server.core.CacheValue>
public class HotRodEntryWrapper
- extends Object
- implements EntryWrapper<ByteArrayKey,org.infinispan.server.core.CacheValue>
HotRodEntryWrapper.
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotRodEntryWrapper
public HotRodEntryWrapper()
wrapKey
public ByteArrayKey wrapKey(Object key)
throws CacheLoaderException
- Specified by:
wrapKey
in interface EntryWrapper<ByteArrayKey,org.infinispan.server.core.CacheValue>
- Throws:
CacheLoaderException
wrapValue
public org.infinispan.server.core.CacheValue wrapValue(MetadataValue<?> value)
throws CacheLoaderException
- Specified by:
wrapValue
in interface EntryWrapper<ByteArrayKey,org.infinispan.server.core.CacheValue>
- Throws:
CacheLoaderException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.