Module org.elasticsearch.xcore
Class XPackUsageFeatureTransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.action.support.local.TransportLocalClusterStateAction<XPackUsageRequest,XPackUsageFeatureResponse>
org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
- Direct Known Subclasses:
DataStreamLifecycleUsageTransportAction,DataStreamUsageTransportAction,DataTiersUsageTransportAction,HealthApiUsageTransportAction,RemoteClusterUsageTransportAction
public abstract class XPackUsageFeatureTransportAction
extends TransportLocalClusterStateAction<XPackUsageRequest,XPackUsageFeatureResponse>
-
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
ConstructorsConstructorDescriptionXPackUsageFeatureTransportAction(String name, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters) NB prior to 9.0 this was a TransportMasterNodeReadAction so for BwC it must be registered with the TransportService until we no longer need to support calling this action remotely. -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(XPackUsageRequest request, ClusterState state) Methods inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
doExecute, localClusterStateOperationMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
XPackUsageFeatureTransportAction
public XPackUsageFeatureTransportAction(String name, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters) NB prior to 9.0 this was a TransportMasterNodeReadAction so for BwC it must be registered with the TransportService until we no longer need to support calling this action remotely.
-
-
Method Details
-
checkBlock
- Specified by:
checkBlockin classTransportLocalClusterStateAction<XPackUsageRequest,XPackUsageFeatureResponse>
-