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