Uses of Record Class
org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation.GetWithMetadataResult
Packages that use GetWithMetadataOperation.GetWithMetadataResult
-
Uses of GetWithMetadataOperation.GetWithMetadataResult in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return types with arguments of type GetWithMetadataOperation.GetWithMetadataResultModifier and TypeMethodDescriptionDelegatingRemoteCache.getWithMetadataAsync(K key, io.netty.channel.Channel channel) InternalRemoteCache.getWithMetadataAsync(K key, io.netty.channel.Channel channel) RemoteCacheImpl.getWithMetadataAsync(K key, io.netty.channel.Channel channel) -
Uses of GetWithMetadataOperation.GetWithMetadataResult in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return GetWithMetadataOperation.GetWithMetadataResultModifier and TypeMethodDescriptionGetWithMetadataOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type GetWithMetadataOperation.GetWithMetadataResultModifier and TypeMethodDescriptionCacheOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel channel) DefaultCacheOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel channel) DelegatingCacheOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel preferredChannel) ObjectRoutingCacheOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel preferredChannel) ServerRoutingCacheOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel preferredChannel) StatsOperationsFactory.newGetWithMetadataOperation(K key, io.netty.channel.Channel preferredChannel) Methods in org.infinispan.client.hotrod.impl.operations with parameters of type GetWithMetadataOperation.GetWithMetadataResultModifier and TypeMethodDescriptionvoidGetWithMetadataOperation.handleStatsCompletion(ClientStatistics statistics, long startTime, short status, GetWithMetadataOperation.GetWithMetadataResult<V> responseValue)