Uses of Interface
org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
-
Packages that use ISegment Package Description org.apache.iotdb.db.metadata.mtree.store.disk.schemafile -
-
Uses of ISegment in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
Classes in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that implement ISegment Modifier and Type Class Description classSegmentThis class initiate a segment object with corresponding bytes.Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that return ISegment Modifier and Type Method Description static ISegmentSegment. initAsSegment(java.nio.ByteBuffer buffer)static ISegmentSegment. loadAsSegment(java.nio.ByteBuffer buffer)
-