Package | Description |
---|---|
org.corfudb.infrastructure |
Modifier and Type | Method and Description |
---|---|
AbstractServer.ServerState |
AbstractServer.getState() |
static AbstractServer.ServerState |
AbstractServer.ServerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractServer.ServerState[] |
AbstractServer.ServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractServer.setState(AbstractServer.ServerState newState) |
Copyright © 2019 CorfuDB. All rights reserved.