public class TransportShardMultiPercolateAction extends TransportShardSingleOperationAction<TransportShardMultiPercolateAction.Request,TransportShardMultiPercolateAction.Response>
Modifier and Type | Class and Description |
---|---|
static class |
TransportShardMultiPercolateAction.Request |
static class |
TransportShardMultiPercolateAction.Response |
TransportShardSingleOperationAction.InternalRequest
clusterService, transportService
actionName, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportShardMultiPercolateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
protected String |
executor() |
protected boolean |
isSubAction()
Tells whether the action is a main one or a subaction.
|
protected TransportShardMultiPercolateAction.Request |
newRequest() |
protected TransportShardMultiPercolateAction.Response |
newResponse() |
protected boolean |
resolveIndex() |
protected TransportShardMultiPercolateAction.Response |
shardOperation(TransportShardMultiPercolateAction.Request request,
ShardId shardId) |
protected ShardIterator |
shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
checkGlobalBlock, checkRequestBlock, doExecute, resolveRequest
execute, execute, forceThreadedListener
nodeName
@Inject public TransportShardMultiPercolateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, PercolatorService percolatorService, ActionFilters actionFilters)
protected boolean isSubAction()
TransportShardSingleOperationAction
protected String executor()
protected TransportShardMultiPercolateAction.Request newRequest()
protected TransportShardMultiPercolateAction.Response newResponse()
protected boolean resolveIndex()
protected ShardIterator shards(ClusterState state, TransportShardSingleOperationAction.InternalRequest request) throws ElasticsearchException
protected TransportShardMultiPercolateAction.Response shardOperation(TransportShardMultiPercolateAction.Request request, ShardId shardId) throws ElasticsearchException
Copyright © 2009–2015. All rights reserved.