Uses of Interface
org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
-
Packages that use ISchemaPage Package Description org.apache.iotdb.db.metadata.mtree.store.disk.schemafile -
-
Uses of ISchemaPage in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
Classes in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that implement ISchemaPage Modifier and Type Class Description classSchemaPageThis class is aimed to manage space inside one page.Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that return ISchemaPage Modifier and Type Method Description static ISchemaPageSchemaPage. initPage(java.nio.ByteBuffer buffer, int index)static ISchemaPageSchemaPage. loadPage(java.nio.ByteBuffer buffer, int index)Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile with parameters of type ISchemaPage Modifier and Type Method Description longISchemaPage. transplantSegment(ISchemaPage srcPage, short segId, short newSegSize)Transplant designated segment from srcPage, to spare space of the pagelongSchemaPage. transplantSegment(ISchemaPage srcPage, short segId, short newSegSize)
-