Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Field and Description |
---|---|
private KetchReplica.State |
KetchReplica.state
What is happening with this replica.
|
(package private) KetchReplica.State |
ReplicaSnapshot.state |
Modifier and Type | Method and Description |
---|---|
(package private) KetchReplica.State |
LagCheck.check(ObjectId acceptId,
ReceiveCommand acceptCmd) |
KetchReplica.State |
ReplicaSnapshot.getState()
Get current state of the replica
|
static KetchReplica.State |
KetchReplica.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KetchReplica.State[] |
KetchReplica.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|