Package | Description |
---|---|
org.elasticsearch.cluster.routing.allocation | |
org.elasticsearch.cluster.routing.allocation.command |
Modifier and Type | Method and Description |
---|---|
static RerouteExplanation |
RerouteExplanation.readFrom(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
List<RerouteExplanation> |
RoutingExplanations.explanations() |
Modifier and Type | Method and Description |
---|---|
RoutingExplanations |
RoutingExplanations.add(RerouteExplanation explanation) |
static void |
RerouteExplanation.writeTo(RerouteExplanation explanation,
StreamOutput out) |
Modifier and Type | Method and Description |
---|---|
RerouteExplanation |
AllocateAllocationCommand.execute(RoutingAllocation allocation,
boolean explain) |
RerouteExplanation |
CancelAllocationCommand.execute(RoutingAllocation allocation,
boolean explain) |
RerouteExplanation |
MoveAllocationCommand.execute(RoutingAllocation allocation,
boolean explain) |
RerouteExplanation |
AllocationCommand.execute(RoutingAllocation allocation,
boolean explain)
Executes the command on a
RoutingAllocation setup |
Copyright © 2009–2015. All rights reserved.