Uses of Class
org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
Packages that use AlignedChunkMetadata Package Description org.apache.iotdb.tsfile.file.metadata org.apache.iotdb.tsfile.read -
-
Uses of AlignedChunkMetadata in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata that return types with arguments of type AlignedChunkMetadata Modifier and Type Method Description List<AlignedChunkMetadata>AlignedTimeSeriesMetadata. getChunkMetadataList()List<AlignedChunkMetadata>AlignedTimeSeriesMetadata. getCopiedChunkMetadataList() -
Uses of AlignedChunkMetadata in org.apache.iotdb.tsfile.read
Methods in org.apache.iotdb.tsfile.read that return types with arguments of type AlignedChunkMetadata Modifier and Type Method Description List<AlignedChunkMetadata>TsFileSequenceReader. getAlignedChunkMetadata(String device)Get AlignedChunkMetadata of sensors under one deviceConstructor parameters in org.apache.iotdb.tsfile.read with type arguments of type AlignedChunkMetadata Constructor Description TsFileAlignedSeriesReaderIterator(TsFileSequenceReader reader, List<AlignedChunkMetadata> alignedChunkMetadataList, List<IMeasurementSchema> schemaList)
-