public static interface OFGroupStatsEntry.Builder
Modifier and Type | Method and Description |
---|---|
OFGroupStatsEntry |
build() |
List<OFBucketCounter> |
getBucketStats() |
U64 |
getByteCount() |
long |
getDurationNsec() |
long |
getDurationSec() |
OFGroup |
getGroup() |
U64 |
getPacketCount() |
long |
getRefCount() |
OFVersion |
getVersion() |
OFGroupStatsEntry.Builder |
setBucketStats(List<OFBucketCounter> bucketStats) |
OFGroupStatsEntry.Builder |
setByteCount(U64 byteCount) |
OFGroupStatsEntry.Builder |
setDurationNsec(long durationNsec) |
OFGroupStatsEntry.Builder |
setDurationSec(long durationSec) |
OFGroupStatsEntry.Builder |
setGroup(OFGroup group) |
OFGroupStatsEntry.Builder |
setPacketCount(U64 packetCount) |
OFGroupStatsEntry.Builder |
setRefCount(long refCount) |
OFGroupStatsEntry build()
OFGroup getGroup()
OFGroupStatsEntry.Builder setGroup(OFGroup group)
long getRefCount()
OFGroupStatsEntry.Builder setRefCount(long refCount)
U64 getPacketCount()
OFGroupStatsEntry.Builder setPacketCount(U64 packetCount)
U64 getByteCount()
OFGroupStatsEntry.Builder setByteCount(U64 byteCount)
List<OFBucketCounter> getBucketStats()
OFGroupStatsEntry.Builder setBucketStats(List<OFBucketCounter> bucketStats)
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
OFGroupStatsEntry.Builder setDurationSec(long durationSec) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
OFGroupStatsEntry.Builder setDurationNsec(long durationNsec) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2015. All rights reserved.