public interface OFTableStatsEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFTableStatsEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFTableStatsEntry.Builder |
createBuilder() |
long |
getActiveCount() |
long |
getApplyActions() |
U64 |
getApplySetfields() |
long |
getConfig() |
long |
getInstructions() |
U64 |
getLookupCount() |
OFMatchBmap |
getMatch() |
U64 |
getMatchedCount() |
long |
getMaxEntries() |
U64 |
getMetadataMatch() |
U64 |
getMetadataWrite() |
String |
getName() |
TableId |
getTableId() |
OFVersion |
getVersion() |
int |
getWildcards() |
long |
getWriteActions() |
U64 |
getWriteSetfields() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
TableId getTableId()
String getName() throws UnsupportedOperationException
UnsupportedOperationException
OFMatchBmap getMatch() throws UnsupportedOperationException
UnsupportedOperationException
int getWildcards() throws UnsupportedOperationException
UnsupportedOperationException
long getWriteActions() throws UnsupportedOperationException
UnsupportedOperationException
long getApplyActions() throws UnsupportedOperationException
UnsupportedOperationException
U64 getWriteSetfields() throws UnsupportedOperationException
UnsupportedOperationException
U64 getApplySetfields() throws UnsupportedOperationException
UnsupportedOperationException
U64 getMetadataMatch() throws UnsupportedOperationException
UnsupportedOperationException
U64 getMetadataWrite() throws UnsupportedOperationException
UnsupportedOperationException
long getInstructions() throws UnsupportedOperationException
UnsupportedOperationException
long getConfig() throws UnsupportedOperationException
UnsupportedOperationException
long getMaxEntries() throws UnsupportedOperationException
UnsupportedOperationException
long getActiveCount()
U64 getLookupCount()
U64 getMatchedCount()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFTableStatsEntry.Builder createBuilder()
Copyright © 2015. All rights reserved.