| Package | Description |
|---|---|
| org.elasticsearch.cluster.routing.allocation |
| Modifier and Type | Field and Description |
|---|---|
static AllocationExplanation |
AllocationExplanation.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
AllocationExplanation |
AllocationExplanation.add(ShardId shardId,
AllocationExplanation.NodeExplanation nodeExplanation)
Create and add a node explanation to this explanation referencing a shard
|
AllocationExplanation |
RoutingAllocation.explanation()
Get explanations of current routing
|
static AllocationExplanation |
AllocationExplanation.readAllocationExplanation(StreamInput in)
Read an
AllocationExplanation from an StreamInput |
Copyright © 2009–2017. All rights reserved.