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