Package herddb.utils

Interface SizeAwareObject

  • All Known Implementing Classes:
    Bytes, Sized

    public interface SizeAwareObject
    Represent an object aware of his heap size.
    Author:
    diego.salvi
    • Method Detail

      • getEstimatedSize

        long getEstimatedSize()
        Returns an estimation of the heap size of this instance.
        Returns:
        size estimation in bytes