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 theMetadataValueassociated 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 java.util.concurrent.CompletableFuture<MetadataValue<V>>RemoteCache. getWithMetadataAsync(K key)Asynchronously returns theMetadataValueassociated to the supplied key param, or null if it doesn't exist.CloseableIterator<java.util.Map.Entry<java.lang.Object,MetadataValue<java.lang.Object>>>RemoteCache. retrieveEntriesWithMetadata(java.util.Set<java.lang.Integer> segments, int batchSize)Retrieve entries with metadata information
-