Uses of Class
org.infinispan.stream.impl.StreamResponseCommand
-
Packages that use StreamResponseCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.stream.impl -
-
Uses of StreamResponseCommand in org.infinispan.commands
Methods in org.infinispan.commands that return StreamResponseCommand Modifier and Type Method Description <R> StreamResponseCommand<R>
CommandsFactory. buildStreamResponseCommand(Object identifier, boolean complete, org.infinispan.commons.util.IntSet lostSegments, R response)
BuildsStreamResponseCommand
used to send back a response either intermediate or complete to the originating node with the information for the stream request.<R> StreamResponseCommand<R>
CommandsFactoryImpl. buildStreamResponseCommand(Object identifier, boolean complete, org.infinispan.commons.util.IntSet lostSegments, R response)
-
Uses of StreamResponseCommand in org.infinispan.stream.impl
Subclasses of StreamResponseCommand in org.infinispan.stream.impl Modifier and Type Class Description class
StreamSegmentResponseCommand<R>
A stream response command that also returns back suspected segments that need to be retried
-