Uses of Interface
org.elasticsearch.cluster.ClusterInfoService
-
-
Uses of ClusterInfoService in org.elasticsearch.action.admin.cluster.allocation
Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type ClusterInfoService Constructor Description TransportClusterAllocationExplainAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterInfoService clusterInfoService, AllocationDeciders allocationDeciders, ShardsAllocator shardAllocator, GatewayAllocator gatewayAllocator) -
Uses of ClusterInfoService in org.elasticsearch.cluster
Classes in org.elasticsearch.cluster that implement ClusterInfoService Modifier and Type Class Description classInternalClusterInfoServiceInternalClusterInfoService provides the ClusterInfoService interface, routinely updated on a timer.Constructors in org.elasticsearch.cluster with parameters of type ClusterInfoService Constructor Description ClusterModule(Settings settings, ClusterService clusterService, List<ClusterPlugin> clusterPlugins, ClusterInfoService clusterInfoService) -
Uses of ClusterInfoService in org.elasticsearch.cluster.routing.allocation
Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type ClusterInfoService Constructor Description AllocationService(AllocationDeciders allocationDeciders, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService)AllocationService(AllocationDeciders allocationDeciders, GatewayAllocator gatewayAllocator, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService) -
Uses of ClusterInfoService in org.elasticsearch.monitor
Constructors in org.elasticsearch.monitor with parameters of type ClusterInfoService Constructor Description MonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool, ClusterInfoService clusterInfoService) -
Uses of ClusterInfoService in org.elasticsearch.monitor.fs
Constructors in org.elasticsearch.monitor.fs with parameters of type ClusterInfoService Constructor Description FsService(Settings settings, NodeEnvironment nodeEnvironment, ClusterInfoService clusterInfoService) -
Uses of ClusterInfoService in org.elasticsearch.node
Methods in org.elasticsearch.node that return ClusterInfoService Modifier and Type Method Description protected ClusterInfoServiceNode. newClusterInfoService(Settings settings, ClusterService clusterService, ThreadPool threadPool, NodeClient client)Constructs a ClusterInfoService which may be mocked for tests.
-