public class TransportAnalyzeAction extends TransportSingleShardAction<AnalyzeRequest,AnalyzeResponse>
TransportSingleShardAction.InternalRequestclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportAnalyzeAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
IndicesAnalysisService indicesAnalysisService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
checkRequestBlock(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
protected AnalyzeResponse |
newResponse() |
protected boolean |
resolveIndex(AnalyzeRequest request) |
protected AnalyzeResponse |
shardOperation(AnalyzeRequest request,
ShardId shardId) |
protected ShardsIterator |
shards(ClusterState state,
TransportSingleShardAction.InternalRequest request)
Returns the candidate shards to execute the operation on or
null the execute
the operation locally (the node that received the request) |
checkGlobalBlock, doExecute, isSubAction, resolveRequestdoExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, IndicesAnalysisService indicesAnalysisService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected AnalyzeResponse newResponse()
protected boolean resolveIndex(AnalyzeRequest request)
protected ClusterBlockException checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request)
checkRequestBlock クラス内 TransportSingleShardAction<AnalyzeRequest,AnalyzeResponse>protected ShardsIterator shards(ClusterState state, TransportSingleShardAction.InternalRequest request)
TransportSingleShardActionnull the execute
the operation locally (the node that received the request)protected AnalyzeResponse shardOperation(AnalyzeRequest request, ShardId shardId)
Copyright © 2009–2016. All rights reserved.