public class TransportIndicesExistsAction extends TransportMasterNodeReadOperationAction<IndicesExistsRequest,IndicesExistsResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportIndicesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(IndicesExistsRequest request,
ClusterState state) |
protected String |
executor() |
protected void |
masterOperation(IndicesExistsRequest request,
ClusterState state,
ActionListener<IndicesExistsResponse> listener) |
protected IndicesExistsRequest |
newRequest() |
protected IndicesExistsResponse |
newResponse() |
localExecutedoExecute, forceThreadedListener, processBeforeDelegationToMasterexecute, executenodeName@Inject public TransportIndicesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
protected String executor()
executor in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>protected IndicesExistsRequest newRequest()
newRequest in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>protected IndicesExistsResponse newResponse()
newResponse in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>protected ClusterBlockException checkBlock(IndicesExistsRequest request, ClusterState state)
checkBlock in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>protected void masterOperation(IndicesExistsRequest request, ClusterState state, ActionListener<IndicesExistsResponse> listener) throws ElasticsearchException
masterOperation in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.