GetPipelineTransportAction, TransportAliasesExistAction, TransportClusterHealthAction, TransportClusterInfoAction, TransportClusterSearchShardsAction, TransportClusterStateAction, TransportGetAliasesAction, TransportGetIndexTemplatesAction, TransportGetRepositoriesAction, TransportGetSettingsAction, TransportGetStoredScriptAction, TransportIndicesExistsAction, TransportIndicesShardStoresAction, TransportPendingClusterTasksAction, TransportTypesExistsActionpublic abstract class TransportMasterNodeReadAction<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse> extends TransportMasterNodeAction<Request,Response>
| Modifier and Type | Field | Description |
|---|---|---|
static Setting<java.lang.Boolean> |
FORCE_LOCAL_SETTING |
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportService| Modifier | Constructor | Description |
|---|---|---|
protected |
TransportMasterNodeReadAction(Settings settings,
java.lang.String actionName,
boolean checkSizeLimit,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
java.util.function.Supplier<Request> request) |
|
protected |
TransportMasterNodeReadAction(Settings settings,
java.lang.String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
java.util.function.Supplier<Request> request) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
localExecute(Request request) |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executecheckBlock, doExecute, doExecute, executor, getMasterActionName, masterOperation, masterOperation, newResponsepublic static final Setting<java.lang.Boolean> FORCE_LOCAL_SETTING
protected TransportMasterNodeReadAction(Settings settings, java.lang.String actionName, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<Request> request)
protected TransportMasterNodeReadAction(Settings settings, java.lang.String actionName, boolean checkSizeLimit, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<Request> request)
protected final boolean localExecute(Request request)
localExecute in class TransportMasterNodeAction<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse>