Class MetastoragePageIOUtils


  • public class MetastoragePageIOUtils
    extends Object
    MetastorageInnerIO and MetastorageLeafIO use the same page format but cannot explicitly share the same implementation, because they are inherited from two independant abstract classes. So this util class contains that implementation and should be used to avoid code duplication.