| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.admin.cluster.reroute | |
| org.elasticsearch.cluster.routing.allocation | |
| org.elasticsearch.cluster.routing.allocation.command |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RoutingExplanations |
ClusterRerouteResponse.getExplanations() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RoutingExplanations |
RoutingExplanations.add(RerouteExplanation explanation) |
RoutingExplanations |
RoutingAllocation.Result.explanations()
Get the explanation of this result
|
static RoutingExplanations |
RoutingExplanations.readFrom(StreamInput in)
Read in a RoutingExplanations object
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
RoutingExplanations.writeTo(RoutingExplanations explanations,
StreamOutput out)
Write the RoutingExplanations object
|
| コンストラクタと説明 |
|---|
Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
Creates a new
RoutingAllocation.Result |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RoutingExplanations |
AllocationCommands.execute(RoutingAllocation allocation,
boolean explain)
Executes all wrapped commands on a given
RoutingAllocation |
Copyright © 2009–2016. All rights reserved.