Package org.apache.pekko.cluster.ddata
Class EstimatedSize$
- java.lang.Object
- 
- org.apache.pekko.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 SummaryFields Modifier and Type Field Description static EstimatedSize$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description EstimatedSize$()
 - 
Method SummaryAll 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.
 
- 
 
-