Package org.apache.solr.cluster.api
Interface ShardReplica
- 
 @Deprecated public interface ShardReplica Deprecated.replica of a shard
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanalive()Deprecated.Is the replica alive nowStringcollection()Deprecated.collection which it belongs toStringcore()Deprecated.Name of the core where this is hostedlongindexSize()Deprecated.Size of the index in bytes.booleanisLeader()Deprecated.Is this replica the leaderStringname()Deprecated.Name of this replicaStringnode()Deprecated.Name of the node where this replica is presentStringshard()Deprecated.The shard which it belongs toReplica.Typetype()Deprecated.type of the replicaStringurl(ApiType type)Deprecated.Baseurl for this replica
 
- 
- 
- 
Method Detail- 
nameString name() Deprecated.Name of this replica
 - 
shardString shard() Deprecated.The shard which it belongs to
 - 
collectionString collection() Deprecated.collection which it belongs to
 - 
nodeString node() Deprecated.Name of the node where this replica is present
 - 
coreString core() Deprecated.Name of the core where this is hosted
 - 
typeReplica.Type type() Deprecated.type of the replica
 - 
aliveboolean alive() Deprecated.Is the replica alive now
 - 
indexSizelong indexSize() Deprecated.Size of the index in bytes. Keep in mind that this may result in a network call. Also keep in mind that the value that you get is at best an approximation. The exact size may vary from replica to replica
 - 
isLeaderboolean isLeader() Deprecated.Is this replica the leader
 
- 
 
-