Package org.apache.solr.common.cloud
Interface Replica.ReplicaStateProps
-
- Enclosing class:
- Replica
public static interface Replica.ReplicaStateProps
JSON properties related to a replica's state.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_URL
static String
COLLECTION
static String
CORE_NAME
static String
CORE_NODE_NAME
static String
FORCE_SET_STATE
static String
LEADER
static String
NODE_NAME
static String
PROPERTY_PREFIX
static String
REPLICA_ID
static String
SHARD_ID
static String
STATE
static String
TYPE
static Set<String>
WELL_KNOWN_PROPS
-
-
-
Field Detail
-
COLLECTION
static final String COLLECTION
- See Also:
- Constant Field Values
-
SHARD_ID
static final String SHARD_ID
- See Also:
- Constant Field Values
-
REPLICA_ID
static final String REPLICA_ID
- See Also:
- Constant Field Values
-
LEADER
static final String LEADER
- See Also:
- Constant Field Values
-
STATE
static final String STATE
- See Also:
- Constant Field Values
-
CORE_NAME
static final String CORE_NAME
- See Also:
- Constant Field Values
-
CORE_NODE_NAME
static final String CORE_NODE_NAME
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
NODE_NAME
static final String NODE_NAME
- See Also:
- Constant Field Values
-
BASE_URL
static final String BASE_URL
- See Also:
- Constant Field Values
-
PROPERTY_PREFIX
static final String PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
FORCE_SET_STATE
static final String FORCE_SET_STATE
- See Also:
- Constant Field Values
-
-