| Package | Description |
|---|---|
| org.elasticsearch.cluster.routing |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableShardRouting
Similar to
ImmutableShardRouting this class keeps metadata of the current shard. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableShardRouting |
ImmutableShardRouting.readShardRoutingEntry(StreamInput in) |
static ImmutableShardRouting |
ImmutableShardRouting.readShardRoutingEntry(StreamInput in,
String index,
int shardId) |
| Modifier and Type | Method and Description |
|---|---|
IndexShardRoutingTable.Builder |
IndexShardRoutingTable.Builder.addShard(ImmutableShardRouting shardEntry) |
Copyright © 2009–2016. All rights reserved.