Package org.apache.solr.cluster.api
Interface Shard
- 
 @Deprecated public interface Shard Deprecated.A shard of a collection
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Stringcollection()Deprecated.collection this shard belongs toStringleader()Deprecated.Name of the replica that is acting as the leader at the momentStringname()Deprecated.name of the shardHashRangerange()Deprecated.hash range of this shard.SimpleMap<ShardReplica>replicas()Deprecated.replicas of the shard
 
- 
- 
- 
Method Detail- 
nameString name() Deprecated.name of the shard
 - 
collectionString collection() Deprecated.collection this shard belongs to
 - 
rangeHashRange range() Deprecated.hash range of this shard. null if this is not using hash based router
 - 
replicasSimpleMap<ShardReplica> replicas() Deprecated.replicas of the shard
 - 
leaderString leader() Deprecated.Name of the replica that is acting as the leader at the moment
 
- 
 
-