| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.routing.allocation | |
| org.elasticsearch.cluster.routing.allocation.decider |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ClusterInfo |
ClusterInfo.EMPTY |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterInfo |
InternalClusterInfoService.getClusterInfo() |
ClusterInfo |
EmptyClusterInfoService.getClusterInfo() |
ClusterInfo |
ClusterInfoService.getClusterInfo()
The latest cluster information
|
ClusterInfo |
InternalClusterInfoService.refresh()
Refreshes the ClusterInfo in a blocking fashion
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ClusterInfoService.Listener.onNewInfo(ClusterInfo info) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterInfo |
RoutingAllocation.clusterInfo() |
| コンストラクタと説明 |
|---|
FailedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<FailedRerouteAllocation.FailedShard> failedShards,
ClusterInfo clusterInfo) |
RoutingAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
ClusterInfo clusterInfo,
long currentNanoTime)
Creates a new
RoutingAllocation |
StartedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<? extends ShardRouting> startedShards,
ClusterInfo clusterInfo) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static long |
DiskThresholdDecider.sizeOfRelocatingShards(RoutingNode node,
ClusterInfo clusterInfo,
boolean subtractShardsMovingAway,
String dataPath)
Returns the size of all shards that are currently being relocated to
the node, but may not be finished transfering yet.
|
Copyright © 2009–2016. All rights reserved.