de.huxhorn.lilith.data.eventsource
Class TransferSizeInfo
java.lang.Object
de.huxhorn.lilith.data.eventsource.TransferSizeInfo
- All Implemented Interfaces:
- java.lang.Cloneable
public final class TransferSizeInfo
- extends java.lang.Object
- implements java.lang.Cloneable
This class is a simple datatype to hold informations about the size of an event while
"on the wire".
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
transferSize
public java.lang.Long transferSize
uncompressedSize
public java.lang.Long uncompressedSize
TransferSizeInfo
public TransferSizeInfo()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
clone
public TransferSizeInfo clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException