Class | Description |
---|---|
TransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Streamable> |
Abstraction for transporting aggregated shard-level operations in a single request (NodeRequest) per-node
and executing the shard-level operations serially on the receiving node.
|
TransportBroadcastByNodeAction.EmptyResult |
Can be used for implementations of
shardOperation for
which there is no shard-level return value. |