Package com.hazelcast.map
Interface EntryLoader<K,V>
-
- Type Parameters:
K
- type of the EntryLoader keyV
- type of the EnyryLoader value
- All Superinterfaces:
MapLoader<K,EntryLoader.MetadataAwareValue<V>>
- All Known Subinterfaces:
EntryStore<K,V>
public interface EntryLoader<K,V> extends MapLoader<K,EntryLoader.MetadataAwareValue<V>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EntryLoader.MetadataAwareValue<V>
Represents a value with an expiration time attached to it.
-
Method Summary
-
Methods inherited from interface com.hazelcast.map.MapLoader
load, loadAll, loadAllKeys
-
-