Package com.hazelcast.map
Interface EntryStore<K,V>
-
- Type Parameters:
K
- type of the EntryStore keyV
- type of the EntryStore value
- All Superinterfaces:
EntryLoader<K,V>
,MapLoader<K,EntryLoader.MetadataAwareValue<V>>
,MapStore<K,EntryLoader.MetadataAwareValue<V>>
public interface EntryStore<K,V> extends EntryLoader<K,V>, MapStore<K,EntryLoader.MetadataAwareValue<V>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.hazelcast.map.EntryLoader
EntryLoader.MetadataAwareValue<V>
-
-