Interface EntryLoader<K,V>
- Type Parameters:
K- key typeV- value type
- All Known Subinterfaces:
EntryStore<K,V>
public interface EntryLoader<K,V>
Optional MapStore extension for loading values with per-entry metadata.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Map<K, MetadataAwareValue<V>> loadAllEntries(Collection<? extends K> keys) @Nullable MetadataAwareValue<V>
-
Method Details
-
loadEntry
-
loadAllEntries
-