Uses of Class
org.apache.iotdb.db.exception.metadata.schemafile.SegmentNotFoundException
-
Packages that use SegmentNotFoundException Package Description org.apache.iotdb.db.metadata.mtree.store.disk.schemafile -
-
Uses of SegmentNotFoundException in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that throw SegmentNotFoundException Modifier and Type Method Description voidISchemaPage. deleteSegment(short segId)voidSchemaPage. deleteSegment(short segId)protected voidSchemaPage. extendsSegmentTo(java.nio.ByteBuffer dstBuffer, short segId)java.util.Queue<IMNode>ISchemaPage. getChildren(short segId)java.util.Queue<IMNode>SchemaPage. getChildren(short segId)longISchemaPage. getNextSegAddress(short segId)longSchemaPage. getNextSegAddress(short segId)longISchemaPage. getPrevSegAddress(short segId)longSchemaPage. getPrevSegAddress(short segId)shortISchemaPage. getSegmentSize(short segId)shortSchemaPage. getSegmentSize(short segId)SegmentSchemaPage. getSegmentTest(short idx)booleanISchemaPage. hasRecordKeyInSegment(java.lang.String key, short segId)Check if record exists with name or alias.booleanSchemaPage. hasRecordKeyInSegment(java.lang.String key, short segId)java.lang.StringISchemaPage. inspect()java.lang.StringSchemaPage. inspect()Invoke all segments, translate into string, concatenate and return.booleanISchemaPage. isSegmentCapableFor(short segId, short size)booleanSchemaPage. isSegmentCapableFor(short segId, short size)IMNodeISchemaPage. read(short segIdx, java.lang.String key)IMNodeSchemaPage. read(short segIdx, java.lang.String key)voidISchemaPage. removeRecord(short segId, java.lang.String key)voidSchemaPage. removeRecord(short segId, java.lang.String key)voidISchemaPage. setNextSegAddress(short segId, long address)voidSchemaPage. setNextSegAddress(short segId, long address)voidISchemaPage. setPrevSegAddress(short segId, long address)voidSchemaPage. setPrevSegAddress(short segId, long address)protected voidSchemaPage. updateRecordSegAddr(short segId, java.lang.String key, long newSegAddr)
-