de.huxhorn.lilith.data.eventsource
Class TransferSizeInfo

java.lang.Object
  extended by 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".


Field Summary
 java.lang.Long transferSize
           
 java.lang.Long uncompressedSize
           
 
Constructor Summary
TransferSizeInfo()
           
 
Method Summary
 TransferSizeInfo clone()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferSize

public java.lang.Long transferSize

uncompressedSize

public java.lang.Long uncompressedSize
Constructor Detail

TransferSizeInfo

public TransferSizeInfo()
Method Detail

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