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.impl org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.transaction org.infinispan.client.hotrod.impl.transaction.entry 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.org.reactivestreams.Publisher<Map.Entry<K,MetadataValue<V>>>RemoteCache. publishEntriesWithMetadata(Set<Integer> segments, int batchSize)Publish entries with metadata informationorg.infinispan.commons.util.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.impl
Classes in org.infinispan.client.hotrod.impl that implement MetadataValue Modifier and Type Class Description classMetadataValueImpl<V>MetadataValueImpl.Methods in org.infinispan.client.hotrod.impl that return MetadataValue Modifier and Type Method Description MetadataValue<V>RemoteCacheSupport. getWithMetadata(K key)Methods in org.infinispan.client.hotrod.impl that return types with arguments of type MetadataValue Modifier and Type Method Description CompletableFuture<MetadataValue<V>>DelegatingRemoteCache. getWithMetadataAsync(K key)RetryAwareCompletionStage<MetadataValue<V>>DelegatingRemoteCache. getWithMetadataAsync(K key, SocketAddress preferredAddres)RetryAwareCompletionStage<MetadataValue<V>>InternalRemoteCache. getWithMetadataAsync(K key, SocketAddress preferredAddres)CompletableFuture<MetadataValue<V>>InvalidatedNearRemoteCache. getWithMetadataAsync(K key)CompletableFuture<MetadataValue<V>>RemoteCacheImpl. getWithMetadataAsync(K key)RetryAwareCompletionStage<MetadataValue<V>>RemoteCacheImpl. getWithMetadataAsync(K key, SocketAddress preferredAddres)abstract CompletableFuture<MetadataValue<V>>RemoteCacheSupport. getWithMetadataAsync(K key)org.reactivestreams.Publisher<Map.Entry<K,MetadataValue<V>>>DelegatingRemoteCache. publishEntriesWithMetadata(Set<Integer> segments, int batchSize)org.reactivestreams.Publisher<Map.Entry<K,MetadataValue<V>>>RemoteCacheImpl. publishEntriesWithMetadata(Set<Integer> segments, int batchSize)org.infinispan.commons.util.CloseableIterator<Map.Entry<Object,MetadataValue<Object>>>DelegatingRemoteCache. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize)org.infinispan.commons.util.CloseableIterator<Map.Entry<Object,MetadataValue<Object>>>RemoteCacheImpl. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize) -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type MetadataValue Modifier and Type Method Description RetryAwareCompletionStage<MetadataValue<V>>GetWithMetadataOperation. internalExecute() -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction that return types with arguments of type MetadataValue Modifier and Type Method Description CompletableFuture<MetadataValue<V>>TransactionalRemoteCacheImpl. getWithMetadataAsync(K key) -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return MetadataValue Modifier and Type Method Description MetadataValue<V>TransactionEntry. toMetadataValue()Methods in org.infinispan.client.hotrod.impl.transaction.entry with parameters of type MetadataValue Modifier and Type Method Description static <K,V>
TransactionEntry<K,V>TransactionEntry. read(K key, MetadataValue<V> value) -
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 that return types with arguments of type MetadataValue Modifier and Type Method Description Iterator<Map.Entry<K,MetadataValue<V>>>NearCacheService. iterator()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)Method parameters in org.infinispan.client.hotrod.near with type arguments of type MetadataValue Modifier and Type Method Description protected NearCache<K,V>NearCacheService. createNearCache(NearCacheConfiguration config, BiConsumer<K,MetadataValue<V>> removedConsumer)
-