Module org.elasticsearch.server
Class TransportGetSettingsAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetSettingsRequest,GetSettingsResponse>
org.elasticsearch.action.support.HandledTransportAction<GetSettingsRequest,GetSettingsResponse>
org.elasticsearch.action.support.master.TransportMasterNodeAction<GetSettingsRequest,GetSettingsResponse>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<GetSettingsRequest,GetSettingsResponse>
org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
- All Implemented Interfaces:
ActionWithReservedState<GetSettingsRequest>
public class TransportGetSettingsAction
extends TransportMasterNodeReadAction<GetSettingsRequest,GetSettingsResponse>
-
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
ConstructorsConstructorDescriptionTransportGetSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexedScopedSettings) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(GetSettingsRequest request, ClusterState state) protected voidmasterOperation(Task task, GetSettingsRequest request, ClusterState state, ActionListener<GetSettingsResponse> 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
-
TransportGetSettingsAction
@Inject public TransportGetSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexedScopedSettings)
-
-
Method Details
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<GetSettingsRequest,GetSettingsResponse>
-
masterOperation
protected void masterOperation(Task task, GetSettingsRequest request, ClusterState state, ActionListener<GetSettingsResponse> listener) - Specified by:
masterOperationin classTransportMasterNodeAction<GetSettingsRequest,GetSettingsResponse>
-