Uses of Class
org.apache.iotdb.tsfile.read.common.BatchData
-
-
Uses of BatchData in org.apache.iotdb.tsfile.read.common
Subclasses of BatchData in org.apache.iotdb.tsfile.read.common Modifier and Type Class Description classDescReadBatchDataThis class is just for reading batch data reversely.classDescReadWriteBatchDataThis class is for reading and writing batch data in reverse.classSignalBatchDataIt is an empty signal to notify the caller that there is no more batch data after it.Methods in org.apache.iotdb.tsfile.read.common that return BatchData Modifier and Type Method Description static BatchDataBatchDataFactory. createBatchData(TSDataType dataType)static BatchDataBatchDataFactory. createBatchData(TSDataType dataType, boolean ascending, boolean isWriteDesc)static BatchDataBatchData.BatchDataType. deserialize(byte type, TSDataType dataType)give an integer to return a BatchType type.BatchDataBatchData. flip()When put data, the writeIndex increases while the readIndex remains 0.BatchDataDescReadBatchData. flip()When put data, the writeIndex increases while the readIndex remains 0.BatchDataDescReadWriteBatchData. flip()Read: When put data, the writeIndex increases while the readIndex remains 0. -
Uses of BatchData in org.apache.iotdb.tsfile.read.reader
Methods in org.apache.iotdb.tsfile.read.reader that return BatchData Modifier and Type Method Description default BatchDataIPageReader. getAllSatisfiedPageData()BatchDataIPageReader. getAllSatisfiedPageData(boolean ascending)BatchDataIBatchReader. nextBatch()BatchDataIChunkReader. nextPageData() -
Uses of BatchData in org.apache.iotdb.tsfile.read.reader.chunk
Methods in org.apache.iotdb.tsfile.read.reader.chunk that return BatchData Modifier and Type Method Description BatchDataAlignedChunkReader. nextPageData()BatchDataChunkReader. nextPageData()get next data batch. -
Uses of BatchData in org.apache.iotdb.tsfile.read.reader.page
Methods in org.apache.iotdb.tsfile.read.reader.page that return BatchData Modifier and Type Method Description BatchDataAlignedPageReader. getAllSatisfiedPageData(boolean ascending)BatchDataPageReader. getAllSatisfiedPageData(boolean ascending)BatchDataValuePageReader. nextBatch(long[] timeBatch, boolean ascending, Filter filter)return a BatchData with the corresponding timeBatch, the BatchData's dataType is same as this sub sensor -
Uses of BatchData in org.apache.iotdb.tsfile.read.reader.series
Methods in org.apache.iotdb.tsfile.read.reader.series that return BatchData Modifier and Type Method Description BatchDataAbstractFileSeriesReader. nextBatch()BatchDataEmptyFileSeriesReader. nextBatch()
-