Package akka.cluster.ddata
Class EstimatedSize$
- java.lang.Object
 - 
- akka.cluster.ddata.EstimatedSize$
 
 
- 
public class EstimatedSize$ extends java.lang.ObjectINTERNAL API: Rough estimate in bytes of some serialized data elements. Used when creating gossip messages. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static EstimatedSize$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description EstimatedSize$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intAddress()intLongValue()intUniqueAddress() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final EstimatedSize$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -