public class TransportGetIndexTemplatesAction extends TransportMasterNodeReadAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportServiceFORCE_LOCAL_SETTING| Constructor | Description |
|---|---|
TransportGetIndexTemplatesAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ClusterBlockException |
checkBlock(GetIndexTemplatesRequest request,
ClusterState state) |
|
protected java.lang.String |
executor() |
|
protected void |
masterOperation(GetIndexTemplatesRequest request,
ClusterState state,
ActionListener<GetIndexTemplatesResponse> listener) |
|
protected GetIndexTemplatesResponse |
newResponse() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, masterOperationlocalExecute@Inject public TransportGetIndexTemplatesAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>protected ClusterBlockException checkBlock(GetIndexTemplatesRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>protected GetIndexTemplatesResponse newResponse()
newResponse in class TransportMasterNodeAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>protected void masterOperation(GetIndexTemplatesRequest request, ClusterState state, ActionListener<GetIndexTemplatesResponse> listener)
masterOperation in class TransportMasterNodeAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>