Uses of Interface
org.infinispan.hotrod.impl.iteration.KeyTracker
-
Packages that use KeyTracker Package Description org.infinispan.hotrod.impl.operations -
-
Uses of KeyTracker in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations with parameters of type KeyTracker Modifier and Type Method Description <K,E>
IterationNextOperation<K,E>CacheOperationsFactory. newIterationNextOperation(byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, org.infinispan.api.common.CacheOptions options, DataFormat dataFormat)Constructors in org.infinispan.hotrod.impl.operations with parameters of type KeyTracker Constructor Description IterationNextOperation(OperationContext operationContext, org.infinispan.api.common.CacheOptions options, byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, DataFormat dataFormat)
-