Package org.elasticsearch.action.support.broadcast.node
package org.elasticsearch.action.support.broadcast.node
-
ClassDescriptionTransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Writeable>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.Can be used for implementations of
shardOperation
for which there is no shard-level return value.