Uses of Record Class
com.loomcache.server.datastructures.mapstore.MetadataAwareValue
Packages that use MetadataAwareValue
Package
Description
MapStore Service Provider Interface — pluggable backing store for
DistributedMap.-
Uses of MetadataAwareValue in com.loomcache.server.datastructures.mapstore
Methods in com.loomcache.server.datastructures.mapstore that return MetadataAwareValueModifier and TypeMethodDescriptionstatic <V> MetadataAwareValue<V> MetadataAwareValue.expiringAt(V value, Instant expiry) static <V> MetadataAwareValue<V> MetadataAwareValue.expiringAtEpochMillis(V value, long expiryEpochMillis) @Nullable MetadataAwareValue<V> static <V> MetadataAwareValue<V> MetadataAwareValue.neverExpires(V value) Methods in com.loomcache.server.datastructures.mapstore that return types with arguments of type MetadataAwareValueModifier and TypeMethodDescriptiondefault Map<K, MetadataAwareValue<V>> EntryLoader.loadAllEntries(Collection<? extends K> keys) Methods in com.loomcache.server.datastructures.mapstore with parameters of type MetadataAwareValueMethod parameters in com.loomcache.server.datastructures.mapstore with type arguments of type MetadataAwareValueModifier and TypeMethodDescriptiondefault voidEntryStore.storeAllEntries(Map<? extends K, MetadataAwareValue<V>> entries)