Module org.elasticsearch.xcore
Class XPackUsageFeatureTransportAction
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
- All Implemented Interfaces:
ActionWithReservedState<XPackUsageRequest>
- Direct Known Subclasses:
DataStreamLifecycleUsageTransportAction,DataStreamUsageTransportAction,DataTiersUsageTransportAction,HealthApiUsageTransportAction,RemoteClusterUsageTransportAction
public abstract class XPackUsageFeatureTransportAction
extends TransportMasterNodeAction<XPackUsageRequest,XPackUsageFeatureResponse>
-
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
ConstructorsConstructorDescriptionXPackUsageFeatureTransportAction(String name, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(XPackUsageRequest request, ClusterState state) Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, localExecute, masterOperationMethods 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
-
XPackUsageFeatureTransportAction
public XPackUsageFeatureTransportAction(String name, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
-
-
Method Details
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<XPackUsageRequest,XPackUsageFeatureResponse>
-