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 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 MetadataValueModifier and TypeMethodDescriptionRemoteCache.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 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) 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) 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.impl.cache
Methods in org.infinispan.client.hotrod.impl.cache that return MetadataValueConstructors in org.infinispan.client.hotrod.impl.cache with parameters of type MetadataValue -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return MetadataValueModifier and TypeMethodDescriptionPutIfAbsentOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) PutOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) RemoveOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) static <V> MetadataValue<V> GetWithMetadataOperation.readMetadataValue(io.netty.buffer.ByteBuf buf, short status, CacheUnmarshaller unmarshaller) protected <T> MetadataValue<T> AbstractKeyOperation.returnMetadataValue(io.netty.buffer.ByteBuf buf, short status, Codec codec, CacheUnmarshaller unmarshaller) GetWithMetadataOperation.GetWithMetadataResult.value()Returns the value of thevaluerecord component.Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type MetadataValueModifier and TypeMethodDescription<K,V> HotRodOperation <MetadataValue<V>> CacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> CacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> DefaultCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> DefaultCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> DelegatingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> DelegatingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> ObjectRoutingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> ObjectRoutingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> ServerRoutingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> ServerRoutingCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> StatsOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> StatsOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags) <K,V> HotRodOperation <MetadataValue<V>> CacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> DefaultCacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> DelegatingCacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> ObjectRoutingCacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> ServerRoutingCacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> StatsOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <V> HotRodOperation<MetadataValue<V>> CacheOperationsFactory.newRemoveOperation(Object key) <V> HotRodOperation<MetadataValue<V>> DefaultCacheOperationsFactory.newRemoveOperation(Object key) <V> HotRodOperation<MetadataValue<V>> DelegatingCacheOperationsFactory.newRemoveOperation(Object key) <V> HotRodOperation<MetadataValue<V>> ObjectRoutingCacheOperationsFactory.newRemoveOperation(Object key) <V> HotRodOperation<MetadataValue<V>> ServerRoutingCacheOperationsFactory.newRemoveOperation(Object key) <V> HotRodOperation<MetadataValue<V>> StatsOperationsFactory.newRemoveOperation(Object key) Methods in org.infinispan.client.hotrod.impl.operations with parameters of type MetadataValueModifier and TypeMethodDescriptionvoidPutIfAbsentOperation.handleStatsCompletion(ClientStatistics statistics, long startTime, short status, MetadataValue<V> responseValue) voidPutOperation.handleStatsCompletion(ClientStatistics statistics, long startTime, short status, MetadataValue<V> responseValue) voidRemoveOperation.handleStatsCompletion(ClientStatistics statistics, long startTime, short status, MetadataValue<V> responseValue) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type MetadataValueModifierConstructorDescriptionGetWithMetadataResult(MetadataValue<V> value, boolean retried) Creates an instance of aGetWithMetadataResultrecord class. -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol that return MetadataValueModifier and TypeMethodDescription<V> MetadataValue<V> Codec.returnMetadataValue(io.netty.buffer.ByteBuf buf, short status, CacheUnmarshaller unmarshaller) <V> MetadataValue<V> Codec30.returnMetadataValue(io.netty.buffer.ByteBuf buf, short status, CacheUnmarshaller unmarshaller) <V> MetadataValue<V> Codec40.returnMetadataValue(io.netty.buffer.ByteBuf buf, short status, CacheUnmarshaller unmarshaller) -
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 -
Uses of MetadataValue in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return MetadataValueMethods in org.infinispan.client.hotrod.impl.transaction.entry with parameters of type MetadataValueModifier and TypeMethodDescriptionstatic <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 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 TypeMethodDescriptionbooleanNearCache.putIfAbsent(K key, MetadataValue<V> value) booleanNearCacheService.putIfAbsent(K key, MetadataValue<V> value) booleanNearCache.remove(K key, MetadataValue<V> value) booleanNearCacheService.remove(K key, MetadataValue<V> value) booleanNearCache.replace(K key, MetadataValue<V> prevValue, MetadataValue<V> newValue) booleanNearCacheService.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> HotRodOperation <MetadataValue<V>> TelemetryCacheOperationsFactory.newPutIfAbsentOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <K,V> HotRodOperation <MetadataValue<V>> TelemetryCacheOperationsFactory.newPutKeyValueOperation(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) <V> HotRodOperation<MetadataValue<V>> TelemetryCacheOperationsFactory.newRemoveOperation(Object key)