| Package | Description |
|---|---|
| org.projectfloodlight.openflow.protocol | |
| org.projectfloodlight.openflow.protocol.ver13 |
| Modifier and Type | Method and Description |
|---|---|
static OFCalientOcsAlarm |
OFCalientOcsAlarm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFCalientOcsAlarm[] |
OFCalientOcsAlarm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OFCalientOcsAlarm> |
OFCalientFlowStatsEntry.getAlarm() |
Set<OFCalientOcsAlarm> |
OFCalientFlowStatsEntry.Builder.getAlarm() |
Set<OFCalientOcsAlarm> |
OFCalientPortStatsEntry.getInAlarm() |
Set<OFCalientOcsAlarm> |
OFCalientPortStatsEntry.Builder.getInAlarm() |
Set<OFCalientOcsAlarm> |
OFCalientPortStatsEntry.getOutAlarm() |
Set<OFCalientOcsAlarm> |
OFCalientPortStatsEntry.Builder.getOutAlarm() |
| Modifier and Type | Method and Description |
|---|---|
OFCalientFlowStatsEntry.Builder |
OFCalientFlowStatsEntry.Builder.setAlarm(Set<OFCalientOcsAlarm> alarm) |
OFCalientPortStatsEntry.Builder |
OFCalientPortStatsEntry.Builder.setInAlarm(Set<OFCalientOcsAlarm> inAlarm) |
OFCalientPortStatsEntry.Builder |
OFCalientPortStatsEntry.Builder.setOutAlarm(Set<OFCalientOcsAlarm> outAlarm) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFCalientOcsAlarm> |
OFCalientOcsAlarmSerializerVer13.ofWireValue(byte val) |
static Set<OFCalientOcsAlarm> |
OFCalientOcsAlarmSerializerVer13.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFCalientOcsAlarmSerializerVer13.putTo(Set<OFCalientOcsAlarm> set,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFCalientOcsAlarmSerializerVer13.toWireValue(Set<OFCalientOcsAlarm> set) |
static void |
OFCalientOcsAlarmSerializerVer13.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFCalientOcsAlarm> set) |
Copyright © 2016. All rights reserved.