Package | Description |
---|---|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
Modifier and Type | Field and Description |
---|---|
PerReplicaStates.State |
PerReplicaStates.Operation.state |
Modifier and Type | Field and Description |
---|---|
SimpleMap<PerReplicaStates.State> |
PerReplicaStates.states |
Modifier and Type | Method and Description |
---|---|
PerReplicaStates.State |
PerReplicaStates.get(String replica) |
PerReplicaStates.State |
Replica.getReplicaState() |
static PerReplicaStates.State |
PerReplicaStates.State.parse(String serialized) |
Modifier and Type | Method and Description |
---|---|
Replica |
Replica.copyWith(PerReplicaStates.State state) |
Constructor and Description |
---|
Operation(PerReplicaStates.Operation.Type typ,
PerReplicaStates.State replicaState) |
State(String replica,
Replica.State state,
Boolean isLeader,
int version,
PerReplicaStates.State duplicate) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.