Package | Description |
---|---|
org.opennms.netmgt.telemetry.protocols.bmp.persistence.api |
Modifier and Type | Method and Description |
---|---|
State |
BmpPeer.getState() |
State |
BmpRouter.getState() |
State |
BmpCollector.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BmpPeer.setState(State state) |
void |
BmpRouter.setState(State state) |
void |
BmpCollector.setState(State state) |
Copyright © 2021. All rights reserved.