public static class IndexShardRoutingTable.Builder extends Object
| コンストラクタと説明 |
|---|
Builder(IndexShardRoutingTable indexShard) |
Builder(ShardId shardId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexShardRoutingTable.Builder |
addShard(ShardRouting shardEntry) |
IndexShardRoutingTable |
build() |
static IndexShardRoutingTable |
readFrom(StreamInput in) |
static IndexShardRoutingTable |
readFromThin(StreamInput in,
String index) |
IndexShardRoutingTable.Builder |
removeShard(ShardRouting shardEntry) |
static void |
writeTo(IndexShardRoutingTable indexShard,
StreamOutput out) |
static void |
writeToThin(IndexShardRoutingTable indexShard,
StreamOutput out) |
public Builder(IndexShardRoutingTable indexShard)
public Builder(ShardId shardId)
public IndexShardRoutingTable.Builder addShard(ShardRouting shardEntry)
public IndexShardRoutingTable.Builder removeShard(ShardRouting shardEntry)
public IndexShardRoutingTable build()
public static IndexShardRoutingTable readFrom(StreamInput in) throws IOException
IOExceptionpublic static IndexShardRoutingTable readFromThin(StreamInput in, String index) throws IOException
IOExceptionpublic static void writeTo(IndexShardRoutingTable indexShard, StreamOutput out) throws IOException
IOExceptionpublic static void writeToThin(IndexShardRoutingTable indexShard, StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.