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(org.jboss.netty.buffer.ChannelBuffer channelBuffer) |
putToTableId getTableId()
String getName() throws UnsupportedOperationException
UnsupportedOperationExceptionOFMatchBmap getMatch() throws UnsupportedOperationException
UnsupportedOperationExceptionint getWildcards()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getWriteActions()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getApplyActions()
throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getWriteSetfields() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getApplySetfields() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getMetadataMatch() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getMetadataWrite() throws UnsupportedOperationException
UnsupportedOperationExceptionlong getInstructions()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getConfig()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getMaxEntries()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getActiveCount()
U64 getLookupCount()
U64 getMatchedCount()
OFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
OFTableStatsEntry.Builder createBuilder()
Copyright © 2016. All rights reserved.