Uses of Class
org.infinispan.client.hotrod.impl.operations.IterationNextResponse
Packages that use IterationNextResponse
-
Uses of IterationNextResponse in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return IterationNextResponseModifier and TypeMethodDescriptionIterationNextOperation.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 IterationNextResponseModifier and TypeMethodDescription<K,E> HotRodOperation <IterationNextResponse<K, E>> CacheOperationsFactory.newIterationNextOperation(byte[] iterationId, KeyTracker segmentKeyTracker) <K,E> HotRodOperation <IterationNextResponse<K, E>> DefaultCacheOperationsFactory.newIterationNextOperation(byte[] iterationId, KeyTracker segmentKeyTracker) <K,E> HotRodOperation <IterationNextResponse<K, E>> DelegatingCacheOperationsFactory.newIterationNextOperation(byte[] iterationId, KeyTracker segmentKeyTracker)