public class TransportOpenIndexAction extends TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>
clusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportOpenIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexStateService indexStateService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
DestructiveOperations destructiveOperations) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(OpenIndexRequest request,
ClusterState state) |
protected void |
doExecute(Task task,
OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener) |
protected java.lang.String |
executor() |
protected void |
masterOperation(OpenIndexRequest request,
ClusterState state,
ActionListener<OpenIndexResponse> listener) |
protected OpenIndexResponse |
newResponse() |
doExecute, getMasterActionName, localExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportOpenIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>protected OpenIndexResponse newResponse()
newResponse in class TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>protected void doExecute(Task task, OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
doExecute in class TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>protected ClusterBlockException checkBlock(OpenIndexRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>protected void masterOperation(OpenIndexRequest request, ClusterState state, ActionListener<OpenIndexResponse> listener)
masterOperation in class TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>