public interface OFGroupStatsEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFGroupStatsEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFGroupStatsEntry.Builder |
createBuilder() |
List<OFBucketCounter> |
getBucketStats() |
U64 |
getByteCount() |
long |
getDurationNsec() |
long |
getDurationSec() |
OFGroup |
getGroup() |
U64 |
getPacketCount() |
long |
getRefCount() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFGroup getGroup()
long getRefCount()
U64 getPacketCount()
U64 getByteCount()
List<OFBucketCounter> getBucketStats()
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFGroupStatsEntry.Builder createBuilder()
Copyright © 2015. All rights reserved.