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> 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) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type KeyTrackerModifierConstructorDescriptionprotectedIterationNextOperation(InternalRemoteCache<?, ?> cache, byte[] iterationId, KeyTracker segmentKeyTracker)