public class TransportDeleteIndexAction extends TransportMasterNodeOperationAction<DeleteIndexRequest,DeleteIndexResponse>
clusterService, transportService
actionName, threadPool
componentSettings, 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, processBeforeDelegationToMaster
execute, execute
nodeName
@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>
ElasticsearchException
Copyright © 2009–2015. All rights reserved.