org.openflow.protocol.statistics
Class OFGroupBucketCounter
java.lang.Object
org.openflow.protocol.statistics.OFGroupBucketCounter
public class OFGroupBucketCounter
- extends java.lang.Object
Represents an ofp_bucket_counter structure
- Author:
- Srini Seetharaman (srini.seetharaman@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH
public static final int MINIMUM_LENGTH
- See Also:
- Constant Field Values
OFGroupBucketCounter
public OFGroupBucketCounter()
OFGroupBucketCounter
public OFGroupBucketCounter(long packetCount,
long byteCount)
getPacketCount
public long getPacketCount()
setPacketCount
public void setPacketCount(long packetCount)
getByteCount
public long getByteCount()
setByteCount
public void setByteCount(long byteCount)
getLength
public int getLength()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
readFrom
public void readFrom(java.nio.ByteBuffer data)
writeTo
public void writeTo(java.nio.ByteBuffer data)