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