public static enum StatPermCollector.StatCapabTypes extends Enum<StatPermCollector.StatCapabTypes>
Node.| Enum Constant and Description |
|---|
FLOW_STATS
OFPC_FLOW_STATS
|
GROUP_STATS
OFPC_GROUP_STATS
|
METER_STATS
Meter statistics has no support from OF Switch capabilities
so we have to try get statistics for it and wait for response
Error or response package with results.
|
PORT_STATS
OFPC_PORT_STATS
|
QUEUE_STATS
OFPC_QUEUE_STATS
|
TABLE_STATS
OFPC_TABLE_STATS
|
| Modifier and Type | Method and Description |
|---|---|
static StatPermCollector.StatCapabTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatPermCollector.StatCapabTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatPermCollector.StatCapabTypes FLOW_STATS
public static final StatPermCollector.StatCapabTypes TABLE_STATS
public static final StatPermCollector.StatCapabTypes PORT_STATS
public static final StatPermCollector.StatCapabTypes GROUP_STATS
public static final StatPermCollector.StatCapabTypes QUEUE_STATS
public static final StatPermCollector.StatCapabTypes METER_STATS
public static StatPermCollector.StatCapabTypes[] values()
for (StatPermCollector.StatCapabTypes c : StatPermCollector.StatCapabTypes.values()) System.out.println(c);
public static StatPermCollector.StatCapabTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.