Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
OFFlowStatsReason |
OFFlowLightweightStatsEntry.getReason() |
OFFlowStatsReason |
OFFlowLightweightStatsEntry.Builder.getReason() |
static OFFlowStatsReason |
OFFlowStatsReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowStatsReason[] |
OFFlowStatsReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFFlowLightweightStatsEntry.Builder |
OFFlowLightweightStatsEntry.Builder.setReason(OFFlowStatsReason reason) |
Modifier and Type | Method and Description |
---|---|
static OFFlowStatsReason |
OFFlowStatsReasonSerializerVer15.ofWireValue(byte val) |
static OFFlowStatsReason |
OFFlowStatsReasonSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFFlowStatsReasonSerializerVer15.putTo(OFFlowStatsReason e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFFlowStatsReasonSerializerVer15.toWireValue(OFFlowStatsReason e) |
static void |
OFFlowStatsReasonSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFFlowStatsReason e) |
Copyright © 2016. All rights reserved.