Uses of Interface
org.infinispan.client.hotrod.MetadataValue
Packages that use MetadataValue
-
Uses of MetadataValue in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return MetadataValueModifier and TypeMethodDescriptionRemoteCache.getWithMetadata
(K key) Returns theMetadataValue
associated to the supplied key param, or null if it doesn't exist.Methods in org.infinispan.client.hotrod that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionRemoteCache.getWithMetadataAsync
(K key) Asynchronously returns theMetadataValue
associated to the supplied key param, or null if it doesn't exist.org.reactivestreams.Publisher<Map.Entry<K,
MetadataValue<V>>> RemoteCache.publishEntriesWithMetadata
(Set<Integer> segments, int batchSize) Publish entries with metadata informationRemoteCache.retrieveEntriesWithMetadata
(Set<Integer> segments, int batchSize) Retrieve entries with metadata information