Package org.apache.solr.common.cloud
Interface Replica.ReplicaStateProps
- 
- Enclosing class:
- Replica
 
 public static interface Replica.ReplicaStatePropsJSON properties related to a replica's state.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringBASE_URLstatic StringCOLLECTIONstatic StringCORE_NAMEstatic StringCORE_NODE_NAMEstatic StringFORCE_SET_STATEstatic StringLEADERstatic StringNODE_NAMEstatic StringPROPERTY_PREFIXstatic StringREPLICA_IDstatic StringSHARD_IDstatic StringSTATEstatic StringTYPEstatic Set<String>WELL_KNOWN_PROPS
 
- 
- 
- 
Field Detail- 
COLLECTIONstatic final String COLLECTION - See Also:
- Constant Field Values
 
 - 
SHARD_IDstatic final String SHARD_ID - See Also:
- Constant Field Values
 
 - 
REPLICA_IDstatic final String REPLICA_ID - See Also:
- Constant Field Values
 
 - 
LEADERstatic final String LEADER - See Also:
- Constant Field Values
 
 - 
STATEstatic final String STATE - See Also:
- Constant Field Values
 
 - 
CORE_NAMEstatic final String CORE_NAME - See Also:
- Constant Field Values
 
 - 
CORE_NODE_NAMEstatic final String CORE_NODE_NAME - See Also:
- Constant Field Values
 
 - 
TYPEstatic final String TYPE - See Also:
- Constant Field Values
 
 - 
NODE_NAMEstatic final String NODE_NAME - See Also:
- Constant Field Values
 
 - 
BASE_URLstatic final String BASE_URL - See Also:
- Constant Field Values
 
 - 
PROPERTY_PREFIXstatic final String PROPERTY_PREFIX - See Also:
- Constant Field Values
 
 - 
FORCE_SET_STATEstatic final String FORCE_SET_STATE - See Also:
- Constant Field Values
 
 
- 
 
-