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 TypeMethodDescriptionVersionedOperationResponse.getMetadata()
final 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) InvalidatedNearRemoteCache.getWithMetadataAsync
(K key) RemoteCacheImpl.getWithMetadataAsync
(K key) 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) Constructors in org.infinispan.client.hotrod.impl with parameters of type MetadataValueModifierConstructorDescriptionVersionedOperationResponse
(MetadataValue<V> metadata, VersionedOperationResponse.RspCode code) -
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) -
Uses of MetadataValue in org.infinispan.client.hotrod.telemetry.impl
Methods in org.infinispan.client.hotrod.telemetry.impl that return types with arguments of type MetadataValueModifier and TypeMethodDescription<K,
V> org.infinispan.client.hotrod.impl.operations.HotRodOperation <MetadataValue<V>> TelemetryCacheOperationsFactory.newPutIfAbsentOperation
(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,
V> org.infinispan.client.hotrod.impl.operations.HotRodOperation <MetadataValue<V>> TelemetryCacheOperationsFactory.newPutKeyValueOperation
(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <V> org.infinispan.client.hotrod.impl.operations.HotRodOperation
<MetadataValue<V>> TelemetryCacheOperationsFactory.newRemoveOperation
(Object key)