Uses of Interface
org.infinispan.client.hotrod.impl.iteration.KeyTracker
Packages that use KeyTracker
-
Uses of KeyTracker in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type KeyTrackerModifier and TypeMethodDescription<K,E> IterationNextOperation <K, 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 KeyTrackerModifierConstructorDescriptionprotectedIterationNextOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, byte[] iterationId, io.netty.channel.Channel channel, ChannelFactory channelFactory, KeyTracker segmentKeyTracker, DataFormat dataFormat)