Uses of Class
org.infinispan.stream.impl.StreamIteratorNextCommand
-
Packages that use StreamIteratorNextCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.stream.impl -
-
Uses of StreamIteratorNextCommand in org.infinispan.commands
Methods in org.infinispan.commands that return StreamIteratorNextCommand Modifier and Type Method Description StreamIteratorNextCommand
CommandsFactory. buildStreamIteratorNextCommand(Object id, long batchSize)
StreamIteratorNextCommand
CommandsFactoryImpl. buildStreamIteratorNextCommand(Object id, long batchSize)
-
Uses of StreamIteratorNextCommand in org.infinispan.stream.impl
Subclasses of StreamIteratorNextCommand in org.infinispan.stream.impl Modifier and Type Class Description class
StreamIteratorRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
-