| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.raft.messages |
| Modifier and Type | Method and Description |
|---|---|
ServerChangeStatus |
AbstractServerChangeReply.getStatus() |
static ServerChangeStatus |
ServerChangeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerChangeStatus[] |
ServerChangeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AddServerReply(ServerChangeStatus status,
String leaderHint) |
RemoveServerReply(ServerChangeStatus status,
String leaderHint) |
ServerChangeReply(ServerChangeStatus status,
String leaderHint) |
Copyright © 2019 OpenDaylight. All rights reserved.