Package org.apache.solr.cluster.api
Interface Shard
-
@Deprecated public interface Shard
Deprecated.A shard of a collection
-
-
Method Summary
All 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
-
name
String name()
Deprecated.name of the shard
-
collection
String collection()
Deprecated.collection this shard belongs to
-
range
HashRange range()
Deprecated.hash range of this shard. null if this is not using hash based router
-
replicas
SimpleMap<ShardReplica> replicas()
Deprecated.replicas of the shard
-
leader
String leader()
Deprecated.Name of the replica that is acting as the leader at the moment
-
-