Uses of Interface
org.infinispan.client.hotrod.MetadataValue
Packages that use MetadataValue
Package
Description
Hot Rod client API.
-
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 -
Uses of MetadataValue in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement MetadataValueMethods in org.infinispan.client.hotrod.impl that return MetadataValueModifier and TypeMethodDescriptionfinal MetadataValue<V>
RemoteCacheSupport.getWithMetadata
(K key) Methods in org.infinispan.client.hotrod.impl that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionDelegatingRemoteCache.getWithMetadataAsync
(K key) org.infinispan.client.hotrod.impl.operations.RetryAwareCompletionStage<MetadataValue<V>>
DelegatingRemoteCache.getWithMetadataAsync
(K key, SocketAddress preferredAddres) org.infinispan.client.hotrod.impl.operations.RetryAwareCompletionStage<MetadataValue<V>>
InternalRemoteCache.getWithMetadataAsync
(K key, SocketAddress preferredAddres) InvalidatedNearRemoteCache.getWithMetadataAsync
(K key) RemoteCacheImpl.getWithMetadataAsync
(K key) org.infinispan.client.hotrod.impl.operations.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) DelegatingRemoteCache.retrieveEntriesWithMetadata
(Set<Integer> segments, int batchSize) RemoteCacheImpl.retrieveEntriesWithMetadata
(Set<Integer> segments, int batchSize) -
Uses of MetadataValue in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near that return MetadataValueModifier and TypeMethodDescriptionMethods in org.infinispan.client.hotrod.near that return types with arguments of type MetadataValueMethods in org.infinispan.client.hotrod.near with parameters of type MetadataValueModifier and TypeMethodDescriptionboolean
NearCache.putIfAbsent
(K key, MetadataValue<V> value) boolean
NearCacheService.putIfAbsent
(K key, MetadataValue<V> value) boolean
NearCache.remove
(K key, MetadataValue<V> value) boolean
NearCacheService.remove
(K key, MetadataValue<V> value) boolean
NearCache.replace
(K key, MetadataValue<V> prevValue, MetadataValue<V> newValue) boolean
NearCacheService.replace
(K key, MetadataValue<V> prevValue, MetadataValue<V> newValue) Method parameters in org.infinispan.client.hotrod.near with type arguments of type MetadataValueModifier and TypeMethodDescription<K,
V> NearCache<K, V> DefaultNearCacheFactory.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer) <K,
V> NearCache<K, V> NearCacheFactory.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer) NearCacheService.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer)