public class TransportSingleShardTermVectorAction extends TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>
TransportShardSingleOperationAction.InternalRequestclusterService, transportServiceactionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportSingleShardTermVectorAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(TermVectorRequest request,
ActionListener<TermVectorResponse> listener) |
protected String |
executor() |
protected TermVectorRequest |
newRequest() |
protected TermVectorResponse |
newResponse() |
protected boolean |
resolveIndex() |
protected void |
resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected TermVectorResponse |
shardOperation(TermVectorRequest request,
ShardId shardId) |
protected ShardIterator |
shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
checkGlobalBlock, checkRequestBlock, isSubActionexecute, execute, forceThreadedListenernodeName@Inject public TransportSingleShardTermVectorAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters)
protected void doExecute(TermVectorRequest request, ActionListener<TermVectorResponse> listener)
doExecute in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected String executor()
executor in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected ShardIterator shards(ClusterState state, TransportShardSingleOperationAction.InternalRequest request)
shards in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected boolean resolveIndex()
resolveIndex in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected void resolveRequest(ClusterState state, TransportShardSingleOperationAction.InternalRequest request)
resolveRequest in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected TermVectorResponse shardOperation(TermVectorRequest request, ShardId shardId) throws ElasticsearchException
shardOperation in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>ElasticsearchExceptionprotected TermVectorRequest newRequest()
newRequest in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>protected TermVectorResponse newResponse()
newResponse in class TransportShardSingleOperationAction<TermVectorRequest,TermVectorResponse>Copyright © 2009–2016. All rights reserved.