public class TransportShardMultiGetAction extends TransportSingleShardAction<MultiGetShardRequest,MultiGetShardResponse>
TransportSingleShardAction.InternalRequestclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportShardMultiGetAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected boolean |
isSubAction()
Tells whether the action is a main one or a subaction.
|
protected MultiGetShardResponse |
newResponse() |
protected boolean |
resolveIndex(MultiGetShardRequest request) |
protected void |
resolveRequest(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
protected MultiGetShardResponse |
shardOperation(MultiGetShardRequest 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, doExecutedoExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportShardMultiGetAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected boolean isSubAction()
TransportSingleShardActionprotected MultiGetShardResponse newResponse()
protected boolean resolveIndex(MultiGetShardRequest request)
protected ShardIterator shards(ClusterState state, TransportSingleShardAction.InternalRequest request)
TransportSingleShardActionnull the execute
the operation locally (the node that received the request)protected void resolveRequest(ClusterState state, TransportSingleShardAction.InternalRequest request)
protected MultiGetShardResponse shardOperation(MultiGetShardRequest request, ShardId shardId)
Copyright © 2009–2016. All rights reserved.