Class AutoCreateAction.TransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>
org.elasticsearch.action.admin.indices.create.AutoCreateAction.TransportAction
- Enclosing class:
- AutoCreateAction
public static final class AutoCreateAction.TransportAction extends TransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
Constructors Constructor Description TransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, MetadataCreateIndexService createIndexService, MetadataCreateDataStreamService metadataCreateDataStreamService) -
Method Summary
Modifier and Type Method Description protected ClusterBlockExceptioncheckBlock(CreateIndexRequest request, ClusterState state)protected java.lang.Stringexecutor()protected voidmasterOperation(CreateIndexRequest request, ClusterState state, ActionListener<CreateIndexResponse> finalListener)protected CreateIndexResponseread(StreamInput in)Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName, localExecute, masterOperationMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
TransportAction
@Inject public TransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, MetadataCreateIndexService createIndexService, MetadataCreateDataStreamService metadataCreateDataStreamService)
-
-
Method Details
-
executor
protected java.lang.String executor()- Specified by:
executorin classTransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>
-
read
- Specified by:
readin classTransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>- Throws:
java.io.IOException
-
masterOperation
protected void masterOperation(CreateIndexRequest request, ClusterState state, ActionListener<CreateIndexResponse> finalListener)- Specified by:
masterOperationin classTransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<CreateIndexRequest,CreateIndexResponse>
-