Package org.apache.solr.common.cloud
Interface DocCollection.CollectionStateProps
- 
- Enclosing class:
- DocCollection
 
 public static interface DocCollection.CollectionStatePropsJSON properties related to a collection's state.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONFIGNAMEstatic StringDOC_ROUTERstatic StringNRT_REPLICASstatic StringPER_REPLICA_STATEstatic StringPULL_REPLICASstatic StringREAD_ONLYstatic StringREPLICATION_FACTORstatic StringSHARDSstatic StringTLOG_REPLICAS
 
- 
- 
- 
Field Detail- 
NRT_REPLICASstatic final String NRT_REPLICAS - See Also:
- Constant Field Values
 
 - 
PULL_REPLICASstatic final String PULL_REPLICAS - See Also:
- Constant Field Values
 
 - 
TLOG_REPLICASstatic final String TLOG_REPLICAS - See Also:
- Constant Field Values
 
 - 
REPLICATION_FACTORstatic final String REPLICATION_FACTOR - See Also:
- Constant Field Values
 
 - 
READ_ONLYstatic final String READ_ONLY - See Also:
- Constant Field Values
 
 - 
CONFIGNAMEstatic final String CONFIGNAME - See Also:
- Constant Field Values
 
 - 
DOC_ROUTERstatic final String DOC_ROUTER - See Also:
- Constant Field Values
 
 - 
SHARDSstatic final String SHARDS - See Also:
- Constant Field Values
 
 - 
PER_REPLICA_STATEstatic final String PER_REPLICA_STATE - See Also:
- Constant Field Values
 
 
- 
 
-