Uses of Interface
org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
-
Uses of IMeasurementSchema in org.apache.iotdb.tsfile.read
Method parameters in org.apache.iotdb.tsfile.read with type arguments of type IMeasurementSchema Modifier and Type Method Description longTsFileSequenceReader. selfCheck(java.util.Map<Path,IMeasurementSchema> newSchema, java.util.List<ChunkGroupMetadata> chunkGroupMetadataList, boolean fastFinish)Self Check the file and return the position before where the data is safe. -
Uses of IMeasurementSchema in org.apache.iotdb.tsfile.write.chunk
Constructors in org.apache.iotdb.tsfile.write.chunk with parameters of type IMeasurementSchema Constructor Description AlignedChunkWriterImpl(IMeasurementSchema timeSchema, java.util.List<IMeasurementSchema> valueSchemaList)This is used to rewrite file.ChunkWriterImpl(IMeasurementSchema schema)ChunkWriterImpl(IMeasurementSchema schema, boolean isMerging)Constructor parameters in org.apache.iotdb.tsfile.write.chunk with type arguments of type IMeasurementSchema Constructor Description AlignedChunkWriterImpl(java.util.List<IMeasurementSchema> schemaList)This is used to write 0-level file.AlignedChunkWriterImpl(IMeasurementSchema timeSchema, java.util.List<IMeasurementSchema> valueSchemaList)This is used to rewrite file. -
Uses of IMeasurementSchema in org.apache.iotdb.tsfile.write.page
Methods in org.apache.iotdb.tsfile.write.page with parameters of type IMeasurementSchema Modifier and Type Method Description voidPageWriter. reset(IMeasurementSchema measurementSchema)reset this pageConstructors in org.apache.iotdb.tsfile.write.page with parameters of type IMeasurementSchema Constructor Description PageWriter(IMeasurementSchema measurementSchema) -
Uses of IMeasurementSchema in org.apache.iotdb.tsfile.write.schema
Classes in org.apache.iotdb.tsfile.write.schema that implement IMeasurementSchema Modifier and Type Class Description classMeasurementSchemaThis class describes a measurement's information registered in FileSchema, including measurement id, data type, encoding and compressor type.classVectorMeasurementSchema -
Uses of IMeasurementSchema in org.apache.iotdb.tsfile.write.writer
Methods in org.apache.iotdb.tsfile.write.writer that return types with arguments of type IMeasurementSchema Modifier and Type Method Description java.util.Map<Path,IMeasurementSchema>RestorableTsFileIOWriter. getKnownSchema()Methods in org.apache.iotdb.tsfile.write.writer with parameters of type IMeasurementSchema Modifier and Type Method Description voidRestorableTsFileIOWriter. addSchema(Path path, IMeasurementSchema schema)
-