Package | Description |
---|---|
edu.utexas.clm.archipelago.listen | |
edu.utexas.clm.archipelago.network.node |
Modifier and Type | Method and Description |
---|---|
void |
NodeStateListener.stateChanged(ClusterNode node,
ClusterNodeState stateNow,
ClusterNodeState lastState) |
Modifier and Type | Method and Description |
---|---|
ClusterNodeState |
ClusterNode.getState() |
static ClusterNodeState |
ClusterNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterNodeState[] |
ClusterNodeState.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 |
ClusterNode.setState(ClusterNodeState nextState) |
void |
NodeCoordinator.stateChanged(ClusterNode node,
ClusterNodeState stateNow,
ClusterNodeState lastState) |
static String |
ClusterNode.stateString(ClusterNodeState state) |
Copyright © 2015–2021 Fiji. All rights reserved.