Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.loaders.remote.wrapper
Class HotRodEntryWrapper

java.lang.Object
  extended by 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

Constructor Summary
HotRodEntryWrapper()
           
 
Method Summary
 ByteArrayKey wrapKey(Object key)
           
 org.infinispan.server.core.CacheValue wrapValue(MetadataValue<?> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotRodEntryWrapper

public HotRodEntryWrapper()
Method Detail

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

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.