public interface OFCalientFlowStatsEntry extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFCalientFlowStatsEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFCalientFlowStatsEntry.Builder |
createBuilder() |
Set<OFCalientCflowAdminState> |
getAdminStatus() |
Set<OFCalientOcsAlarm> |
getAlarm() |
String |
getCflowName() |
String |
getConnectedPortPower() |
U64 |
getCookie() |
long |
getDurationNsec() |
long |
getDurationSec() |
Set<OFFlowModFlags> |
getFlags() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
List<OFInstruction> |
getInstructions() |
Match |
getMatch() |
Set<OFCalientCflowCapability> |
getOperCapability() |
Set<OFCalientCflowOperationalState> |
getOperStatus() |
OFPort |
getOutPort() |
String |
getPortPower() |
int |
getPriority() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToTableId getTableId()
long getDurationSec()
long getDurationNsec()
int getPriority()
int getIdleTimeout()
int getHardTimeout()
Set<OFFlowModFlags> getFlags()
U64 getCookie()
Set<OFCalientCflowAdminState> getAdminStatus()
Set<OFCalientCflowOperationalState> getOperStatus()
Set<OFCalientCflowCapability> getOperCapability()
Set<OFCalientOcsAlarm> getAlarm()
OFPort getOutPort()
String getPortPower()
String getConnectedPortPower()
String getCflowName()
Match getMatch()
List<OFInstruction> getInstructions()
OFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFCalientFlowStatsEntry.Builder createBuilder()
Copyright © 2017. All rights reserved.