public class TransportShardMultiPercolateAction extends TransportShardSingleOperationAction<TransportShardMultiPercolateAction.Request,TransportShardMultiPercolateAction.Response>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransportShardMultiPercolateAction.Request |
static class |
TransportShardMultiPercolateAction.Response |
TransportShardSingleOperationAction.InternalRequestclusterService, transportServiceactionName, threadPoolcomponentSettings, 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, resolveRequestexecute, execute, forceThreadedListenernodeName@Inject public TransportShardMultiPercolateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, PercolatorService percolatorService, ActionFilters actionFilters)
protected boolean isSubAction()
TransportShardSingleOperationActionprotected 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–2016. All rights reserved.