| Modifier and Type | Method and Description |
|---|---|
static ControlMetricType |
ControlMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlMetricType[] |
ControlMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneLoad |
ControlPlaneStatsService.getLoad(org.onosproject.cluster.NodeId nodeId,
ControlMetricType type,
Optional<org.onosproject.net.DeviceId> deviceId)
Obtain the control plane load of a specific device.
|
ControlPlaneLoad |
ControlPlaneStatsService.getLoad(org.onosproject.cluster.NodeId nodeId,
ControlMetricType type,
Optional<org.onosproject.net.DeviceId> deviceId,
int duration,
TimeUnit unit)
Obtain the control plane load of a specific device with a specific time duration.
|
Copyright © 2015. All rights reserved.