Uses of Class
org.elasticsearch.cluster.ClusterInfo
-
Packages that use ClusterInfo Package Description org.elasticsearch.action.admin.cluster.allocation org.elasticsearch.cluster org.elasticsearch.cluster.routing.allocation org.elasticsearch.monitor.fs -
-
Uses of ClusterInfo in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterAllocationExplanation. getClusterInfo()Returns the cluster disk info for the cluster, ornullif none available.Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type ClusterInfo Modifier and Type Method Description static ClusterAllocationExplanationTransportClusterAllocationExplainAction. explainShard(ShardRouting shardRouting, RoutingAllocation allocation, ClusterInfo clusterInfo, boolean includeYesDecisions, GatewayAllocator gatewayAllocator, ShardsAllocator shardAllocator)Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type ClusterInfo Constructor Description ClusterAllocationExplanation(ShardRouting shardRouting, DiscoveryNode currentNode, DiscoveryNode relocationTargetNode, ClusterInfo clusterInfo, ShardAllocationDecision shardAllocationDecision) -
Uses of ClusterInfo in org.elasticsearch.cluster
Fields in org.elasticsearch.cluster declared as ClusterInfo Modifier and Type Field Description static ClusterInfoClusterInfo. EMPTYMethods in org.elasticsearch.cluster that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterInfoService. getClusterInfo()ClusterInfoInternalClusterInfoService. getClusterInfo()ClusterInfoInternalClusterInfoService. refresh()Refreshes the ClusterInfo in a blocking fashionMethod parameters in org.elasticsearch.cluster with type arguments of type ClusterInfo Modifier and Type Method Description default voidClusterInfoService. addListener(Consumer<ClusterInfo> clusterInfoConsumer)Add a listener for new cluster informationvoidInternalClusterInfoService. addListener(Consumer<ClusterInfo> clusterInfoConsumer) -
Uses of ClusterInfo in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return ClusterInfo Modifier and Type Method Description ClusterInfoRoutingAllocation. clusterInfo()Methods in org.elasticsearch.cluster.routing.allocation with parameters of type ClusterInfo Modifier and Type Method Description voidDiskThresholdMonitor. onNewInfo(ClusterInfo info)Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type ClusterInfo Constructor Description RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, ClusterState clusterState, ClusterInfo clusterInfo, long currentNanoTime)Creates a newRoutingAllocation -
Uses of ClusterInfo in org.elasticsearch.monitor.fs
Methods in org.elasticsearch.monitor.fs with parameters of type ClusterInfo Modifier and Type Method Description FsInfoFsProbe. stats(FsInfo previous, ClusterInfo clusterInfo)
-