Package org.apache.solr.cluster
Interface Replica
public interface Replica
An instantiation (or one of the copies) of a given
Shard of a given SolrCollection.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumThe order of this enum is important from the most to least "important" replica type. -
Method Summary
-
Method Details
-
getShard
Shard getShard() -
getType
Replica.ReplicaType getType() -
getState
Replica.ReplicaState getState() -
getReplicaName
String getReplicaName() -
getCoreName
String getCoreName()The core name on disk -
getNode
Node getNode()
-