Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.loaders.remote.wrapper
Interface EntryWrapper<K,V>

All Known Implementing Classes:
DefaultEntryWrapper, HotRodEntryWrapper

public interface EntryWrapper<K,V>

EntryWrapper.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 K wrapKey(Object key)
           
 V wrapValue(MetadataValue<?> value)
           
 

Method Detail

wrapKey

K wrapKey(Object key)
          throws CacheLoaderException
Throws:
CacheLoaderException

wrapValue

V wrapValue(MetadataValue<?> value)
            throws CacheLoaderException
Throws:
CacheLoaderException

Infinispan Distribution 5.2.6.Final-redhat-2

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