Class StreamResponseCommand<R>

  • Type Parameters:
    R - the response type
    All Implemented Interfaces:
    CacheRpcCommand, ReplicableCommand

    public class StreamResponseCommand<R>
    extends BaseRpcCommand
    Stream response command used to handle returning intermediate or final responses from the remote node
    • Field Detail

      • complete

        protected boolean complete
      • response

        protected R response
      • missedSegments

        protected org.infinispan.commons.util.IntSet missedSegments
    • Constructor Detail

      • StreamResponseCommand

        protected StreamResponseCommand()
      • StreamResponseCommand

        public StreamResponseCommand​(ByteString cacheName)
      • StreamResponseCommand

        public StreamResponseCommand​(ByteString cacheName,
                                     Address origin,
                                     Object id,
                                     boolean complete,
                                     R response)
      • StreamResponseCommand

        public StreamResponseCommand​(ByteString cacheName,
                                     Address origin,
                                     Object id,
                                     boolean complete,
                                     org.infinispan.commons.util.IntSet missedSegments,
                                     R response)