Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.reroute | |
org.elasticsearch.cluster.routing.allocation | |
org.elasticsearch.cluster.routing.allocation.command |
Modifier and Type | Method and Description |
---|---|
RoutingExplanations |
ClusterRerouteResponse.getExplanations() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static void |
RoutingExplanations.writeTo(RoutingExplanations explanations,
StreamOutput out)
Write the RoutingExplanations object
|
Constructor and Description |
---|
Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
Creates a new
RoutingAllocation.Result |
Modifier and Type | Method and Description |
---|---|
RoutingExplanations |
AllocationCommands.execute(RoutingAllocation allocation,
boolean explain)
Executes all wrapped commands on a given
RoutingAllocation |
Copyright © 2009–2015. All rights reserved.