Class TransportCloseIndexAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<Request,Response>
-
- org.elasticsearch.action.support.master.TransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
-
- org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
public class TransportCloseIndexAction extends TransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
Close index action
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<Boolean>CLUSTER_INDICES_CLOSE_ENABLE_SETTING-
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, indexNameExpressionResolver, threadPool, transportService
-
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager
-
-
Constructor Summary
Constructors Constructor Description TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ClusterSettings clusterSettings, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClusterBlockExceptioncheckBlock(CloseIndexRequest request, ClusterState state)protected voiddoExecute(Task task, CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)protected Stringexecutor()protected voidmasterOperation(CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener)protected voidmasterOperation(Task task, CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener)Override this operation if access to the task parameter is neededprotected CloseIndexResponseread(StreamInput in)-
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
getMasterActionName, localExecute
-
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
-
-
-
Constructor Detail
-
TransportCloseIndexAction
@Inject public TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ClusterSettings clusterSettings, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)
-
-
Method Detail
-
executor
protected String executor()
- Specified by:
executorin classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
-
read
protected CloseIndexResponse read(StreamInput in) throws IOException
- Specified by:
readin classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>- Throws:
IOException
-
doExecute
protected void doExecute(Task task, CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
- Overrides:
doExecutein classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
-
checkBlock
protected ClusterBlockException checkBlock(CloseIndexRequest request, ClusterState state)
- Specified by:
checkBlockin classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
-
masterOperation
protected void masterOperation(CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener)
- Specified by:
masterOperationin classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>
-
masterOperation
protected void masterOperation(Task task, CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener) throws Exception
Description copied from class:TransportMasterNodeActionOverride this operation if access to the task parameter is needed- Overrides:
masterOperationin classTransportMasterNodeAction<CloseIndexRequest,CloseIndexResponse>- Throws:
Exception
-
-