public class TransportShardMultiTermsVectorAction extends TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>
TransportSingleShardAction.InternalRequestclusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportShardMultiTermsVectorAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSubAction()
Tells whether the action is a main one or a subaction.
|
protected MultiTermVectorsShardResponse |
newResponse() |
protected boolean |
resolveIndex(MultiTermVectorsShardRequest request) |
protected MultiTermVectorsShardResponse |
shardOperation(MultiTermVectorsShardRequest request,
ShardId shardId) |
protected ShardIterator |
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, checkRequestBlock, doExecute, resolveRequestdoExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportShardMultiTermsVectorAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected boolean isSubAction()
TransportSingleShardActionisSubAction in class TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>protected MultiTermVectorsShardResponse newResponse()
newResponse in class TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>protected boolean resolveIndex(MultiTermVectorsShardRequest request)
resolveIndex in class TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>protected ShardIterator shards(ClusterState state, TransportSingleShardAction.InternalRequest request)
TransportSingleShardActionnull the execute
the operation locally (the node that received the request)shards in class TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>protected MultiTermVectorsShardResponse shardOperation(MultiTermVectorsShardRequest request, ShardId shardId)
shardOperation in class TransportSingleShardAction<MultiTermVectorsShardRequest,MultiTermVectorsShardResponse>