Uses of Interface
org.infinispan.client.hotrod.MetadataValue
-
Packages that use MetadataValue Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of MetadataValue in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return MetadataValue Modifier and Type Method Description MetadataValue<V>
RemoteCache. 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 MetadataValue Modifier and Type Method Description CompletableFuture<MetadataValue<V>>
RemoteCache. 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 informationCloseableIterator<Map.Entry<Object,MetadataValue<Object>>>
RemoteCache. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize)
Retrieve entries with metadata information
-