Uses of Class
org.elasticsearch.usage.UsageService
-
Packages that use UsageService Package Description org.elasticsearch.action org.elasticsearch.action.admin.cluster.node.usage org.elasticsearch.rest -
-
Uses of UsageService in org.elasticsearch.action
Constructors in org.elasticsearch.action with parameters of type UsageService Constructor Description ActionModule(boolean transportClient, Settings settings, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings, ClusterSettings clusterSettings, SettingsFilter settingsFilter, ThreadPool threadPool, List<ActionPlugin> actionPlugins, NodeClient nodeClient, CircuitBreakerService circuitBreakerService, UsageService usageService, ClusterService clusterService) -
Uses of UsageService in org.elasticsearch.action.admin.cluster.node.usage
Constructors in org.elasticsearch.action.admin.cluster.node.usage with parameters of type UsageService Constructor Description TransportNodesUsageAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, UsageService usageService) -
Uses of UsageService in org.elasticsearch.rest
Constructors in org.elasticsearch.rest with parameters of type UsageService Constructor Description RestController(Set<String> headersToCopy, UnaryOperator<RestHandler> handlerWrapper, NodeClient client, CircuitBreakerService circuitBreakerService, UsageService usageService)
-