Module org.elasticsearch.server
Class TransportClusterGetSettingsAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response>
org.elasticsearch.action.support.HandledTransportAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response>
org.elasticsearch.action.admin.cluster.settings.TransportClusterGetSettingsAction
- All Implemented Interfaces:
ActionWithReservedState<ClusterGetSettingsAction.Request>
public class TransportClusterGetSettingsAction
extends TransportMasterNodeReadAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.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
ConstructorsConstructorDescriptionTransportClusterGetSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(ClusterGetSettingsAction.Request request, ClusterState state) protected voidmasterOperation(Task task, ClusterGetSettingsAction.Request request, ClusterState state, ActionListener<ClusterGetSettingsAction.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
-
TransportClusterGetSettingsAction
@Inject public TransportClusterGetSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters)
-
-
Method Details
-
masterOperation
protected void masterOperation(Task task, ClusterGetSettingsAction.Request request, ClusterState state, ActionListener<ClusterGetSettingsAction.Response> listener) throws Exception - Specified by:
masterOperationin classTransportMasterNodeAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response> - Throws:
Exception
-
checkBlock
protected ClusterBlockException checkBlock(ClusterGetSettingsAction.Request request, ClusterState state) - Specified by:
checkBlockin classTransportMasterNodeAction<ClusterGetSettingsAction.Request,ClusterGetSettingsAction.Response>
-