Package | Description |
---|---|
org.elasticsearch.cluster.routing |
Modifier and Type | Method and Description |
---|---|
UnassignedInfo.Reason |
UnassignedInfo.getReason()
The reason why the shard is unassigned.
|
static UnassignedInfo.Reason |
UnassignedInfo.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnassignedInfo.Reason[] |
UnassignedInfo.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnassignedInfo(UnassignedInfo.Reason reason,
String details) |
Copyright © 2009–2015. All rights reserved.