Uses of Class
org.apache.iotdb.db.exception.metadata.schemafile.RecordDuplicatedException
-
Packages that use RecordDuplicatedException Package Description org.apache.iotdb.db.metadata.mtree.store.disk.schemafile -
-
Uses of RecordDuplicatedException in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that throw RecordDuplicatedException Modifier and Type Method Description intISegment. insertRecord(java.lang.String key, java.nio.ByteBuffer buffer)check whether enough space, notice that pairLength including 3 parts: [var length] key string itself, [int, 4 bytes] length of key string, [short, 2 bytes] key addressintSegment. insertRecord(java.lang.String key, java.nio.ByteBuffer buf)intISegment. updateRecord(java.lang.String key, java.nio.ByteBuffer buffer)intSegment. updateRecord(java.lang.String key, java.nio.ByteBuffer uBuffer)
-