Uses of Interface
org.infinispan.server.iteration.IterationManager
Packages that use IterationManager
Package
Description
-
Uses of IterationManager in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return IterationManager -
Uses of IterationManager in org.infinispan.server.iteration
Classes in org.infinispan.server.iteration that implement IterationManagerModifier and TypeClassDescriptionclass
class
A specialized implementation ofDefaultIterationManager
that is used when the source of the iteration is external to the cache. -
Uses of IterationManager in org.infinispan.server.resp.commands.generic
Methods in org.infinispan.server.resp.commands.generic that return IterationManagerModifier and TypeMethodDescriptionprotected IterationManager
KEYS.retrieveIterationManager
(Resp3Handler handler) protected IterationManager
SCAN.retrieveIterationManager
(Resp3Handler handler) -
Uses of IterationManager in org.infinispan.server.resp.commands.hash
Methods in org.infinispan.server.resp.commands.hash that return IterationManagerModifier and TypeMethodDescriptionprotected IterationManager
HSCAN.retrieveIterationManager
(Resp3Handler handler) -
Uses of IterationManager in org.infinispan.server.resp.commands.iteration
Methods in org.infinispan.server.resp.commands.iteration that return IterationManagerModifier and TypeMethodDescriptionprotected abstract IterationManager
BaseIterationCommand.retrieveIterationManager
(Resp3Handler handler) -
Uses of IterationManager in org.infinispan.server.resp.commands.set
Methods in org.infinispan.server.resp.commands.set that return IterationManagerModifier and TypeMethodDescriptionprotected IterationManager
SSCAN.retrieveIterationManager
(Resp3Handler handler) -
Uses of IterationManager in org.infinispan.server.resp.commands.sortedset
Methods in org.infinispan.server.resp.commands.sortedset that return IterationManagerModifier and TypeMethodDescriptionprotected IterationManager
ZSCAN.retrieveIterationManager
(Resp3Handler handler)