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) |
putToOFGroup getGroup()
long getRefCount()
U64 getPacketCount()
U64 getByteCount()
List<OFBucketCounter> getBucketStats()
long getDurationSec()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationNsec()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFGroupStatsEntry.Builder createBuilder()
Copyright © 2018. All rights reserved.