public class PlainShardIterator extends PlainShardsIterator implements ShardIterator
| コンストラクタと説明 |
|---|
PlainShardIterator(ShardId shardId,
List<ShardRouting> shards)
Creates a
PlainShardIterator instance that iterates over a subset of the given shards
this the a given shardId. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(ShardIterator o) |
boolean |
equals(Object o) |
int |
hashCode() |
ShardId |
shardId()
The shard id this group relates to.
|
assignedReplicasIncludingRelocating, asUnordered, nextOrNull, remaining, reset, size, sizeActiveclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitresetassignedReplicasIncludingRelocating, asUnordered, nextOrNull, remaining, size, sizeActivepublic PlainShardIterator(ShardId shardId, List<ShardRouting> shards)
PlainShardIterator instance that iterates over a subset of the given shards
this the a given shardId.shardId - shard id of the groupshards - shards to iteratepublic ShardId shardId()
ShardIteratorshardId インタフェース内 ShardIteratorpublic boolean equals(Object o)
equals インタフェース内 ShardsIteratorequals クラス内 Objectpublic int hashCode()
hashCode インタフェース内 ShardsIteratorhashCode クラス内 Objectpublic int compareTo(ShardIterator o)
compareTo インタフェース内 Comparable<ShardIterator>Copyright © 2009–2016. All rights reserved.