public class TransportFieldStatsTransportAction extends TransportBroadcastAction<FieldStatsRequest,FieldStatsResponse,FieldStatsShardRequest,FieldStatsShardResponse>
TransportBroadcastAction.AsyncBroadcastActionclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportFieldStatsTransportAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
IndicesService indicesService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
checkGlobalBlock(ClusterState state,
FieldStatsRequest request) |
protected ClusterBlockException |
checkRequestBlock(ClusterState state,
FieldStatsRequest request,
String[] concreteIndices) |
protected FieldStatsResponse |
newResponse(FieldStatsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected FieldStatsShardRequest |
newShardRequest(int numShards,
ShardRouting shard,
FieldStatsRequest request) |
protected FieldStatsShardResponse |
newShardResponse() |
protected FieldStatsShardResponse |
shardOperation(FieldStatsShardRequest request) |
protected GroupShardsIterator |
shards(ClusterState clusterState,
FieldStatsRequest request,
String[] concreteIndices)
Determines the shards this operation will be executed on.
|
doExecute, doExecute, shardOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportFieldStatsTransportAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)
protected FieldStatsResponse newResponse(FieldStatsRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
protected FieldStatsShardRequest newShardRequest(int numShards, ShardRouting shard, FieldStatsRequest request)
protected FieldStatsShardResponse newShardResponse()
protected FieldStatsShardResponse shardOperation(FieldStatsShardRequest request)
protected GroupShardsIterator shards(ClusterState clusterState, FieldStatsRequest request, String[] concreteIndices)
TransportBroadcastActionprotected ClusterBlockException checkGlobalBlock(ClusterState state, FieldStatsRequest request)
protected ClusterBlockException checkRequestBlock(ClusterState state, FieldStatsRequest request, String[] concreteIndices)
Copyright © 2009–2016. All rights reserved.