Package org.apache.pekko.cluster.ddata
Class EstimatedSize$
java.lang.Object
org.apache.pekko.cluster.ddata.EstimatedSize$
INTERNAL API: Rough estimate in bytes of some serialized data elements. Used
 when creating gossip messages.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final EstimatedSize$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
EstimatedSize$public EstimatedSize$()
 
- 
- 
Method Details- 
LongValuepublic int LongValue()
- 
Addresspublic int Address()
- 
UniqueAddresspublic int UniqueAddress()
 
-