Package | Description |
---|---|
org.elasticsearch.cluster.routing |
Modifier and Type | Field and Description |
---|---|
protected UnassignedInfo |
ImmutableShardRouting.unassignedInfo |
Modifier and Type | Method and Description |
---|---|
UnassignedInfo |
UnassignedInfo.readFrom(StreamInput in) |
UnassignedInfo |
ShardRouting.unassignedInfo()
Additional metadata on why the shard is/was unassigned.
|
UnassignedInfo |
ImmutableShardRouting.unassignedInfo() |
Modifier and Type | Method and Description |
---|---|
void |
RoutingNodes.RoutingNodeIterator.moveToUnassigned(UnassignedInfo unassignedInfo) |
Constructor and Description |
---|
ImmutableShardRouting(String index,
int shardId,
String currentNodeId,
String relocatingNodeId,
RestoreSource restoreSource,
boolean primary,
ShardRoutingState state,
long version,
UnassignedInfo unassignedInfo) |
Copyright © 2009–2016. All rights reserved.