| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core |
| Modifier and Type | Method and Description |
|---|---|
static Replicator.ReplicatorStateListener.ReplicatorState |
Replicator.ReplicatorStateListener.ReplicatorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replicator.ReplicatorStateListener.ReplicatorState[] |
Replicator.ReplicatorStateListener.ReplicatorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Replicator.ReplicatorStateListener.stateChanged(PeerId peer,
Replicator.ReplicatorStateListener.ReplicatorState newState)
Called when the replicator state is changed.
|
Copyright © 2024. All rights reserved.