Module org.elasticsearch.server
Class TransportGetComposableIndexTemplateAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetComposableIndexTemplateAction.Request,GetComposableIndexTemplateAction.Response>
org.elasticsearch.action.support.HandledTransportAction<GetComposableIndexTemplateAction.Request,GetComposableIndexTemplateAction.Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<GetComposableIndexTemplateAction.Request,GetComposableIndexTemplateAction.Response>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<GetComposableIndexTemplateAction.Request,GetComposableIndexTemplateAction.Response>
org.elasticsearch.action.admin.indices.template.get.TransportGetComposableIndexTemplateAction
- All Implemented Interfaces:
ActionWithReservedState<GetComposableIndexTemplateAction.Request>
public class TransportGetComposableIndexTemplateAction
extends TransportMasterNodeReadAction<GetComposableIndexTemplateAction.Request,GetComposableIndexTemplateAction.Response>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportGetComposableIndexTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(GetComposableIndexTemplateAction.Request request, ClusterState state) protected voidmasterOperation(Task task, GetComposableIndexTemplateAction.Request request, ClusterState state, ActionListener<GetComposableIndexTemplateAction.Response> listener) Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.reservedstate.ActionWithReservedState
modifiedKeys, reservedStateHandlerName, validateForReservedState
-
Constructor Details
-
TransportGetComposableIndexTemplateAction
@Inject public TransportGetComposableIndexTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
-
-
Method Details
-
checkBlock
protected ClusterBlockException checkBlock(GetComposableIndexTemplateAction.Request request, ClusterState state) -
masterOperation
protected void masterOperation(Task task, GetComposableIndexTemplateAction.Request request, ClusterState state, ActionListener<GetComposableIndexTemplateAction.Response> listener)
-