Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core
Class RemoteClusterUsageTransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.action.support.HandledTransportAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.action.support.master.TransportMasterNodeAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
org.elasticsearch.xpack.core.RemoteClusterUsageTransportAction
- All Implemented Interfaces:
ActionWithReservedState<XPackUsageRequest>
-
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
ConstructorsConstructorDescriptionRemoteClusterUsageTransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmasterOperation(Task task, XPackUsageRequest request, ClusterState state, ActionListener<XPackUsageFeatureResponse> listener) Methods inherited from class org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
checkBlockMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, localExecuteMethods 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
-
RemoteClusterUsageTransportAction
@Inject public RemoteClusterUsageTransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
-
-
Method Details
-
masterOperation
protected void masterOperation(Task task, XPackUsageRequest request, ClusterState state, ActionListener<XPackUsageFeatureResponse> listener) throws Exception - Specified by:
masterOperationin classTransportMasterNodeAction<XPackUsageRequest,XPackUsageFeatureResponse> - Throws:
Exception
-