Class SecurityUsageTransportAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<org.elasticsearch.protocol.xpack.XPackUsageRequest,org.elasticsearch.xpack.core.action.XPackUsageFeatureResponse>
org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
org.elasticsearch.xpack.security.SecurityUsageTransportAction

public class SecurityUsageTransportAction extends org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction
  • Field Summary

    Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction

    clusterService, executor, indexNameExpressionResolver, threadPool, transportService

    Fields inherited from class org.elasticsearch.action.support.TransportAction

    actionName, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityUsageTransportAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.license.XPackLicenseState licenseState, org.elasticsearch.xpack.security.SecurityUsageServices securityServices)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    masterOperation(org.elasticsearch.tasks.Task task, org.elasticsearch.protocol.xpack.XPackUsageRequest request, org.elasticsearch.cluster.ClusterState state, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.action.XPackUsageFeatureResponse> listener)
     

    Methods inherited from class org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction

    checkBlock

    Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction

    doExecute, localExecute

    Methods inherited from class org.elasticsearch.action.support.TransportAction

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityUsageTransportAction

      @Inject public SecurityUsageTransportAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.license.XPackLicenseState licenseState, org.elasticsearch.xpack.security.SecurityUsageServices securityServices)
  • Method Details

    • masterOperation

      protected void masterOperation(org.elasticsearch.tasks.Task task, org.elasticsearch.protocol.xpack.XPackUsageRequest request, org.elasticsearch.cluster.ClusterState state, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.action.XPackUsageFeatureResponse> listener)
      Specified by:
      masterOperation in class org.elasticsearch.action.support.master.TransportMasterNodeAction<org.elasticsearch.protocol.xpack.XPackUsageRequest,org.elasticsearch.xpack.core.action.XPackUsageFeatureResponse>