Uses of Interface
org.infinispan.client.hotrod.impl.iteration.KeyTracker
-
Packages that use KeyTracker Package Description org.infinispan.client.hotrod.impl.operations -
-
Uses of KeyTracker in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type KeyTracker Modifier and Type Method Description <E> IterationNextOperation<E>
OperationsFactory. newIterationNextOperation(byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, DataFormat dataFormat)
Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type KeyTracker Constructor Description IterationNextOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicInteger topologyId, byte[] iterationId, io.netty.channel.Channel channel, ChannelFactory channelFactory, KeyTracker segmentKeyTracker, DataFormat dataFormat)
-