Class EstimatedSize


  • public class EstimatedSize
    extends java.lang.Object
    INTERNAL API: Rough estimate in bytes of some serialized data elements. Used when creating gossip messages.
    • Constructor Summary

      Constructors 
      Constructor Description
      EstimatedSize()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int Address()  
      static int LongValue()  
      static int UniqueAddress()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EstimatedSize

        public EstimatedSize()
    • Method Detail

      • LongValue

        public static int LongValue()
      • Address

        public static int Address()
      • UniqueAddress

        public static int UniqueAddress()