| Package | Description |
|---|---|
| org.opencord.cordvtn.api.node |
CORD VTN node API definitions.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CordVtnNodeState |
CordVtnNodeState.nextState()
Returns the next node state.
|
CordVtnNodeState |
CordVtnNode.state()
Returns the state of the node.
|
static CordVtnNodeState |
CordVtnNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CordVtnNodeState[] |
CordVtnNodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CordVtnNode.Builder |
CordVtnNode.Builder.state(CordVtnNodeState state)
Returns cordvtn node builder with the supplied initialize state.
|
| Modifier and Type | Method and Description |
|---|---|
CordVtnNodeState |
DefaultCordVtnNode.state() |
| Modifier and Type | Method and Description |
|---|---|
DefaultCordVtnNode.Builder |
DefaultCordVtnNode.Builder.state(CordVtnNodeState state) |
static CordVtnNode |
DefaultCordVtnNode.updatedState(CordVtnNode node,
CordVtnNodeState state)
Returns cordvtn node with the new state.
|
Copyright © 2018. All rights reserved.