public abstract class TransportMasterNodeReadAction<Request extends MasterNodeReadRequest,Response extends ActionResponse> extends TransportMasterNodeAction<Request,Response>
Modifier and Type | Field and Description |
---|---|
static String |
FORCE_LOCAL_SETTING |
clusterService, transportService
actionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPool
deprecationLogger, logger, settings
Modifier | Constructor and Description |
---|---|
protected |
TransportMasterNodeReadAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
Class<Request> request) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
localExecute(Request request) |
checkBlock, doExecute, doExecute, executor, masterOperation, masterOperation, newResponse
execute, execute, execute, execute
logDeprecatedSetting, logRemovedSetting, nodeName
public static final String FORCE_LOCAL_SETTING
protected TransportMasterNodeReadAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Class<Request> request)
protected final boolean localExecute(Request request)
localExecute
in class TransportMasterNodeAction<Request extends MasterNodeReadRequest,Response extends ActionResponse>
Copyright © 2009–2016. All rights reserved.