Class ClassSize.UnsafeLayout

java.lang.Object
org.apache.hadoop.hbase.util.ClassSize.MemoryLayout
org.apache.hadoop.hbase.util.ClassSize.UnsafeLayout
Enclosing class:
ClassSize

private static class ClassSize.UnsafeLayout extends ClassSize.MemoryLayout
UnsafeLayout uses Unsafe to guesstimate the object-layout related parameters like object header sizes and oop sizes See HBASE-15950.