Uses of Class
org.elasticsearch.action.support.broadcast.BroadcastRequest
-
-
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheRequest -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.flush
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classFlushRequestA flush request to flush one or more indices.classSyncedFlushRequestA synced flush request to sync flush one or more indices. -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeRequestA request to force merging the segments of one or more indices. -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.recovery
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.recovery Modifier and Type Class Description classRecoveryRequestRequest for recovery information -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.refresh
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classRefreshRequestA refresh request making all operations performed since the last refresh available for search. -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.segments
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentsRequest -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.stats
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsRequestA request to get indices level stats. -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classUpgradeStatusRequest -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeRequestA request to upgrade one or more indices. -
Uses of BroadcastRequest in org.elasticsearch.action.admin.indices.validate.query
Subclasses of BroadcastRequest in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classValidateQueryRequestA request to validate a specific query. -
Uses of BroadcastRequest in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast with type parameters of type BroadcastRequest Modifier and Type Class Description classBroadcastOperationRequestBuilder<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder>>classBroadcastRequest<Request extends BroadcastRequest<Request>>classTransportBroadcastAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends BroadcastShardRequest,ShardResponse extends BroadcastShardResponse>Constructors in org.elasticsearch.action.support.broadcast with parameters of type BroadcastRequest Constructor Description BroadcastShardRequest(ShardId shardId, BroadcastRequest<? extends BroadcastRequest<?>> request)Constructor parameters in org.elasticsearch.action.support.broadcast with type arguments of type BroadcastRequest Constructor Description BroadcastShardRequest(ShardId shardId, BroadcastRequest<? extends BroadcastRequest<?>> request) -
Uses of BroadcastRequest in org.elasticsearch.action.support.broadcast.node
Classes in org.elasticsearch.action.support.broadcast.node with type parameters of type BroadcastRequest Modifier and Type Class Description classTransportBroadcastByNodeAction<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.Fields in org.elasticsearch.action.support.broadcast.node declared as BroadcastRequest Modifier and Type Field Description protected RequestTransportBroadcastByNodeAction.NodeRequest. indicesLevelRequest -
Uses of BroadcastRequest in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication with type parameters of type BroadcastRequest Modifier and Type Class Description classTransportBroadcastReplicationAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest<ShardRequest>,ShardResponse extends ReplicationResponse>Base class for requests that should be executed on all shards of an index or several indices.
-