Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.stream.impl |
Modifier and Type | Method and Description |
---|---|
<R> StreamResponseCommand<R> |
CommandsFactoryImpl.buildStreamResponseCommand(Object identifier,
boolean complete,
Set<Integer> lostSegments,
R response) |
<R> StreamResponseCommand<R> |
CommandsFactory.buildStreamResponseCommand(Object identifier,
boolean complete,
Set<Integer> lostSegments,
R response)
Builds
StreamResponseCommand used to send back a response either intermediate or complete to the
originating node with the information for the stream request. |
Modifier and Type | Class and Description |
---|---|
class |
StreamSegmentResponseCommand<R>
A stream response command taht also returns back suspected segments that need to be retried
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.