Uses of Interface
org.infinispan.client.hotrod.MetadataValue
Package
Description
Hot Rod client API.
-
Uses of MetadataValue in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptionRemoteCache.getWithMetadata
(K key) Returns theMetadataValue
associated to the supplied key param, or null if it doesn't exist.Modifier 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
Modifier and TypeMethodDescriptionfinal MetadataValue<V>
RemoteCacheSupport.getWithMetadata
(K key) Modifier 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
Modifier and TypeMethodDescriptionModifier 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) Modifier 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)