Uses of Class
org.infinispan.stream.impl.StreamIteratorRequestCommand
-
Packages that use StreamIteratorRequestCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of StreamIteratorRequestCommand in org.infinispan.commands
Methods in org.infinispan.commands that return StreamIteratorRequestCommand Modifier and Type Method Description <K> StreamIteratorRequestCommand<K>
CommandsFactory. buildStreamIteratorRequestCommand(Object id, boolean parallelStream, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, boolean includeLoader, boolean entryStream, Iterable<org.infinispan.stream.impl.intops.IntermediateOperation> intOps, long batchSize)
<K> StreamIteratorRequestCommand<K>
CommandsFactoryImpl. buildStreamIteratorRequestCommand(Object id, boolean parallelStream, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, boolean includeLoader, boolean entryStream, Iterable<org.infinispan.stream.impl.intops.IntermediateOperation> intOps, long batchSize)
-