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.local.TransportLocalClusterStateAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
org.elasticsearch.xpack.core.RemoteClusterUsageTransportAction
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
clusterService, executorFields 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 voidlocalClusterStateOperation(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.local.TransportLocalClusterStateAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
RemoteClusterUsageTransportAction
@Inject public RemoteClusterUsageTransportAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
-
-
Method Details
-
localClusterStateOperation
protected void localClusterStateOperation(Task task, XPackUsageRequest request, ClusterState state, ActionListener<XPackUsageFeatureResponse> listener) throws Exception - Specified by:
localClusterStateOperationin classTransportLocalClusterStateAction<XPackUsageRequest,XPackUsageFeatureResponse> - Throws:
Exception
-