| Package | Description |
|---|---|
| org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
| Modifier and Type | Method and Description |
|---|---|
ControllerNode.State |
ClusterStore.getState(NodeId nodeId)
Returns the availability state of the specified controller node.
|
ControllerNode.State |
ClusterService.getState(NodeId nodeId)
Returns the availability state of the specified controller node.
|
static ControllerNode.State |
ControllerNode.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllerNode.State[] |
ControllerNode.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.