Uses of Interface
org.apache.iotdb.tsfile.read.controller.IChunkLoader
-
-
Uses of IChunkLoader in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata that return IChunkLoader Modifier and Type Method Description IChunkLoaderAlignedChunkMetadata. getChunkLoader()IChunkLoaderChunkMetadata. getChunkLoader()IChunkLoaderIChunkMetadata. getChunkLoader()Methods in org.apache.iotdb.tsfile.file.metadata with parameters of type IChunkLoader Modifier and Type Method Description voidAlignedChunkMetadata. setChunkLoader(IChunkLoader chunkLoader)voidChunkMetadata. setChunkLoader(IChunkLoader chunkLoader)voidIChunkMetadata. setChunkLoader(IChunkLoader chunkLoader) -
Uses of IChunkLoader in org.apache.iotdb.tsfile.read.controller
Classes in org.apache.iotdb.tsfile.read.controller that implement IChunkLoader Modifier and Type Class Description classCachedChunkLoaderImplRead one Chunk and cache it into a LRUCache, only used in tsfile module. -
Uses of IChunkLoader in org.apache.iotdb.tsfile.read.query.executor
Constructors in org.apache.iotdb.tsfile.read.query.executor with parameters of type IChunkLoader Constructor Description ExecutorWithTimeGenerator(IMetadataQuerier metadataQuerier, IChunkLoader chunkLoader)TsFileExecutor(IMetadataQuerier metadataQuerier, IChunkLoader chunkLoader) -
Uses of IChunkLoader in org.apache.iotdb.tsfile.read.query.timegenerator
Constructors in org.apache.iotdb.tsfile.read.query.timegenerator with parameters of type IChunkLoader Constructor Description TsFileTimeGenerator(IExpression iexpression, IChunkLoader chunkLoader, IMetadataQuerier metadataQuerier) -
Uses of IChunkLoader in org.apache.iotdb.tsfile.read.reader.series
Fields in org.apache.iotdb.tsfile.read.reader.series declared as IChunkLoader Modifier and Type Field Description protected IChunkLoaderAbstractFileSeriesReader. chunkLoaderprotected IChunkLoaderFileSeriesReaderByTimestamp. chunkLoaderConstructors in org.apache.iotdb.tsfile.read.reader.series with parameters of type IChunkLoader Constructor Description AbstractFileSeriesReader(IChunkLoader chunkLoader, java.util.List<IChunkMetadata> chunkMetadataList, Filter filter)constructor of FileSeriesReader.FileSeriesReader(IChunkLoader chunkLoader, java.util.List<IChunkMetadata> chunkMetadataList, Filter filter)FileSeriesReaderByTimestamp(IChunkLoader chunkLoader, java.util.List<IChunkMetadata> chunkMetadataList)init with chunkLoader and chunkMetaDataList.
-