Uses of Interface
org.infinispan.client.hotrod.MetadataValue
-
Packages that use MetadataValue Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.near -
-
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 CompletableFuture<MetadataValue<V>>RemoteCache. getWithMetadataAsync(K key)Asynchronously returns theMetadataValueassociated to the supplied key param, or null if it doesn't exist.CloseableIterator<Map.Entry<Object,MetadataValue<Object>>>RemoteCache. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize)Retrieve entries with metadata information -
Uses of MetadataValue in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near that return MetadataValue Modifier and Type Method Description MetadataValue<V>NearCache. get(K key)MetadataValue<V>NearCacheService. get(K key)Methods in org.infinispan.client.hotrod.near with parameters of type MetadataValue Modifier and Type Method Description voidNearCache. put(K key, MetadataValue<V> value)voidNearCacheService. put(K key, MetadataValue<V> value)voidNearCache. putIfAbsent(K key, MetadataValue<V> value)voidNearCacheService. putIfAbsent(K key, MetadataValue<V> value)
-