- AbstractFileSeriesReader - Class in org.apache.iotdb.tsfile.read.reader.series
-
Series reader is used to query one series of one tsfile.
- AbstractFileSeriesReader(IChunkLoader, List<IChunkMetadata>, Filter) - Constructor for class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
constructor of FileSeriesReader.
- add(long, int) - Method in class org.apache.iotdb.tsfile.utils.BitConstructor
-
- add(byte[]) - Method in class org.apache.iotdb.tsfile.utils.BitConstructor
-
- add(String) - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- add(byte) - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- addAll(byte...) - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- addBytes(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilderStatus
-
- addBytes(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- addEntry(MetadataIndexEntry) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- addField(Field) - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- addField(Object, TSDataType) - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- addHead(String...) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
add a Strings array from this container's header.
strings:"a","b","c",
StringContainer this:["d","e","f"],
result:this:["a","b","c","d","e","f"],
- addHead(StringContainer) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
add a StringContainer from this container's header.
StringContainer m:["a","b","c"],
StringContainer this:["d","e","f"],
result:this:["a","b","c","d","e","f"],
- addMeasurement(String, TSDataType, TSEncoding) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- addSchema(Path, IMeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- addSelectedPath(Path) - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- addTail(Object...) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
add a objects array at this container's tail.
- addTail(String...) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
add a Strings array at this container's tail.
strings:"a","b","c",
StringContainer this:["d","e","f"],
result:this:["d","e","f","a","b","c"],
- addTail(StringContainer) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
add a StringContainer at this container's tail.
param StringContainer:["a","b","c"],
this StringContainer :["d","e","f"],
result:this:["d","e","f","a","b","c"],
- addTimestamp(int, long) - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- addTuple(DataPoint) - Method in class org.apache.iotdb.tsfile.write.record.TSRecord
-
add one data point to this TSRecord.
- addValue(String, int, Object) - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- AlignedChunkGroupWriterImpl - Class in org.apache.iotdb.tsfile.write.chunk
-
- AlignedChunkGroupWriterImpl(String) - Constructor for class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- AlignedChunkMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
- AlignedChunkMetadata(IChunkMetadata, List<IChunkMetadata>) - Constructor for class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- AlignedChunkReader - Class in org.apache.iotdb.tsfile.read.reader.chunk
-
- AlignedChunkReader(Chunk, List<Chunk>, Filter) - Constructor for class org.apache.iotdb.tsfile.read.reader.chunk.AlignedChunkReader
-
constructor of ChunkReader.
- AlignedChunkReader(Chunk, List<Chunk>, Filter, long) - Constructor for class org.apache.iotdb.tsfile.read.reader.chunk.AlignedChunkReader
-
Constructor of ChunkReader by timestamp.
- AlignedChunkWriterImpl - Class in org.apache.iotdb.tsfile.write.chunk
-
- AlignedChunkWriterImpl(VectorMeasurementSchema) - Constructor for class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- AlignedChunkWriterImpl(List<IMeasurementSchema>) - Constructor for class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- AlignedPageReader - Class in org.apache.iotdb.tsfile.read.reader.page
-
- AlignedPageReader(PageHeader, ByteBuffer, Decoder, List<PageHeader>, List<ByteBuffer>, List<TSDataType>, List<Decoder>, Filter) - Constructor for class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- AlignedTimeSeriesMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
- AlignedTimeSeriesMetadata(TimeseriesMetadata, List<TimeseriesMetadata>) - Constructor for class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- alignObjectSize(long) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- allocateDataArray() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- alreadyReturnedRowNum - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- and(IExpression, IExpression) - Static method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression
-
- and(Filter, Filter) - Static method in class org.apache.iotdb.tsfile.read.filter.factory.FilterFactory
-
- AndExpression(IExpression, IExpression) - Constructor for class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- AndFilter - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Both the left and right operators of AndExpression must satisfy the condition.
- AndFilter() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- AndFilter(Filter, Filter) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- AndNode - Class in org.apache.iotdb.tsfile.read.query.timegenerator.node
-
- AndNode(Node, Node) - Constructor for class org.apache.iotdb.tsfile.read.query.timegenerator.node.AndNode
-
Constructor of AndNode.
- AndNode(Node, Node, boolean) - Constructor for class org.apache.iotdb.tsfile.read.query.timegenerator.node.AndNode
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- appendNull() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Appends a null value to the block.
- appendNull(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Appends nullCount null value to the block.
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- appendNull() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- appendNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- appendValueColumn(Column) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- apply(Column, int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder.ColumnToBooleanFunction
-
- ARRAY_CAPACITY_THRESHOLD - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
The primitive array capacity threshold.
- ascending - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- BACK_QUOTE - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- BACK_QUOTE_STRING - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- BatchData - Class in org.apache.iotdb.tsfile.read.common
-
BatchData is a self-defined data structure which is optimized for different type of
values.
- BatchData() - Constructor for class org.apache.iotdb.tsfile.read.common.BatchData
-
- BatchData(TSDataType) - Constructor for class org.apache.iotdb.tsfile.read.common.BatchData
-
BatchData Constructor.
- BatchData.BatchDataType - Enum in org.apache.iotdb.tsfile.read.common
-
- BatchDataFactory - Class in org.apache.iotdb.tsfile.read.common
-
- batchDataType - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- Binary - Class in org.apache.iotdb.tsfile.utils
-
Override compareTo() and equals() function to Binary class.
- Binary(byte[]) - Constructor for class org.apache.iotdb.tsfile.utils.Binary
-
if the bytes v is modified, the modification is visible to this binary.
- Binary(String) - Constructor for class org.apache.iotdb.tsfile.utils.Binary
-
- BinaryArrayColumnEncoder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- BinaryArrayColumnEncoder() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.BinaryArrayColumnEncoder
-
- BinaryColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- BinaryColumn(int, Optional<boolean[]>, Binary[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- BinaryColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- BinaryColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- BinaryExpression - Class in org.apache.iotdb.tsfile.read.expression.impl
-
- BinaryExpression() - Constructor for class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression
-
- BinaryExpression.AndExpression - Class in org.apache.iotdb.tsfile.read.expression.impl
-
- BinaryExpression.OrExpression - Class in org.apache.iotdb.tsfile.read.expression.impl
-
- BinaryFilter - Class in org.apache.iotdb.tsfile.read.filter.basic
-
Definition for binary filter operations.
- BinaryFilter() - Constructor for class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- BinaryFilter(Filter, Filter) - Constructor for class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- binaryRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- binarySearchInTimeseriesMetadataList(List<TimeseriesMetadata>, String) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- BinaryStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
Statistics for string type.
- BinaryStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- BIT_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- BitConstructor - Class in org.apache.iotdb.tsfile.utils
-
- BitConstructor() - Constructor for class org.apache.iotdb.tsfile.utils.BitConstructor
-
- BitConstructor(int) - Constructor for class org.apache.iotdb.tsfile.utils.BitConstructor
-
- BitMap - Class in org.apache.iotdb.tsfile.utils
-
- BitMap(int) - Constructor for class org.apache.iotdb.tsfile.utils.BitMap
-
Initialize a BitMap with given size.
- BitMap(int, byte[]) - Constructor for class org.apache.iotdb.tsfile.utils.BitMap
-
Initialize a BitMap with given size and bytes.
- BitmapDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- BitmapDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
BitmapDecoder constructor.
- BitmapEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encodes values using bitmap, according to the following grammar:
- BitmapEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.BitmapEncoder
-
BitmapEncoder constructor.
- bitMaps - Variable in class org.apache.iotdb.tsfile.write.record.Tablet
-
each bitmap represents the existence of each value in the current column.
- bitPackedGroupCount - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
the number of group which using bit packing, it is saved in header.
- bitPackingNum - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
number of bit-packing group in which is saved in header.
- BitReader - Class in org.apache.iotdb.tsfile.utils
-
- BitReader(ByteBuffer) - Constructor for class org.apache.iotdb.tsfile.utils.BitReader
-
- bitsLeft - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- bitWidth - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
bit width for bit-packing and rle to decode.
- bitWidth - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
the bit width used for bit-packing and rle.
- BLOCK_DEFAULT_SIZE - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- BLOCK_DEFAULT_SIZE - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- BLOCK_DEFAULT_SIZE - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- blockSize - Variable in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- blockSize - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- BloomFilter - Class in org.apache.iotdb.tsfile.utils
-
- BOOLEAN - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- BOOLEAN_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- BooleanColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- BooleanColumn(int, Optional<boolean[]>, boolean[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- BooleanColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- BooleanColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- BooleanDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Boolean data type extends DataPoint.
- BooleanDataPoint(String, boolean) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.BooleanDataPoint
-
constructor of BooleanDataPoint, the value type will be set automatically.
- booleanRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- BooleanStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
- BooleanStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- boolToByte(boolean) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
- boolToBytes(boolean) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert boolean to byte[1].
- boolToBytes(boolean, byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
boolean convert to byte array, then write four bytes to parameter desc start from index:offset.
- buffer - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- buffer - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- bufferedValues - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
array to buffer values temporarily.
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- build() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Builds the block.
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- build() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- buildBloomFilter(byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
build bloom filter by bytes
- buildValueColumnBuilders(List<TSDataType>) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- BYTE_ARRAY - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- BYTE_SIZE_PER_CHAR - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
String encoder with UTF-8 encodes a character to at most 4 bytes.
- ByteArrayColumnEncoder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- ByteArrayColumnEncoder() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.ByteArrayColumnEncoder
-
- ByteArrayList - Class in org.apache.iotdb.tsfile.utils
-
- ByteArrayList() - Constructor for class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- ByteArrayList(int) - Constructor for class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- byteCache - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
buffer to save data format like [<bitwidth> <encoded-data>] for decoder.
- byteCache - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
output stream to buffer <bitwidth> <encoded-data>.
- bytesBuffer - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
we will write all bytes using bit-packing to OutputStream once.
- bytesToBool(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
byte array to boolean.
- bytesToBool(byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert one-bytes byte array cut from parameters to boolean.
- bytesToDouble(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert byte array to double.
- bytesToDouble(byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert eight-bytes byte array cut from parameters to double.
- bytesToFloat(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert byte[4] to float.
- bytesToFloat(byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert four-bytes byte array cut from parameters to float.
- bytesToInt(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
byte[4] convert to integer.
- bytesToInt(byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert four-bytes byte array cut from parameters to integer.
- bytesToInt(byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
given a byte array, read width bits from specified position bits and convert it to an integer.
- bytesToLong(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert byte array to long with default length 8.
- bytesToLong(byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
specify the input byte array length.
- bytesToLong(byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
given a byte array, read width bits from specified pos bits and convert it to an long.
- bytesToLongFromOffset(byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert eight-bytes byte array cut from parameters to long.
- bytesToShort(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
we modify the order of serialization for fitting ByteBuffer.getShort()
- bytesToString(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert byte array to string using UTF-8 encoding.
- BytesUtils - Class in org.apache.iotdb.tsfile.utils
-
BytesUtils is a utility class.
- byteToBool(byte) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
- Cache<K,T> - Interface in org.apache.iotdb.tsfile.common.cache
-
- cache - Variable in class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- CachedChunkLoaderImpl - Class in org.apache.iotdb.tsfile.read.controller
-
Read one Chunk and cache it into a LRUCache, only used in tsfile module.
- CachedChunkLoaderImpl(TsFileSequenceReader) - Constructor for class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl
-
- CachedChunkLoaderImpl(TsFileSequenceReader, int) - Constructor for class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl
-
constructor of ChunkLoaderImpl.
- CachedChunkLoaderImpl.ChunkCacheKey - Class in org.apache.iotdb.tsfile.read.controller
-
- CacheException - Exception in org.apache.iotdb.tsfile.exception.cache
-
- CacheException() - Constructor for exception org.apache.iotdb.tsfile.exception.cache.CacheException
-
- CacheException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.cache.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.cache.CacheException
-
- CacheException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.cache.CacheException
-
- CacheException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.iotdb.tsfile.exception.cache.CacheException
-
- cacheNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV2
-
- cacheNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- cacheNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- cacheNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.SinglePrecisionDecoderV2
-
- calcTwoDiff(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- calcTwoDiff(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- calcTwoDiff(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- calculateBitWidthsForDeltaBlockBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- calculateBitWidthsForDeltaBlockBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- calculateBitWidthsForDeltaBlockBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- calculateRamSize(String, TSDataType) - Static method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- calculateRamSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- callReadBitPackingBuffer(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- canWrite - Variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- canWrite() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- capacity - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- CAPACITY_THRESHOLD - Static variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- ceil(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
calculate the bytes length containing v bits.
- checkChunkAndPagesStatistics(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- checkIfMagicString(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
to check whether the byte buffer is reach the magic string this method doesn't change the
position of the byte buffer
- checkIfMagicString(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
to check whether the inputStream is reach the magic string this method doesn't change the
position of the inputStream
- checkIsChunkSizeOverThreshold(long) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
Used for compaction to control the target chunk size.
- checkLocateStatus(IChunkMetadata, long, long) - Static method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
Check the location of a given chunkGroupMetaData with respect to a space partition constraint.
- checkMissingPoint(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- checkMissingPoint(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- checkMissingPoint(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- checkPageSizeAndMayOpenANewPage() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
check occupied memory size, if it exceeds the PageSize threshold, construct a page and put it
to pageBuffer
- checkPageSizeAndMayOpenANewPage() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- checkPath(String) - Static method in class org.apache.iotdb.tsfile.read.common.parser.PathNodesGenerator
-
throw exception if path is illegal.
- Chunk - Class in org.apache.iotdb.tsfile.read.common
-
used in query.
- Chunk(ChunkHeader, ByteBuffer, List<TimeRange>, Statistics) - Constructor for class org.apache.iotdb.tsfile.read.common.Chunk
-
- CHUNK_GROUP_HEADER - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
- CHUNK_HEADER - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
Chunk header marker and this chunk has more than one page.
- ChunkCacheKey(ChunkMetadata) - Constructor for class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl.ChunkCacheKey
-
- ChunkGroupFooterV2 - Class in org.apache.iotdb.tsfile.v2.file.footer
-
- ChunkGroupHeader - Class in org.apache.iotdb.tsfile.file.header
-
- ChunkGroupHeader(String) - Constructor for class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
constructor of CHUNK_GROUP_HEADER.
- ChunkGroupMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
Only maintained when writing, not serialized to TsFile
- ChunkGroupMetadata(String, List<ChunkMetadata>) - Constructor for class org.apache.iotdb.tsfile.file.metadata.ChunkGroupMetadata
-
- chunkGroupMetadataList - Variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- ChunkHeader - Class in org.apache.iotdb.tsfile.file.header
-
- ChunkHeader(String, int, TSDataType, CompressionType, TSEncoding, int) - Constructor for class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- ChunkHeader(String, int, TSDataType, CompressionType, TSEncoding, int, int) - Constructor for class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- ChunkHeader(byte, String, int, TSDataType, CompressionType, TSEncoding) - Constructor for class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- ChunkHeader(byte, String, int, int, TSDataType, CompressionType, TSEncoding) - Constructor for class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- ChunkHeaderV2 - Class in org.apache.iotdb.tsfile.v2.file.header
-
- chunkLoader - Variable in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- chunkLoader - Variable in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReaderByTimestamp
-
- ChunkMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
Metadata of one chunk.
- ChunkMetadata() - Constructor for class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- ChunkMetadata(String, TSDataType, long, Statistics<? extends Serializable>) - Constructor for class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
constructor of ChunkMetaData.
- chunkMetadataList - Variable in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- chunkMetadataList - Variable in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReaderByTimestamp
-
- chunkMetadataList - Variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- ChunkMetadataV2 - Class in org.apache.iotdb.tsfile.v2.file.metadata
-
- ChunkReader - Class in org.apache.iotdb.tsfile.read.reader.chunk
-
- ChunkReader(Chunk, Filter) - Constructor for class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
constructor of ChunkReader.
- ChunkReader(Chunk, Filter, long) - Constructor for class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
Constructor of ChunkReader by timestamp.
- chunkReader - Variable in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- chunkSatisfied(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- chunkSatisfied(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.EmptyFileSeriesReader
-
- chunkSatisfied(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReader
-
- ChunkWriterImpl - Class in org.apache.iotdb.tsfile.write.chunk
-
- ChunkWriterImpl(IMeasurementSchema) - Constructor for class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- ChunkWriterImpl(IMeasurementSchema, boolean) - Constructor for class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- clear() - Method in interface org.apache.iotdb.tsfile.common.cache.Cache
-
- clear() - Method in class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- clear() - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
clear caches (if used) to release memory.
- clear() - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- clear() - Method in class org.apache.iotdb.tsfile.utils.BitConstructor
-
- clear() - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- clearBuffer(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- clearBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- clearBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
- clearBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
clean all useless value in bufferedValues and set 0.
- clearPageWriter() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- clearPageWriter() - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- clearPageWriter() - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkWriter
-
set the current pageWriter to null, friendly for gc
- clearPageWriter() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- clearPageWriter() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- clone() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- clone() - Method in interface org.apache.iotdb.tsfile.read.expression.IExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- clone() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
- clone(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- clone() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- close() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- close() - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl
-
- close() - Method in interface org.apache.iotdb.tsfile.read.controller.IChunkLoader
-
close the file reader.
- close() - Method in class org.apache.iotdb.tsfile.read.reader.chunk.AlignedChunkReader
-
- close() - Method in class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
- close() - Method in interface org.apache.iotdb.tsfile.read.reader.IBatchReader
-
- close() - Method in interface org.apache.iotdb.tsfile.read.reader.IChunkReader
-
- close() - Method in interface org.apache.iotdb.tsfile.read.reader.IPointReader
-
- close() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- close() - Method in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- close() - Method in class org.apache.iotdb.tsfile.read.reader.series.EmptyFileSeriesReader
-
- close() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
Closes this channel.
- close() - Method in class org.apache.iotdb.tsfile.read.TsFileReader
-
- close() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- close() - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
calling this method to write the last data remaining in memory and close the normal and error
OutputStream.
- close() - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- close() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
close the outputStream or file channel without writing FileMetadata.
- close() - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
close the output.
- Column - Interface in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnBuilder - Interface in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnBuilderStatus - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnBuilderStatus(TsBlockBuilderStatus) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilderStatus
-
- columnCount - Variable in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockRowIterator
-
- ColumnEncoder - Interface in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnEncoder.ColumnToBooleanFunction - Interface in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnEncoderFactory - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- ColumnEncoderFactory() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoderFactory
-
- ColumnEncoding - Enum in org.apache.iotdb.tsfile.read.common.block.column
-
- columnNum - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- ColumnUtil - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- compareTo(FreqEncoder.Point) - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder.Point
-
- compareTo(Path) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- compareTo(TimeRange) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- compareTo(TimeValuePair) - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- compareTo(Binary) - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- compareTo(MeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
compare by measurementID.
- compareTo(TimeseriesSchema) - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
compare by full path.
- compareTo(VectorMeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
compare by vector name
- COMPLETE_FILE - Static variable in class org.apache.iotdb.tsfile.read.TsFileCheckStatus
-
- compress(byte[]) - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
- compress(byte[], int, int) - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
abstract method of compress.
- compress(byte[], int, int, byte[]) - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
abstract method of compress.
- compress(ByteBuffer, ByteBuffer) - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
If the data is large, this function is better than byte[].
- compress(byte[]) - Static method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompress
-
- compress(byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- compress(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- compress(byte[], int, int, byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- compress(ByteBuffer, ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- compress(byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- compress(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- compress(byte[], int, int, byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- compress(ByteBuffer, ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- compress(byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- compress(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- compress(byte[], int, int, byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- compress(ByteBuffer, ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- compress(byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- compress(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- compress(byte[], int, int, byte[]) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- compress(ByteBuffer, ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- COMPRESS_TYPE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- CompressionType - Enum in org.apache.iotdb.tsfile.file.metadata.enums
-
- CompressionTypeNotSupportedException - Exception in org.apache.iotdb.tsfile.exception.compress
-
This exception will be thrown when the codec is not supported by tsfile, meaning there is no
matching type defined in CompressionCodecName.
- CompressionTypeNotSupportedException(Class<?>) - Constructor for exception org.apache.iotdb.tsfile.exception.compress.CompressionTypeNotSupportedException
-
- CompressionTypeNotSupportedException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.compress.CompressionTypeNotSupportedException
-
- concatByteArray(byte[], byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
join two byte arrays to one.
- concatByteArrayList(List<byte[]>) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
join a list of byte arrays into one array.
- conf - Variable in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
- config - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- config - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
- config - Static variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- config - Static variable in class org.apache.iotdb.tsfile.write.TsFileWriter
-
- config - Static variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- CONFIG_FILE_NAME - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- construct(IExpression) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
construct the tree that generate timestamp.
- constructMetadataIndex(Map<String, List<TimeseriesMetadata>>, TsFileOutput) - Static method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexConstructor
-
Construct metadata index tree
- constructNode(IExpression) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
- contains(TimeRange) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Check whether this TimeRange contains r.
- contains(long, long) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- contains(long) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- contains(String) - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- containsDevice(Path) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
check if this schema contains a measurement named measurementId.
- containsSubMeasurement(String) - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- containsSubMeasurement(String) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- containsSubMeasurement(String) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- containStartEndTime(long, long) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
To examine whether the partition [startTime, endTime] is subsets of filter.
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- containStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- convertBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- convertBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
- convertBuffer() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
- convertSpace2TimePartition(List<Path>, long, long) - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
Convert the space partition constraint to the time partition constraint.
- convertSpace2TimePartition(List<Path>, long, long) - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- copy(Field) - Static method in class org.apache.iotdb.tsfile.read.common.Field
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- copy() - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- copy() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- copyOfRange(BitMap, int, BitMap, int, int) - Static method in class org.apache.iotdb.tsfile.utils.BitMap
-
Copies a bitmap from the specified source bitmap, beginning at the specified position, to the
specified position of the destination bitmap.
- count - Variable in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- count - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- create(TSDataType, int) - Static method in class org.apache.iotdb.tsfile.read.common.block.column.NullColumn
-
- create() - Static method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- create(List<Path>, IExpression) - Static method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- createBatchData(TSDataType, boolean, boolean) - Static method in class org.apache.iotdb.tsfile.read.common.BatchDataFactory
-
- createBatchData(TSDataType) - Static method in class org.apache.iotdb.tsfile.read.common.BatchDataFactory
-
- createColumnBuilderStatus() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- createWithOnlyTimeColumn() - Static method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- current() - Method in class org.apache.iotdb.tsfile.read.TsFileDeviceIterator
-
- currentCount - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
number of data left for reading in current buffer.
- currentTime() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- currentTime() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- currentTime() - Method in interface org.apache.iotdb.tsfile.read.common.IBatchDataIterator
-
- currentTimeIs(long) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.node.LeafNode
-
Check whether the current time equals the given time.
- currentTimeValuePair() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- currentTimeValuePair() - Method in interface org.apache.iotdb.tsfile.read.reader.IPointReader
-
- currentTsPrimitiveType() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- currentValue() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
get current value.
- currentValue() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- currentValue() - Method in interface org.apache.iotdb.tsfile.read.common.IBatchDataIterator
-
- currentValue() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.node.LeafNode
-
Function for getting the value at the given time.
- DATA_TYPE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- DataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
This is a abstract class representing a data point.
- DataPoint(TSDataType, String) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
constructor of DataPoint.
- dataPointList - Variable in class org.apache.iotdb.tsfile.write.record.TSRecord
-
all value of this TSRecord.
- DataSetWithoutTimeGenerator - Class in org.apache.iotdb.tsfile.read.query.dataset
-
multi-way merging data set, no need to use TimeGenerator.
- DataSetWithoutTimeGenerator(List<Path>, List<TSDataType>, List<AbstractFileSeriesReader>) - Constructor for class org.apache.iotdb.tsfile.read.query.dataset.DataSetWithoutTimeGenerator
-
constructor of DataSetWithoutTimeGenerator.
- DataSetWithTimeGenerator - Class in org.apache.iotdb.tsfile.read.query.dataset
-
query processing: (1) generate time by series that has filter (2) get value of series that does
not have filter (3) construct RowRecord.
- DataSetWithTimeGenerator(List<Path>, List<Boolean>, List<TSDataType>, TimeGenerator, List<FileSeriesReaderByTimestamp>) - Constructor for class org.apache.iotdb.tsfile.read.query.dataset.DataSetWithTimeGenerator
-
constructor of DataSetWithTimeGenerator.
- dataTotal - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- dataType - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- dataType - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- dataTypes - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- declarePosition() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- declarePositions(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- decodeAll(int, List<ByteBuffer>) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
For special value in page list, get its bitmap index.
- Decoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- Decoder(TSEncoding) - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- decreaseAlreadyReturnedRowNum() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- DEFAULT_DELTA_TYPE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- DEFAULT_MAX_TSBLOCK_SIZE_IN_BYTES - Static variable in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- DEFAULT_SNR - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- defaultTimeFilter(boolean) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
returns a default time filter by whether it's an ascending query.
- deleteIfExists(File) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
delete the file if it exists
- deleteIfExists(File) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- deleteIfExists(File) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- DELTA_TYPE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- DeltaBinaryDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class is a decoder for decoding the byte array that encoded by DeltaBinaryEncoder.DeltaBinaryDecoder just supports integer and long values.
.
- DeltaBinaryDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- DeltaBinaryDecoder.IntDeltaDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- DeltaBinaryDecoder.LongDeltaDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- DeltaBinaryEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
DeltaBinaryEncoder is a encoder for compressing data in type of integer and long.
- DeltaBinaryEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
constructor of DeltaBinaryEncoder.
- DeltaBinaryEncoder.IntDeltaEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- DeltaBinaryEncoder.LongDeltaEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- deltaBuf - Variable in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- DescReadBatchData - Class in org.apache.iotdb.tsfile.read.common
-
This class is just for reading batch data reversely.
- DescReadBatchData() - Constructor for class org.apache.iotdb.tsfile.read.common.DescReadBatchData
-
- DescReadBatchData(TSDataType) - Constructor for class org.apache.iotdb.tsfile.read.common.DescReadBatchData
-
- DescReadWriteBatchData - Class in org.apache.iotdb.tsfile.read.common
-
This class is for reading and writing batch data in reverse.
- DescReadWriteBatchData(TSDataType) - Constructor for class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- description - Variable in enum org.apache.iotdb.tsfile.utils.RamUsageEstimator.JvmFeature
-
- deserialize(byte) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
deserialize byte number.
- deserialize(byte) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
deserialize byte number.
- deserialize(byte) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
give an integer to return a data type.
- deserialize(byte) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
judge the encoding deserialize type.
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
read data from the inputStream.
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- deserialize(InputStream, TSDataType) - Static method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- deserialize(ByteBuffer, TSDataType) - Static method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- deserialize(InputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- deserialize(byte, TSDataType) - Static method in enum org.apache.iotdb.tsfile.read.common.BatchData.BatchDataType
-
give an integer to return a BatchType type.
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TsBlockSerde
-
Deserialize a tsblock.
- deserialize(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.read.common.Path
-
- deserialize(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- deserialize(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- deserialize(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.read.filter.factory.FilterFactory
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- deserialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- deserialize(InputStream, TSDataType) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.statistics.StatisticsV2
-
- deserialize(ByteBuffer, TSDataType) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.statistics.StatisticsV2
-
- deserializeBooleanArray(ByteBuffer, int) - Static method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
- deserializeFrom(InputStream, boolean) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
deserialize from inputStream.
- deserializeFrom(TsFileInput, long, boolean) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
deserialize from TsFileInput.
- deserializeFrom(InputStream, byte) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
deserialize from inputStream, the marker has already been read.
- deserializeFrom(TsFileInput, long, int) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
deserialize from TsFileInput, the marker has not been read.
- deserializeFrom(InputStream, TSDataType, boolean) - Static method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- deserializeFrom(ByteBuffer, TSDataType) - Static method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- deserializeFrom(ByteBuffer, Statistics<? extends Serializable>) - Static method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- deserializeFrom(ByteBuffer, TimeseriesMetadata) - Static method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
deserialize from ByteBuffer.
- deserializeFrom(ByteBuffer) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
- deserializeFrom(ByteBuffer) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- deserializeFrom(ByteBuffer, boolean) - Static method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
deserialize data from the buffer.
- deserializeFrom(ByteBuffer) - Static method in enum org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoding
-
- deserializeFrom(InputStream, boolean) - Static method in class org.apache.iotdb.tsfile.v2.file.footer.ChunkGroupFooterV2
-
deserialize from inputStream.
- deserializeFrom(TsFileInput, long, boolean) - Static method in class org.apache.iotdb.tsfile.v2.file.footer.ChunkGroupFooterV2
-
deserialize from TsFileInput.
- deserializeFrom(InputStream, boolean) - Static method in class org.apache.iotdb.tsfile.v2.file.header.ChunkHeaderV2
-
deserialize from inputStream.
- deserializeFrom(TsFileInput, long, int, boolean) - Static method in class org.apache.iotdb.tsfile.v2.file.header.ChunkHeaderV2
-
deserialize from TsFileInput.
- deserializeFrom(InputStream, TSDataType) - Static method in class org.apache.iotdb.tsfile.v2.file.header.PageHeaderV2
-
- deserializeFrom(ByteBuffer, TSDataType) - Static method in class org.apache.iotdb.tsfile.v2.file.header.PageHeaderV2
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.ChunkMetadataV2
-
deserialize from ByteBuffer.
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.MetadataIndexEntryV2
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.MetadataIndexNodeV2
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.TimeseriesMetadataV2
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.v2.file.metadata.TsFileMetadataV2
-
deserialize data from the buffer.
- deserializeFrom(InputStream) - Static method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
function for deserializing data from input stream.
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
function for deserializing data from byte buffer.
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
function for deserializing data from byte buffer.
- deserializeFrom(InputStream) - Static method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- deserializeNullIndicators(ByteBuffer, int) - Static method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
- device - Variable in class org.apache.iotdb.tsfile.read.common.Path
-
- deviceId - Variable in class org.apache.iotdb.tsfile.write.record.Tablet
-
deviceId of this tablet
- deviceId - Variable in class org.apache.iotdb.tsfile.write.record.TSRecord
-
deviceId of this TSRecord.
- Dictionary() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Dictionary
-
- DictionaryDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- DictionaryDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DictionaryDecoder
-
- DictionaryEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
An encoder implementing dictionary encoding.
- DictionaryEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DictionaryEncoder
-
- doTruncate() - Method in class org.apache.iotdb.tsfile.write.writer.ForceAppendTsFileWriter
-
- DOUBLE - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- DOUBLE_BACK_QUOTE_STRING - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- DOUBLE_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- DOUBLE_QUOTE - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- DOUBLE_VALUE_LENGTH - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- DoubleColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- DoubleColumn(int, Optional<boolean[]>, double[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- DoubleColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- DoubleColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- DoubleDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Double data type extends DataPoint.
- DoubleDataPoint(String, double) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.DoubleDataPoint
-
constructor of DoubleDataPoint, the value type will be set automatically.
- DoublePrecisionDecoderV1 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Decoder for value value using gorilla.
- DoublePrecisionDecoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV1
-
- DoublePrecisionDecoderV2 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- DoublePrecisionDecoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV2
-
- DoublePrecisionEncoderV1 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for int value using gorilla encoding.
- DoublePrecisionEncoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV1
-
- DoublePrecisionEncoderV2 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- DoublePrecisionEncoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV2
-
- doubleRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- DoubleStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
- DoubleStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- doubleToBytes(double) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert double to byte array.
- doubleToBytes(double, byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert double to byte into the given byte array started from offset.
- fetchSize - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- Field - Class in org.apache.iotdb.tsfile.read.common
-
Field is component of one RowRecord which stores a value in specific data type.
- Field(TSDataType) - Constructor for class org.apache.iotdb.tsfile.read.common.Field
-
- file - Variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- file - Variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- FILE_EXISTS_MISTAKES - Static variable in class org.apache.iotdb.tsfile.read.TsFileCheckStatus
-
- FILE_NAME_SEPARATOR - Static variable in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- FILE_NOT_FOUND - Static variable in class org.apache.iotdb.tsfile.read.TsFileCheckStatus
-
- FileInputFactory - Interface in org.apache.iotdb.tsfile.fileSystem.fileInputFactory
-
- fileMetadataPos - Variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- fileMetadataSize - Variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- FileOutputFactory - Interface in org.apache.iotdb.tsfile.fileSystem.fileOutputFactory
-
- FilePathUtils - Class in org.apache.iotdb.tsfile.utils
-
- FileSeriesReader - Class in org.apache.iotdb.tsfile.read.reader.series
-
Series reader is used to query one series of one TsFile, and this reader has a filter operating
on the same series.
- FileSeriesReader(IChunkLoader, List<IChunkMetadata>, Filter) - Constructor for class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReader
-
- FileSeriesReaderByTimestamp - Class in org.apache.iotdb.tsfile.read.reader.series
-
Series reader is used to query one series of one tsfile, using this reader to query the value of
a series with given timestamps.
- FileSeriesReaderByTimestamp(IChunkLoader, List<IChunkMetadata>) - Constructor for class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReaderByTimestamp
-
init with chunkLoader and chunkMetaDataList.
- fileSize() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- fillBuffer(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
read one byte and save it in the buffer.
- Filter - Interface in org.apache.iotdb.tsfile.read.filter.basic
-
Filter is a top level filter abstraction.
- filter - Variable in class org.apache.iotdb.tsfile.read.reader.chunk.AlignedChunkReader
-
- filter - Variable in class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
- filter - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- filter - Variable in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- filterChunks(Map<Path, List<Long>>) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
Remove such ChunkMetadata that its startTime is not in chunkStartTimes
- FilterFactory - Class in org.apache.iotdb.tsfile.read.filter.factory
-
- FilterFactory() - Constructor for class org.apache.iotdb.tsfile.read.filter.factory.FilterFactory
-
- FilterSerializeId - Enum in org.apache.iotdb.tsfile.read.filter.factory
-
- filterType - Variable in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- FilterType - Enum in org.apache.iotdb.tsfile.read.filter.factory
-
- filterType - Variable in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- filterType - Variable in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- filterType - Variable in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- firstValueWasRead - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- firstValueWasWritten - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- flag - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- flag - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- flip() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
When put data, the writeIndex increases while the readIndex remains 0.
- flip() - Method in class org.apache.iotdb.tsfile.read.common.DescReadBatchData
-
When put data, the writeIndex increases while the readIndex remains 0.
- flip() - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
Read: When put data, the writeIndex increases while the readIndex remains 0.
- flipByte(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- flipByte(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- FLOAT - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- FLOAT_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- FLOAT_VALUE_LENGTH - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- FloatColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- FloatColumn(int, Optional<boolean[]>, float[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- FloatColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- FloatColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- FloatDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Float data type extends DataPoint.
- FloatDataPoint(String, float) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.FloatDataPoint
-
constructor of FloatDataPoint, the value type will be set automatically.
- FloatDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Decoder for float or double value using rle or two diff.
- FloatDecoder(TSEncoding, TSDataType) - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- FloatEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for float or double value using rle or two-diff according to following grammar.
- FloatEncoder(TSEncoding, TSDataType, int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.FloatEncoder
-
- floatRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- FloatStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
Statistics for float type.
- FloatStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- floatToBytes(float) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert float to byte array.
- floatToBytes(float, byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
float convert to boolean, then write four bytes to parameter desc start from index:offset.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.BitmapEncoder
-
When all data received, encoder now encodes values in list and write them to OutputStream.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
calling this method to flush all values which haven't encoded to result byte array.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DictionaryEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV1
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV2
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.Encoder
-
Write all values buffered in memory cache to OutputStream.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.FloatEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntGorillaEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
write all values buffered in the cache to an OutputStream.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntZigzagEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongGorillaEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
write all values buffered in cache to OutputStream.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongZigzagEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.PlainEncoder
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
calling this method to flush all values which haven't encoded to result byte array.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
Write all values buffered in cache to OutputStream.
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV1
-
- flush(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV2
-
- flush() - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- flush() - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
- flushAllChunkGroups() - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
flush the data in all series writers of all chunk group writers and their page writers to
outputStream.
- flushBlockBuffer(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- flushToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- flushToFileWriter(TsFileIOWriter) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
flushing method for serializing to local file system or HDFS.
- flushToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- ForceAppendTsFileWriter - Class in org.apache.iotdb.tsfile.write.writer
-
ForceAppendTsFileWriter opens a COMPLETE TsFile, reads and truncate its metadata to support
appending new data.
- ForceAppendTsFileWriter(File) - Constructor for class org.apache.iotdb.tsfile.write.writer.ForceAppendTsFileWriter
-
- Freq() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Freq
-
- FREQ_ENCODING_BLOCK_SIZE - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- FREQ_ENCODING_SNR - Static variable in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- FREQ_TYPE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- FreqDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- FreqDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- FreqEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- FreqEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- FreqEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- FreqEncoder(int, double) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- FreqEncoder.Point - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- FSFactory - Interface in org.apache.iotdb.tsfile.fileSystem.fsFactory
-
- FSFactoryProducer - Class in org.apache.iotdb.tsfile.fileSystem
-
- FSFactoryProducer() - Constructor for class org.apache.iotdb.tsfile.fileSystem.FSFactoryProducer
-
- FSType - Enum in org.apache.iotdb.tsfile.fileSystem
-
- fullPath - Variable in class org.apache.iotdb.tsfile.read.common.Path
-
- generateAlignedTsFile(String, int, int, int, int, int, int, int) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- generateMixTsFile(String, int, int, int, int, int, int, int) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- generateNewBatchReader(SingleSeriesExpression) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
- generateNewBatchReader(SingleSeriesExpression) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TsFileTimeGenerator
-
- generateNonAlignedTsFile(String, int, int, int, int, int, int, int) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- get(K) - Method in interface org.apache.iotdb.tsfile.common.cache.Cache
-
- get(K) - Method in class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- get(ColumnEncoding) - Static method in class org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoderFactory
-
- get(int) - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- getAlignDeviceOffset() - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- getAlignedChunkMetadata(String) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Get AlignedChunkMetadata of sensors under one device
- getAllDevices() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getAllDevices() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- getAllDevicesIteratorWithIsAligned() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getAllMeasurements() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
get all measurements in this file
- getAllPaths() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function return all timeseries names
- getAllSatisfiedData() - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- getAllSatisfiedData() - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- getAllSatisfiedData() - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- getAllSatisfiedPageData() - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- getAllSatisfiedPageData(boolean) - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- getAllSatisfiedPageData(boolean) - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- getAllSatisfiedPageData(boolean) - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- getAllSatisfiedPageData(boolean) - Method in class org.apache.iotdb.tsfile.v2.read.reader.page.PageReaderV2
-
- getAllTimeseriesMetadata(boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getAllTimeseriesMetadata(boolean) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- getBatchDataIterator() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getBatchDataIterator(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Only used for the batch data of vector time series.
- getBatchDataType() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getBatchSize() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getBinary() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getBinary(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getBinary(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a Binary at position.
- getBinary(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getBinary() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getBinary() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- getBinaryByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th binary value by the time ascending order
- getBinaryByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getBinaryV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getBitCount() - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- getBloomFilter() - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- getBloomFilterErrorRate() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getBoolean() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getBoolean(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getBoolean(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a boolean at position.
- getBoolean(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getBoolean() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getBoolean() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- getBooleanByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th boolean value by the time ascending order
- getBooleanByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getBoolV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getBuf() - Method in class org.apache.iotdb.tsfile.utils.PublicBAOS
-
get current all bytes data
- getBufferedInputStream(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get input stream
- getBufferedInputStream(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getBufferedInputStream(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getBufferedOutputStream(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get output stream
- getBufferedOutputStream(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getBufferedOutputStream(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getBufferedReader(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get buffered reader
- getBufferedReader(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getBufferedReader(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getBufferedWriter(String, boolean) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get buffered reader
- getBufferedWriter(String, boolean) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getBufferedWriter(String, boolean) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getByteArray() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
- getByteBuffer(String) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteBuffer(int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteBuffer(long) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteBuffer(float) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteBuffer(double) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteBuffer(boolean) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- getByteN(byte, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
get one bit in input byte.
- getByType(TSDataType) - Static method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
get tsPrimitiveType by resultDataType.
- getByType(TSDataType, Object) - Static method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
get tsPrimitiveType by resultDataType and initial value.
- getChildIndexEntry(String, boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- getChildren() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- getChunkHeader() - Method in class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
- getChunkLoader() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getChunkLoader() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getChunkLoader() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- getChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkGroupMetadata
-
- getChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getChunkMetaDataList(Path) - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
- getChunkMetaDataList(Path) - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- getChunkMetadataList(Path, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
get ChunkMetaDatas of given path, and throw exception if path not exists
- getChunkMetadataList(Path) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getChunkMetadataLoader() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getChunkMetaDataMap(List<Path>) - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
- getChunkMetaDataMap(List<Path>) - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- getChunkReader(IChunkMetadata, Filter) - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl
-
- getChunkReader(IChunkMetadata, Filter) - Method in interface org.apache.iotdb.tsfile.read.controller.IChunkLoader
-
- getChunkStatistic() - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- getChunkType() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getClassLoaderOfClass(Class<?>) - Static method in class org.apache.iotdb.tsfile.utils.Loader
-
- getClassLoaderOfObject(Object) - Static method in class org.apache.iotdb.tsfile.utils.Loader
-
function for getting the class loader of the given object.
- getCodecClass() - Method in exception org.apache.iotdb.tsfile.exception.compress.CompressionTypeNotSupportedException
-
- getCodecName() - Method in interface org.apache.iotdb.tsfile.compress.IUnCompressor
-
- getCodecName() - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.GZIPUnCompressor
-
- getCodecName() - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.LZ4UnCompressor
-
- getCodecName() - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.NoUnCompressor
-
- getCodecName() - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.SnappyUnCompressor
-
- getColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getColumnBuilder(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getColumnNum() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
return the column contained by this path
- getColumnNum() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getColumns(int[]) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getCompDeviation() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getCompMaxTime() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getCompMinTime() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getCompressedSize() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getCompressionType() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getCompressor() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getCompressor(String) - Static method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
- getCompressor(CompressionType) - Static method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
get Compressor according to CompressionType.
- getCompressor() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getCompressor() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getCompressor() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- getCompressor() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getConfig() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileDescriptor
-
- getCoreSitePath() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getCount() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getCurrentChunkGroupSize() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- getCurrentChunkGroupSize() - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
get the serialized size of current chunkGroup header + all chunks.
- getCurrentChunkGroupSize() - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- getCurrentChunkSize() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- getCurrentChunkSize() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- getCurrentValueChunkType() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- getData() - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- getDataPoint(TSDataType, String, String) - Static method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
Construct one data point with data type and value.
- getDataRegionId(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getDataRegionId(File) - Static method in class org.apache.iotdb.tsfile.utils.TsFileUtils
-
- getDataSize() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getDataSizeOfChunkMetaDataList() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getDataType() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getDataType() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getDataType() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getDataType() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- getDataType() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Get the data type.
- getDataType() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Get the data type.
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getDataType(Path) - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
- getDataType(Path) - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- getDataType() - Method in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReaderByTimestamp
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- getDataType() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- getDataType() - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- getDataType() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- getDataType() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- getDataTypes() - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- getDataTypes() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getDataTypeSize() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- getDecoderByType(TSEncoding, TSDataType) - Static method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getDeleteIntervalList() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl.ChunkCacheKey
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- getDeleteIntervalList() - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- getDeltaBlockSize() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getDevice() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkGroupMetadata
-
- getDevice() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- getDeviceChunkMetadataMap() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- getDeviceID() - Method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
- getDeviceMeasurementsMap() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getDeviceNameInRange(long, long) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
get device names which has valid chunks in [start, end)
- getDeviceTimeseriesMetadataMap() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
this function is for Upgrade Tool and Split Tool.
- getDfsClientFailoverProxyProvider() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getDfsHaNamenodes() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getDfsNameServices() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getDftSatisfyRate() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getDouble() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getDouble(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a double at position.
- getDouble(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getDouble(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getDouble() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getDouble() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- getDoubleByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th double value by the time ascending order
- getDoubleByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getDoubleV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getDoubleValue() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getEmptyBloomFilter(double, int) - Static method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
get empty bloom filter
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Dictionary
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Freq
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
return a thread safe series's encoder with different types and parameters according to its
measurement id and data type.
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV1
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV2
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Plain
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Regular
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Rle
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Ts2Diff
-
- getEncoder(TSDataType) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Zigzag
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getEncoding() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Get the encoding for this column.
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getEncoding() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getEncodingBuilder(TSEncoding) - Static method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
return responding TSEncodingBuilder from a TSEncoding.
- getEncodingType() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getEncodingType() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getEncodingType() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getEncodingType() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- getEncodingType() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getEndian() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getEndOffset() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- getEndPoint() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getEndTime() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- getEndTime() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- getExpression() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- getExpression() - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- getExtension() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
get extension.
- getField(Object, TSDataType) - Static method in class org.apache.iotdb.tsfile.read.common.Field
-
- getFields() - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- getFile(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get file
- getFile(String, String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get file
- getFile(File, String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get file
- getFile(URI) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get file by uri
- getFile(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getFile(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getFile(File, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getFile(URI) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getFile(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getFile(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getFile(File, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getFile(URI) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getFile() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- getFileInputFactory() - Static method in class org.apache.iotdb.tsfile.fileSystem.FSFactoryProducer
-
- getFileMetadataPos() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getFileMetadataSize() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Return the whole meta data size of this tsfile, including ChunkMetadata, TimeseriesMetadata and
etc.
- getFileName() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getFileOutputFactory() - Static method in class org.apache.iotdb.tsfile.fileSystem.FSFactoryProducer
-
- getFilePath() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getFilePath() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- getFilePath() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
- getFileWithParent(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
get file with parent
- getFileWithParent(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- getFileWithParent(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- getFilter() - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- getFilter() - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- getFilter() - Method in interface org.apache.iotdb.tsfile.read.expression.IUnaryExpression
-
- getFilter() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- getFilterType() - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getFirstValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getFloat() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getFloat(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a float at position.
- getFloat(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getFloat(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getFloat() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getFloat() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- getFloatByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th float value by the time ascending order
- getFloatByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getFloatPrecision() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getFloatV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getFloatValue() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getFreqEncodingBlockSize() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getFreqEncodingSNR() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getFreqType() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getFSFactory() - Static method in class org.apache.iotdb.tsfile.fileSystem.FSFactoryProducer
-
- getFullPath() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- getFullPath() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- getFullPathWithAlias() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- getGroupSizeInByte() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getHashFunctionSize() - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- getHdfsIp() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getHdfsPort() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getHdfsSitePath() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getHeader() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
get header for both rle and bit-packing current encode mode which is saved in first bit of
header.
- getHeader() - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- getIChunkMetadataList(Path) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getIndex() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder.Point
-
- getInstance() - Static method in class org.apache.iotdb.tsfile.common.conf.TSFileDescriptor
-
- getInstance() - Static method in class org.apache.iotdb.tsfile.read.common.SignalBatchData
-
- getInstance() - Static method in class org.apache.iotdb.tsfile.read.expression.util.ExpressionOptimizer
-
- getInt() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getInt(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a little endian int at position.
- getInt(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getInt(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getInt() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getInt() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- getIntByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th int value by the time ascending order
- getIntByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getIntMaxBitWidth(List<Integer>) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
check all number in a int list and find max bit width.
- getIntN(int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
get one bit in input integer.
- getIntV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getIntValue() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getIOWriter() - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
this function is only for Test.
- getIOWriterOut() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
this function is only for Test.
- getIp() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
-
- getKerberosKeytabFilePath() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getKerberosPrincipal() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getKnownSchema() - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- getLastPairBeforeOrEqualTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getLastTime() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- getLastTimeMap() - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getLastValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getLeft() - Method in interface org.apache.iotdb.tsfile.read.expression.IBinaryExpression
-
- getLeft() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- getLeft() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- getLeft() - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- getLeft() - Method in class org.apache.iotdb.tsfile.utils.Pair
-
- getLeftClose() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- getLength() - Method in class org.apache.iotdb.tsfile.utils.Binary
-
get length.
- getLogicalSgNameAndTimePartitionIdPair(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getLogicalStorageGroupName(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getLong() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getLong(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a little endian long at position.
- getLong(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getLong(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getLong(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getLong() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getLong() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- getLongByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th long value by the time ascending order
- getLongByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getLongMaxBitWidth(List<Long>) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
check all number in a long list and find max bit width.
- getLongN(long, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
get one bit in input long.
- getLongV() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getLongValue() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getLongWithoutCheck(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getMask() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getMask() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getMask() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getMax() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Get the upper range boundary.
- getMaxBytesForCompression(int) - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
Get the maximum byte size needed for compressing data of the given byte size.
- getMaxBytesForCompression(int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- getMaxBytesForCompression(int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- getMaxBytesForCompression(int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- getMaxBytesForCompression(int) - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.BitmapEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DictionaryEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV1
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.Encoder
-
The maximal possible memory size occupied by current Encoder.
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FloatEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntZigzagEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongZigzagEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.PlainEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- getMaxByteSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV1
-
- getMaxDegreeOfIndexNode() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getMaxNumberOfPointsInPage() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getMaxPlanIndex() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getMaxPlanIndex() - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- getMaxPlanIndex() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- getMaxRowNumber() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
Return the maximum number of rows for this tablet
- getMaxStringLength() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getMaxTimestamp() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getMaxTsBlockSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilderStatus
-
- getMaxTsBlockSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getMaxValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getMeasurement() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- getMeasurementChunkMetadataListMapIterator(String) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getMeasurementID() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getMeasurementId() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getMeasurementId() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- getMeasurementId() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getMeasurementId() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getMeasurementId() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getMeasurements() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- getMeasurementSchemaMap() - Method in class org.apache.iotdb.tsfile.utils.MeasurementGroup
-
- getMeasurementUid() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getMeasurementUid() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getMeasurementUid() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getMeasurementUid() - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl.ChunkCacheKey
-
- getMetadataAndEndOffset(MetadataIndexNode, String, boolean, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Get target MetadataIndexEntry and its end offset
- getMetadataIndex() - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- getMetadataIndexNode(long, long) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
get metadata index node
- getMetadatasForQuery() - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- getMetaOffset() - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- getMin() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Get the lower range bundary.
- getMinPlanIndex() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getMinPlanIndex() - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- getMinPlanIndex() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- getMinTimestamp() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getMinValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getName() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- getNextTimeBatch() - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
In case that we use sequence read, and the page doesn't have statistics, so we won't know time
array's length at first
- getNodeType() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- getNumOfPages() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getNumOfPages() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- getNumOfPages() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- getNumOfPoints() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getNumOfValues() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getObject(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets an Object at position.
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getObject(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getObjectValue(TSDataType) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- getOffset() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- getOffsetOfChunkHeader() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getOffsetOfChunkHeader() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
get offset of chunk header.
- getOffsetOfChunkHeader() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getOffsetOfChunkHeader() - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl.ChunkCacheKey
-
- getOffsetOfChunkMetaDataList() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.BitmapEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DictionaryEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DoublePrecisionEncoderV1
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.Encoder
-
When encoder accepts a new incoming data point, the maximal possible size in byte it takes to
store in memory.
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FloatEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntGorillaEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongGorillaEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.PlainEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- getOneItemMaxSize() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV1
-
- getPageBuffer() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
only used for test
- getPageBuffer() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
only used for test
- getPageCheckSizeThreshold() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getPageSizeInByte() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getPageWriter() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- getPaths() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getPathsIterator() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getPlaMaxError() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getPointNumber() - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
- getPointNumber() - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
- getPointNumber() - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- getPort() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
-
- getPos() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
get the length of normal OutputStream.
- getPosition() - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- getPosition() - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
gets the current position of the Output.
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getPositionCount() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Returns the number of positions in this block.
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getPositionCount() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getPower() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder.Point
-
- getProps() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getProps() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getProps() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- getProps() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getReadCurArrayIndex() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getReadCurListIndex() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getRegion(int, int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Returns a column starting at the specified position and extends for the specified length.
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getRegion(int, int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getRegisteredTimeseriesMap() - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- getRemains(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Get the remaining time ranges in the current ranges but not in timeRangesPrev.
- getResource(String, ClassLoader) - Static method in class org.apache.iotdb.tsfile.utils.Loader
-
- getResources(String, ClassLoader) - Static method in class org.apache.iotdb.tsfile.utils.Loader
-
function for getting resources.
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- getRetainedSizeInBytes() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Returns the retained size of this column in memory, including over-allocations.
- getRetainedSizeInBytes() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Returns the retained size of this column in memory, including over-allocations.
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getRetainedSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getReverseList() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- getRight() - Method in interface org.apache.iotdb.tsfile.read.expression.IBinaryExpression
-
- getRight() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- getRight() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- getRight() - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- getRight() - Method in class org.apache.iotdb.tsfile.utils.Pair
-
- getRightClose() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- getRleBitWidth() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getRowIndex() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- getRowLimit() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getRowOffset() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getSchemas() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- getSchemaTemplates() - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- getSdtMaxError() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getSelectedSeries() - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- getSequenceList() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- getSerializedChunkSize() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- getSerializedChunkSize() - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- getSerializedChunkSize() - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkWriter
-
return the serialized size of the chunk header + all pages (not including the un-sealed page).
- getSerializedPageSize() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
max page header size without statistics
- getSerializedSize() - Method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
- getSerializedSize(String, int) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
the exact serialized size of chunk header
- getSerializedSize(String) - Static method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
The estimated serialized size of chunk header.
- getSerializedSize() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- getSerializedSize() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
- getSerializedSize() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
- getSerializedSize() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- getSerializedSize() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
- getSerializedSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getSerializedSize(String) - Static method in class org.apache.iotdb.tsfile.v2.file.header.ChunkHeaderV2
-
- getSerializeId() - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- getSerializeId() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- getSeriesPath() - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- getSeriesSchema(Path) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- getSize() - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
get the size of one instance of current class.
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- getSize() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- getSize() - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- getSizeByType(TSDataType) - Static method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getSizeInBytes() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getStartTime() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- getStartTime() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getStatistics(int) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
If the vector contains only one sub sensor, just return the sub sensor's Statistics Otherwise,
return the Statistics of the time column
- getStatistics(int) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getStatistics() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getStatistics() - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl.ChunkCacheKey
-
- getStatistics(int) - Method in interface org.apache.iotdb.tsfile.read.reader.IAlignedPageReader
-
- getStatistics() - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- getStatistics(int) - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
- getStatistics() - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- getStatsByType(TSDataType) - Static method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
static method providing statistic instance for respective data type.
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getStatsSize() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
The output of this method should be identical to the method "serializeStats(OutputStream
outputStream)"
- getStorageGroup(File) - Static method in class org.apache.iotdb.tsfile.utils.TsFileUtils
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
get field value and convert to string.
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- getStringValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- getSubMeasurementIndex(String) - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementIndex(String) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementIndex(String) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubMeasurementsCount() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementsCount() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementsCount() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubMeasurementsEncoderList() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementsEncoderList() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementsEncoderList() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubMeasurementsList() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementsList() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementsList() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubMeasurementsTSDataTypeList() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementsTSDataTypeList() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementsTSDataTypeList() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubMeasurementsTSEncodingList() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getSubMeasurementsTSEncodingList() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getSubMeasurementsTSEncodingList() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getSubString(int) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
return a sub-string in this container.
e.g.
- getSubStringContainer(int, int) - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
/** return a sub-container consist of several continuous strings in this container.If
start <= end, return a empty container e.g.
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getSumDoubleValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getSumLongValue() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getSupportedFeatures() - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Return the set of supported JVM features that improve the estimation.
- getTextEncodingType() - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- getThrowable() - Method in class org.apache.iotdb.tsfile.read.common.ExceptionBatchData
-
- getTime() - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- getTime(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- getTimeAndValueColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTimeByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th timestamp by the time ascending order
- getTimeByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTimeByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getTimeBytesSize() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- getTimeChunkMetadata() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getTimeColumn() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTimeColumnBuilder() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getTimeEncoder() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getTimeEncoder() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getTimeEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
function for getting time encoder.
- getTimeEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
function for getting time encoder.
- getTimeEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getTimeFilter() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
- getTimeFilter() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TsFileTimeGenerator
-
- getTimePartition(File) - Static method in class org.apache.iotdb.tsfile.utils.TsFileUtils
-
- getTimePartitionId(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getTimeSeriesDataType() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getTimeseriesMetadata() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- getTimeSeriesMetadataType() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getTimestamp() - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- getTimestamp() - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- getTimeStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getTimeStatistics() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- getTimeStatistics() - Method in interface org.apache.iotdb.tsfile.read.reader.IAlignedPageReader
-
- getTimeStatistics() - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- getTimeTSEncoding() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getTimeTSEncoding() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getTimeTSEncoding() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getTotalValueOccupation() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- getTruncatePosition() - Method in class org.apache.iotdb.tsfile.write.writer.ForceAppendTsFileWriter
-
- getTsBlockAlignedRowIterator() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
Only used for the batch data of vector time series.
- getTsBlockRowIterator() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTsBlockSingleColumnIterator() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTsBlockSingleColumnIterator(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getTsDataType(byte) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- getTSDataType() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- getTsFileInput(String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fileInputFactory.FileInputFactory
-
- getTsFileInput(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fileInputFactory.HDFSInputFactory
-
- getTsFileInput(String) - Method in class org.apache.iotdb.tsfile.fileSystem.fileInputFactory.LocalFSInputFactory
-
- getTsFileMetadataSize() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- getTsFileNameWithoutHardLink(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getTsFileOutput(String, boolean) - Method in interface org.apache.iotdb.tsfile.fileSystem.fileOutputFactory.FileOutputFactory
-
- getTsFileOutput(String, boolean) - Method in class org.apache.iotdb.tsfile.fileSystem.fileOutputFactory.HDFSOutputFactory
-
- getTsFileOutput(String, boolean) - Method in class org.apache.iotdb.tsfile.fileSystem.fileOutputFactory.LocalFSOutputFactory
-
- getTsFilePath(String, long) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- getTsFilePrefixPath(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- getTsFilePrefixPathAndTsFileVersionPair(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
pair.left tsFilePrefixPath, like data/data/sequence/root.sg1/0/0 pair.right is a long array
whose length is 2 pair.right[0] is tsfile version pair.right[1] is compaction version, high 32
bit is compaction level, low 32 bit is merge count
- getTSFileStorageFs() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- getTsPrimitiveType(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Gets a TsPrimitiveType at position.
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- getTsPrimitiveType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getType() - Method in interface org.apache.iotdb.tsfile.compress.ICompressor
-
- getType() - Method in class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- getType() - Method in class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- getType() - Method in class org.apache.iotdb.tsfile.compress.ICompressor.NoCompressor
-
- getType() - Method in class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- getType() - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- getType() - Method in class org.apache.iotdb.tsfile.encoding.encoder.Encoder
-
- getType() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- getType() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- getType(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getType() - Method in interface org.apache.iotdb.tsfile.read.expression.IExpression
-
- getType() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- getType() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- getType() - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- getType() - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- getType() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.node.AndNode
-
- getType() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.node.LeafNode
-
- getType() - Method in interface org.apache.iotdb.tsfile.read.query.timegenerator.node.Node
-
- getType() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.node.OrNode
-
- getType() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- getType() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getType() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getType() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- getType() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getTypeInByte() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getTypeInByte() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- getTypeInByte() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getUncompressedBytes() - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
getUncompressedBytes return data what it has been written in form of
size of time list, time list, value list
- getUncompressedBytes() - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
getUncompressedBytes return data what it has been written in form of
size of time list, time list, value list
- getUncompressedBytes() - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
getUncompressedBytes return data what it has been written in form of
size of time list, time list, value list
- getUncompressedLength(byte[], int, int) - Method in interface org.apache.iotdb.tsfile.compress.IUnCompressor
-
- getUncompressedLength(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.compress.IUnCompressor
-
get the uncompressed length.
- getUncompressedLength(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.GZIPUnCompressor
-
- getUncompressedLength(ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.GZIPUnCompressor
-
- getUncompressedLength(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.LZ4UnCompressor
-
- getUncompressedLength(ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.LZ4UnCompressor
-
- getUncompressedLength(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.NoUnCompressor
-
- getUncompressedLength(ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.NoUnCompressor
-
- getUncompressedLength(byte[], int, int) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.SnappyUnCompressor
-
- getUncompressedLength(ByteBuffer) - Method in class org.apache.iotdb.tsfile.compress.IUnCompressor.SnappyUnCompressor
-
- getUncompressedSize() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- getUnCompressor(CompressionType) - Static method in interface org.apache.iotdb.tsfile.compress.IUnCompressor
-
get the UnCompressor based on the CompressionType.
- getUnsignedVarInt(int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
transform an int var to byte[] format.
- getUnsupportedFeatures() - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Return the set of unsupported JVM features that improve the estimation.
- getValue() - Method in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder.Point
-
- getValue() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- getValue() - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- getValue(Path) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
ATTENTION: this method should only be used when there is no `OR` node
- getValue() - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- getValue() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.BooleanDataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DoubleDataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.FloatDataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.IntDataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.LongDataPoint
-
- getValue() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.StringDataPoint
-
- getValueChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getValueColumnBuilders() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- getValueColumnCount() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- getValueEncoder() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- getValueEncoder() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- getValueEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
get Encoder of value from encodingConverter by measurementID and data type.
- getValueEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
get Encoder of value from encodingConverter by measurementID and data type.
- getValueEncoder() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- getValueInTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getValueInTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.common.DescReadBatchData
-
- getValueInTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReaderByTimestamp
-
get value with time equals timestamp.
- getValues() - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- getValues(Path) - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
ATTENTION: this method should only be used when there is no `OR` node
- getValues() - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- getValueTimeseriesMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- getVector() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- getVector() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- getVector() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- getVectorByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
Get the idx th vector value by the time ascending order
- getVectorByIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- getVersion() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- getVersion() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- getVersion() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- getVisibleMetadataList(String, String, TSDataType) - Method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
For query.
- getWholeFileMetadata() - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
- getWholeFileMetadata() - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- getWithoutNullColumnsIndex() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- getWriterForAppendingDataOnCompletedTsFile(File) - Static method in class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
Given a TsFile, generate a writable RestorableTsFileIOWriter.
- GlobalTimeExpression - Class in org.apache.iotdb.tsfile.read.expression.impl
-
- GlobalTimeExpression(Filter) - Constructor for class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- GORILLA_ENCODING_ENDING_DOUBLE - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- GORILLA_ENCODING_ENDING_FLOAT - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- GORILLA_ENCODING_ENDING_INTEGER - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- GORILLA_ENCODING_ENDING_LONG - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- GorillaDecoderV1 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- GorillaDecoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- GorillaDecoderV2 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- GorillaDecoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- GorillaEncoderV1 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Gorilla encoding.
- GorillaEncoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- GorillaEncoderV2 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- GorillaEncoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- GorillaV1() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV1
-
- GorillaV2() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV2
-
- GroupByFilter - Class in org.apache.iotdb.tsfile.read.filter
-
- GroupByFilter(long, long, long, long) - Constructor for class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- GroupByFilter() - Constructor for class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- GroupByMonthFilter - Class in org.apache.iotdb.tsfile.read.filter
-
GroupByMonthFilter is used to handle natural month slidingStep and interval by generating
dynamically.
- GroupByMonthFilter() - Constructor for class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- GroupByMonthFilter(long, long, long, long, boolean, boolean, TimeZone) - Constructor for class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- GroupByMonthFilter(GroupByMonthFilter) - Constructor for class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- Gt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Greater than filter.
- Gt() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- Gt(T, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- gt(long) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
- gt(T) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- GtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Greater than or Equals filter.
- GtEq(T, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- GtEq() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- gtEq(long) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
- gtEq(T) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- GZIPCompress() - Constructor for class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompress
-
- GZIPCompressor() - Constructor for class org.apache.iotdb.tsfile.compress.ICompressor.GZIPCompressor
-
- GZIPCompressOverflowException - Exception in org.apache.iotdb.tsfile.exception.compress
-
- GZIPCompressOverflowException() - Constructor for exception org.apache.iotdb.tsfile.exception.compress.GZIPCompressOverflowException
-
- GZIPUnCompressor() - Constructor for class org.apache.iotdb.tsfile.compress.IUnCompressor.GZIPUnCompressor
-
- IAlignedPageReader - Interface in org.apache.iotdb.tsfile.read.reader
-
- IBatchDataIterator - Interface in org.apache.iotdb.tsfile.read.common
-
- IBatchReader - Interface in org.apache.iotdb.tsfile.read.reader
-
- IBinaryExpression - Interface in org.apache.iotdb.tsfile.read.expression
-
- IChunkGroupWriter - Interface in org.apache.iotdb.tsfile.write.chunk
-
A chunk group in TsFile contains several series.
- IChunkLoader - Interface in org.apache.iotdb.tsfile.read.controller
-
- IChunkMetadata - Interface in org.apache.iotdb.tsfile.file.metadata
-
- IChunkMetadataLoader - Interface in org.apache.iotdb.tsfile.read.controller
-
- IChunkReader - Interface in org.apache.iotdb.tsfile.read.reader
-
- IChunkWriter - Interface in org.apache.iotdb.tsfile.write.chunk
-
IChunkWriter provides a list of writing methods for different value types.
- ICompressor - Interface in org.apache.iotdb.tsfile.compress
-
compress data according to type in schema.
- ICompressor.GZIPCompress - Class in org.apache.iotdb.tsfile.compress
-
- ICompressor.GZIPCompressor - Class in org.apache.iotdb.tsfile.compress
-
- ICompressor.IOTDBLZ4Compressor - Class in org.apache.iotdb.tsfile.compress
-
- ICompressor.NoCompressor - Class in org.apache.iotdb.tsfile.compress
-
NoCompressor will do nothing for data and return the input data directly.
- ICompressor.SnappyCompressor - Class in org.apache.iotdb.tsfile.compress
-
- IDataWriter - Interface in org.apache.iotdb.tsfile.write.writer
-
- IDENTIFIER_PATTERN - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- IExpression - Interface in org.apache.iotdb.tsfile.read.expression
-
- IMeasurementSchema - Interface in org.apache.iotdb.tsfile.write.schema
-
- IMetadataQuerier - Interface in org.apache.iotdb.tsfile.read.controller
-
- In<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
in clause.
- In() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.In
-
- In(Set<T>, FilterType, boolean) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.In
-
- in(Set<Long>, boolean) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
- in(Set<T>, boolean) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- INCOMPATIBLE_FILE - Static variable in class org.apache.iotdb.tsfile.read.TsFileCheckStatus
-
- increasePageNums(int) - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- init(TSDataType) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
initialize batch data.
- initBitMaps() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- initChunkReader(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.AbstractFileSeriesReader
-
- initChunkReader(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.EmptyFileSeriesReader
-
- initChunkReader(IChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.reader.series.FileSeriesReader
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Dictionary
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Freq
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV1
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.GorillaV2
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
for TSEncoding, JSON is a kind of type for initialization.
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Plain
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Regular
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Rle
-
RLE could specify max_point_number in given JSON Object, which means the maximum
decimal digits for float or double data.
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Ts2Diff
-
- initFromProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Zigzag
-
- initializeStats(Binary, Binary) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
initialize Statistics.
- initializeStats(boolean, boolean, long) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
initialize boolean Statistics.
- initializeStats(double, double, double, double, double) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
initialize double statistics.
- initializeStats(float, float, float, float, double) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- initializeStats(int, int, int, int, long) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- initializeStats(long, long, long, long, double) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- initPacker() - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
- initPacker() - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongRleDecoder
-
- initPacker() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- initQueryDataSetFields(List<Path>, List<TSDataType>, boolean) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- initStatistics(TSDataType) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
- initStatistics() - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
- initStatistics(TSDataType) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- initTsBlockBuilder(List<TSDataType>) - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- initTsBlockBuilder(List<TSDataType>) - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- initTsBlockBuilder(List<TSDataType>) - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- insertIntoSortedDeletions(long, long) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- insertIntoSortedDeletions(long, long) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- insertIntoSortedDeletions(long, long) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- insertValueColumn(int, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
Attention.
- INSTANCE - Static variable in class org.apache.iotdb.tsfile.read.common.parser.PathParseError
-
- INSTANCE_SIZE - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilderStatus
-
- INSTANCE_SIZE - Static variable in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- INT32 - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- Int32ArrayColumnEncoder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- Int32ArrayColumnEncoder() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.Int32ArrayColumnEncoder
-
- INT64 - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- Int64ArrayColumnEncoder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- Int64ArrayColumnEncoder() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.Int64ArrayColumnEncoder
-
- INT_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- IntColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- IntColumn(int, Optional<boolean[]>, int[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- IntColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- IntColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- IntDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Integer data type extends DataPoint.
- IntDataPoint(String, int) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.IntDataPoint
-
constructor of IntDataPoint, the value type will be set automatically.
- IntDeltaDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- IntDeltaEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- IntDeltaEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
constructor of IntDeltaEncoder which is a sub-class of DeltaBinaryEncoder.
- IntegerStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
Statistics for int type.
- IntegerStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- intersects(TimeRange) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Here are some examples.
- interval - Variable in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- IntGorillaDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- IntGorillaDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- IntGorillaEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- IntGorillaEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.IntGorillaEncoder
-
- IntPacker - Class in org.apache.iotdb.tsfile.encoding.bitpacking
-
This class is used to encode(decode) Integer in Java with specified bit-width.
- IntPacker(int) - Constructor for class org.apache.iotdb.tsfile.encoding.bitpacking.IntPacker
-
- IntRegularDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- IntRegularEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
constructor of IntRegularEncoder which is a sub-class of RegularDataEncoder.
- IntRegularEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
constructor of RegularDataEncoder.
- intRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- IntRleDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Decoder for int value using rle or bit-packing.
- IntRleDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
- IntRleEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for int value using rle or bit-packing.
- IntRleEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- intToBytes(int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
integer convert to byte[4].
- intToBytes(int, byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
integer convert to byte array, then write four bytes to parameter desc start from index:offset.
- intToBytes(int, byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert an integer to a byte array which length is width, then copy this array to the parameter
result from pos.
- intToTwoBytes(int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
divide int to two bytes.
- IntZigzagDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- IntZigzagDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.IntZigzagDecoder
-
- IntZigzagEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for int value using Zigzag .
- IntZigzagEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.IntZigzagEncoder
-
- IOTDBLZ4Compressor() - Constructor for class org.apache.iotdb.tsfile.compress.ICompressor.IOTDBLZ4Compressor
-
- IPageReader - Interface in org.apache.iotdb.tsfile.read.reader
-
- IPointReader - Interface in org.apache.iotdb.tsfile.read.reader
-
- isAligned() - Method in class org.apache.iotdb.tsfile.utils.MeasurementGroup
-
- isAllMarked() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
whether all bits are one, i.e., all are Null
- isAllNull() - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- isAllUnmarked() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
whether all bits are zero, i.e., no Null value
- isAscending() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
- isAscending() - Method in class org.apache.iotdb.tsfile.read.query.timegenerator.TsFileTimeGenerator
-
- isBitPackRun - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
flag which indicate encoding mode false -- rle true -- bit-packing.
- isBitWidthSaved - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
- isClosed() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- isComplete() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
whether the file is a complete TsFile: only if the head magic and tail magic string exists.
- isComplete() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
whether the file is a complete TsFile: only if the head magic and tail magic string exists.
- isDeleted(long) - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- isDeleted(long) - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- isDeleted(long) - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- isDfsHaAutomaticFailoverEnabled() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- isEmpty() - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- isEmpty - Variable in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
isEmpty being false means this statistic has been initialized and the max and min is not null;
- isEmpty() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- isEmpty() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- isEmpty() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- isEmpty() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- isEmpty() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- isEnd - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- isFromOldFile() - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- isFromOldTsFile() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- isFromOldTsFile() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- isFromOldTsFile() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- isFull() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- isFull() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- isLengthAndBitWidthReaded - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
a flag to indicate whether current pattern is end.
- isMarked(int) - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
returns the value of the bit with the specified index.
- isMerging() - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- isMissingPoint - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- isModified() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- isModified() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- isModified() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- isModified() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- isModified() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- isModified() - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- isModified() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- isModified() - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- isModified() - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- isModified() - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- isModified() - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- isModified() - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- isNull(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
Is the specified position null?
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- isNull(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- isNumeric() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- isSeq() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- isSeq() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- isSeq() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- isSeq() - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- isSeq() - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- isSeq() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- isSequence(File) - Static method in class org.apache.iotdb.tsfile.utils.TsFileUtils
-
- isSupportedJVM() - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns true, if the current JVM is fully supported by RamUsageEstimator.
- isTsFileComplete(File) - Static method in class org.apache.iotdb.tsfile.utils.TsFileUtils
-
decides whether a TsFile is complete (the head magic and tail magic string exists.)
- isUseKerberos() - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- isWithoutAllNull() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- isWithoutAnyNull() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- isWritingChunkGroup() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
For TsFileReWriteTool / UpgradeTool.
- items - Variable in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- ITimeSeriesMetadata - Interface in org.apache.iotdb.tsfile.file.metadata
-
- IUnaryExpression - Interface in org.apache.iotdb.tsfile.read.expression
-
- IUnCompressor - Interface in org.apache.iotdb.tsfile.compress
-
uncompress data according to type in metadata.
- IUnCompressor.GZIPUnCompressor - Class in org.apache.iotdb.tsfile.compress
-
- IUnCompressor.LZ4UnCompressor - Class in org.apache.iotdb.tsfile.compress
-
- IUnCompressor.NoUnCompressor - Class in org.apache.iotdb.tsfile.compress
-
- IUnCompressor.SnappyUnCompressor - Class in org.apache.iotdb.tsfile.compress
-
- LEADING_ZERO_BITS_LENGTH_32BIT - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- LEADING_ZERO_BITS_LENGTH_64BIT - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- leadingZeroNum - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- leadingZeroNum - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- LeafNode - Class in org.apache.iotdb.tsfile.read.query.timegenerator.node
-
- LeafNode(IBatchReader) - Constructor for class org.apache.iotdb.tsfile.read.query.timegenerator.node.LeafNode
-
- left - Variable in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- left - Variable in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- left - Variable in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- left - Variable in class org.apache.iotdb.tsfile.utils.Pair
-
- length - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
how many bytes for all encoded data like [<bitwidth> <encoded-data>] in inputstream.
- length() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- length() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- Like<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Like.
- Like(String, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Like
-
The main idea of this part comes from
https://codereview.stackexchange.com/questions/36861/convert-sql-like-to-regex/36864
- like(String) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- listFilesByPrefix(String, String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
list file by prefix
- listFilesByPrefix(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- listFilesByPrefix(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- listFilesBySuffix(String, String) - Method in interface org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
list file by suffix
- listFilesBySuffix(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory
-
- listFilesBySuffix(String, String) - Method in class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- loadChunk(ChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.controller.CachedChunkLoaderImpl
-
- loadChunk(ChunkMetadata) - Method in interface org.apache.iotdb.tsfile.read.controller.IChunkLoader
-
read all content of any chunk.
- loadChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
If the chunkMetadataLoader is MemChunkMetadataLoader, the VectorChunkMetadata is already
assembled while constructing the in-memory TsFileResource, so we just return the assembled
VectorChunkMetadata list.
- loadChunkMetadataList() - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- loadChunkMetadataList() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- loadChunkMetadataList(ITimeSeriesMetadata) - Method in interface org.apache.iotdb.tsfile.read.controller.IChunkMetadataLoader
-
read all chunk metadata of one time series in one file.
- loadChunkMetaDatas(List<Path>) - Method in interface org.apache.iotdb.tsfile.read.controller.IMetadataQuerier
-
this will load all chunk metadata of given paths into cache.
- loadChunkMetaDatas(List<Path>) - Method in class org.apache.iotdb.tsfile.read.controller.MetadataQuerierByFileImpl
-
- Loader - Class in org.apache.iotdb.tsfile.utils
-
- loadIntBatch(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
if remaining data has been run out, load next pack from InputStream.
- loadIntBatch(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
if remaining data has been run out, load next pack from InputStream.
- loadIntBatch(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
if remaining data has been run out, load next pack from InputStream.
- loadIntBatch(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
if remaining data has been run out, load next pack from InputStream.
- loadMetadataSize() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- loadObjectByKey(K) - Method in class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- loadPageReaderList() - Method in class org.apache.iotdb.tsfile.read.reader.chunk.AlignedChunkReader
-
- loadPageReaderList() - Method in class org.apache.iotdb.tsfile.read.reader.chunk.ChunkReader
-
- loadPageReaderList() - Method in interface org.apache.iotdb.tsfile.read.reader.IChunkReader
-
- loadWithBitmap(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
load the data with bitmap (when bitmap denote the element with false, load next element)
- loadWithBitmap(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
load the data with bitmap (when bitmap denote the element with false, load next element)
- LocalFSFactory - Class in org.apache.iotdb.tsfile.fileSystem.fsFactory
-
- LocalFSFactory() - Constructor for class org.apache.iotdb.tsfile.fileSystem.fsFactory.LocalFSFactory
-
- LocalFSInputFactory - Class in org.apache.iotdb.tsfile.fileSystem.fileInputFactory
-
- LocalFSInputFactory() - Constructor for class org.apache.iotdb.tsfile.fileSystem.fileInputFactory.LocalFSInputFactory
-
- LocalFSOutputFactory - Class in org.apache.iotdb.tsfile.fileSystem.fileOutputFactory
-
- LocalFSOutputFactory() - Constructor for class org.apache.iotdb.tsfile.fileSystem.fileOutputFactory.LocalFSOutputFactory
-
- LocalTsFileInput - Class in org.apache.iotdb.tsfile.read.reader
-
- LocalTsFileInput(Path) - Constructor for class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- LocalTsFileOutput - Class in org.apache.iotdb.tsfile.write.writer
-
a TsFileOutput implementation with FileOutputStream.
- LocalTsFileOutput(FileOutputStream) - Constructor for class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- LONG_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- LongColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- LongColumn(int, Optional<boolean[]>, long[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- LongColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- LongColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- LongDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Long data type extends DataPoint.
- LongDataPoint(String, long) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.LongDataPoint
-
constructor of LongDataPoint, the value type will be set automatically.
- LongDeltaDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- LongDeltaEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- LongDeltaEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
constructor of LongDeltaEncoder which is a sub-class of DeltaBinaryEncoder.
- LongGorillaDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- LongGorillaDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- LongGorillaEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- LongGorillaEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.LongGorillaEncoder
-
- LongPacker - Class in org.apache.iotdb.tsfile.encoding.bitpacking
-
This class is used to encode(decode) Long in Java with specified bit-width.
- LongPacker(int) - Constructor for class org.apache.iotdb.tsfile.encoding.bitpacking.LongPacker
-
- LongRegularDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- LongRegularEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- LongRegularEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
constructor of LongRegularEncoder which is a sub-class of RegularDataEncoder.
- longRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- LongRleDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Decoder for long value using rle or bit-packing.
- LongRleDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.LongRleDecoder
-
- LongRleEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for long value using rle or bit-packing.
- LongRleEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
Constructor of LongRleEncoder.
- LongStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
- LongStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- longToBytes(long) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
long to byte array with default converting length 8.
- longToBytes(long, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
specify the result array length.
- longToBytes(long, byte[], int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
long convert to byte array, then write four bytes to parameter desc start from index:offset.
- longToBytes(long, byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert a long to a byte array which length is width, then copy this array to the parameter
result from pos.
- LongZigzagDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- LongZigzagDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.LongZigzagDecoder
-
- LongZigzagEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for long value using Zigzag .
- LongZigzagEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.LongZigzagEncoder
-
- LRUCache<K,T> - Class in org.apache.iotdb.tsfile.common.cache
-
This class is not thread safe.
- LRUCache(int) - Constructor for class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- Lt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
less than.
- Lt() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- Lt(T, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- lt(long) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
- lt(T) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- LtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Less than or Equals.
- LtEq(T, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- LtEq() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- ltEq(long) - Static method in class org.apache.iotdb.tsfile.read.filter.TimeFilter
-
- ltEq(T) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- LZ4UnCompressor() - Constructor for class org.apache.iotdb.tsfile.compress.IUnCompressor.LZ4UnCompressor
-
- RamUsageEstimator - Class in org.apache.iotdb.tsfile.utils
-
This class is copied from apache lucene, version 4.6.1.
- RamUsageEstimator.JvmFeature - Enum in org.apache.iotdb.tsfile.utils
-
JVM diagnostic features.
- read(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- read(ByteBuffer, long) - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- read() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- read(byte[], int, int) - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- read(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
Reads a sequence of bytes from this TsFileInput into the given buffer.
- read(ByteBuffer, long) - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
Reads a sequence of bytes from this TsFileInput into the given buffer, starting at the given
position.
- read() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
read a byte from the Input.
- read(byte[], int, int) - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
read an array of byte from the Input.
- read(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read an unsigned byte(0 ~ 255) as InputStream does.
- readAsPossible(TsFileInput, long, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read bytes from buffer with offset position to the end of buffer.
- readAsPossible(TsFileInput, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read util to the end of buffer.
- readAsPossible(TsFileInput, ByteBuffer, long, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read bytes from buffer with offset position to the end of buffer or up to len.
- readBigDecimal(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readBigDecimal(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readBigDecimal(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readBigDecimal(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DictionaryDecoder
-
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readBinary(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readBinary(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readBinary(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readBit(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- readBit(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
Reads the next bit and returns a boolean representing it.
- readBitPackingBuffer(int, int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
- readBitPackingBuffer(int, int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongRleDecoder
-
- readBitPackingBuffer(int, int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
Read bit-packing package and save them in buffer.
- readBloomFilter() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function does not modify the position of the file reader.
- readBool(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read 1-byte array from an InputStream and convert it to a integer number.
- readBool(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a bool from inputStream.
- readBool(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a bool from byteBuffer.
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
In current version, boolean value is equal to Enums value in schema.
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readBoolean(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readByte(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a byte from byteBuffer.
- readByte(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a byte var from inputStream.
- readByteBufferWithSelfDescriptionLength(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read bytes from byteBuffer, this method makes sure that you can read length bytes or reach to
the end of the buffer.
- readBytes(ByteBuffer, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read bytes array in given size
- readBytes(InputStream, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
unlike InputStream.read(bytes), this method makes sure that you can read length bytes or reach
to the end of the stream.
- readBytesWithSelfDescriptionLength(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
unlike InputStream.read(bytes), this method makes sure that you can read length bytes or reach
to the end of the stream.
- readChunkGroupFooter() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
- readChunkGroupHeader() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
- readChunkGroupHeader(long, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
- readChunkHeader(byte) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read data from current position of the input, and deserialize it to a CHUNK_HEADER.
- readChunkHeader() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
read data from current position of the input, and deserialize it to a CHUNK_HEADER.
- readChunkMetadataInDevice(String) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read all ChunkMetaDatas of given device
- readChunkMetadataInDevice(String) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
read all ChunkMetaDatas of given device
- readChunkMetaDataList(TimeseriesMetadata) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
get ChunkMetaDatas in given TimeseriesMetaData
- readChunkMetaDataList(TimeseriesMetadata) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
get ChunkMetaDatas in given TimeseriesMetaData
- readColumn(ByteBuffer, TSDataType, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryArrayColumnEncoder
-
- readColumn(ByteBuffer, TSDataType, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.ByteArrayColumnEncoder
-
- readColumn(ByteBuffer, TSDataType, int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
Read a column from the specified input.
- readColumn(ByteBuffer, TSDataType, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.Int32ArrayColumnEncoder
-
- readColumn(ByteBuffer, TSDataType, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.Int64ArrayColumnEncoder
-
- readColumn(ByteBuffer, TSDataType, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthColumnEncoder
-
- readCompressedPage(PageHeader) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readCompressionType(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readCompressionType(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readCurArrayIndex - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- readCurListIndex - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- readData(long, int) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read data from tsFileInput, from the current position (if position = -1), or the given
position.
- readData(long, long) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read data from tsFileInput, from the current position (if position = -1), or the given
position.
- readDataType(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readDataType(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readDeviceMetadata(String) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function reads measurements and TimeseriesMetaDatas in given device Thread Safe
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV1
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV2
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readDouble(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readDouble(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read 8-byte array from an InputStream and convert it to a double number.
- readDouble(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a double var from inputStream.
- readDouble(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a double var from byteBuffer.
- readEncoding(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readEncoding(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readFileMetadata() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function does not modify the position of the file reader.
- readFileMetadata() - Method in class org.apache.iotdb.tsfile.read.UnClosedTsFileReader
-
unclosed file has no file metadata.
- readFileMetadata() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
this function does not modify the position of the file reader.
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.SinglePrecisionDecoderV1
-
- readFloat(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.SinglePrecisionDecoderV2
-
- readFloat(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read 4-byte array from an InputStream and convert it to a float number.
- readFloat(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a float var from inputStream.
- readFloat(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a float var from byteBuffer.
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- readHeader(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder
-
- readHeadMagic() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function does not modify the position of the file reader.
- readIChunkMetaDataList(ITimeSeriesMetadata) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
read an int value from InputStream.
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntZigzagDecoder
-
decoding
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- readInt(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readInt() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- readInt() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
read 4 bytes from the Input and convert it to a integer.
- readInt(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read 4-byte array from an InputStream and convert it to a integer number.
- readInt(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a int var from inputStream.
- readInt(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a int var from byteBuffer.
- readIntFromStream(ByteBuffer, int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
read some bits and convert them to an int value.
- readIntLittleEndianPaddedOnBitWidth(ByteBuffer, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
read integer value using special bit from input stream.
- readIntTotalCount - Variable in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
the first value in one pack.
- readIntTotalCount - Variable in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder
-
the first value in one pack.
- readIsNull(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a bool from byteBuffer.
- readIsNull(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a bool from byteBuffer.
- readITimeseriesMetadata(Path, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readITimeseriesMetadata(String, Set<String>) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readITimeseriesMetadata(String, Set<String>) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- readLengthAndBitWidth(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
read length and bit width of current package before we decode number.
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- readLong(int, ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
Reads a long from the next X bits that represent the least significant bits in the long value.
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongRleDecoder
-
read a long value from InputStream.
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongZigzagDecoder
-
decoding
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- readLong(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readLong(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read 8-byte array from an InputStream and convert it to a long number.
- readLong(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a long var from inputStream.
- readLong(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a long var from byteBuffer.
- readLongFromStream(ByteBuffer, int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
read some bits and convert them to a long value.
- readLongLittleEndianPaddedOnBitWidth(ByteBuffer, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
read long value using special bit from input stream.
- readMap(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readMaps(ByteBuffer, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readMarker() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read one byte from the input.
- readMemChunk(ChunkMetadata) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read memory chunk.
- readMemChunk(CachedChunkLoaderImpl.ChunkCacheKey) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
read memory chunk.
- readMemChunk(ChunkMetadata) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
read memory chunk.
- readNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- readNext(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- readNext() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
get all encoded data according to mode.
- readNextClearBit(int, ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- readNumberInRle() - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntRleDecoder
-
- readNumberInRle() - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongRleDecoder
-
- readNumberInRle() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
Read rle package and save them in buffer.
- readObject(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readPage(PageHeader, CompressionType) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readPageHeader(TSDataType, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
not thread safe.
- readPageHeader(TSDataType) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
not thread safe.
- readPlanIndex() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readRaw(long, int, ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
notice, the target bytebuffer are not flipped.
- readShort(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- readShort(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- readShort(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- readShort(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- readShort(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- readShort(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a short var from inputStream.
- readShort(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read a short var from byteBuffer.
- readString(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read string from inputStream.
- readString(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read string from byteBuffer.
- readStringFromDirectByteBuffer(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- readStringList(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read string list with self define length.
- readStringList(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read string list with self define length.
- readStringWithLength(ByteBuffer, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
read string from byteBuffer with user define length.
- readT(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
if there's no decoded data left, decode next pack into data.
- readT(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
if there's no decoded data left, decode next pack into data.
- readT(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
if there's no decoded data left, decode next pack into data.
- readT(ByteBuffer) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
if there's no decoded data left, decode next pack into data.
- readTailMagic() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function does not modify the position of the file reader.
- readTailMagic() - Method in class org.apache.iotdb.tsfile.read.UnClosedTsFileReader
-
unclosed file has no tail magic data.
- readTimeColumn(ByteBuffer, int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
Read a time column from the specified input.
- readTimeColumn(ByteBuffer, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.Int64ArrayColumnEncoder
-
- readTimeseriesMetadata(Path, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readTimeseriesMetadata(Path, Set<String>) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- readTimeseriesMetadata(Path, boolean) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- readTimeseriesMetadata(Path, Set<String>) - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- readUnsignedVarInt(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
read an unsigned var int in stream and transform it to int format.
- readUnsignedVarInt(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
read an unsigned var int in stream and transform it to int format.
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder
-
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- readValue(int) - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder
-
- readVarInt(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- readVarInt(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- readVarIntString(long) - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- readVarIntString(long) - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
read a string from the Input at the given position
- readVarIntString(InputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
string length's type is varInt
- readVarIntString(ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
string length's type is varInt
- readVersion() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
- readVersionNumber() - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
this function reads version number and checks compatibility of TsFile.
- readVersionNumberV2() - Method in class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
this function reads version number and checks compatibility of TsFile.
- ReadWriteForEncodingUtils - Class in org.apache.iotdb.tsfile.utils
-
Utils to read/write stream.
- ReadWriteIOUtils - Class in org.apache.iotdb.tsfile.utils
-
ConverterUtils is a utility class.
- Regexp<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter.operator
-
Regexp.
- Regexp() - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- Regexp(String, FilterType) - Constructor for class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- regexp(String) - Static method in class org.apache.iotdb.tsfile.read.filter.ValueFilter
-
- registerAlignedTimeseries(Path, List<MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
Register aligned timeseries.
- registerDevice(String, String) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- registerDevice(String, String) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
This method is used to register all timeseries in the specified template under the specified
device.
- registerMeasurementGroup(Path, MeasurementGroup) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- registerSchemaTemplate(String, MeasurementGroup) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- registerSchemaTemplate(String, Map<String, MeasurementSchema>, boolean) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
- registerTimeseries(Path, MeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.schema.Schema
-
- registerTimeseries(Path, MeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
Register nonAligned timeseries by single.
- registerTimeseries(Path, List<MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
Register nonAligned timeseries by groups.
- Regular() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Regular
-
- RegularDataDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class is a decoder for decoding the byte array that encoded by RegularDataEncoder.
- RegularDataDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder
-
- RegularDataDecoder.IntRegularDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- RegularDataDecoder.LongRegularDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
- RegularDataEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
RegularDataEncoder is an encoder for compressing data in type of integer and long.
- RegularDataEncoder(int) - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
constructor of RegularDataEncoder.
- RegularDataEncoder.IntRegularEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- RegularDataEncoder.LongRegularEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- regularizePath(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
Format file path to end with File.separator
- removeAtIndex(int) - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- removeItem(K) - Method in class org.apache.iotdb.tsfile.common.cache.LRUCache
-
- repeatCount - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
for a given value now buffered, how many times it occurs.
- RESERVED_TIME - Static variable in class org.apache.iotdb.tsfile.common.constant.QueryConstant
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.BitmapDecoder
-
Deprecated.
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.IntDeltaDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DeltaBinaryDecoder.LongDeltaDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.DictionaryDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.FloatDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.FreqDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.IntZigzagDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.LongZigzagDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.PlainDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.IntRegularDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RegularDataDecoder.LongRegularDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntGorillaEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongGorillaEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
- reset() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- reset() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- reset() - Method in interface org.apache.iotdb.tsfile.read.common.IBatchDataIterator
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
mark as 0 at all positions.
- reset() - Method in class org.apache.iotdb.tsfile.utils.PublicBAOS
-
It's not a thread-safe method.
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- reset() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- reset(IMeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
reset this page
- reset() - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
reset this page
- reset(TSDataType) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
reset this page
- reset() - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
Reset Tablet to the default state - set the rowSize to 0 and reset bitMaps
- reset() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- resetBatchData() - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
This method is used to reset batch data when more than one group by aggregation functions visit
the same batch data
- resetBatchData(int, int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- resetBatchData() - Method in class org.apache.iotdb.tsfile.read.common.DescReadBatchData
-
- resetBatchData() - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- resetNullFlag() - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- RestorableTsFileIOWriter - Class in org.apache.iotdb.tsfile.write.writer
-
This writer is for opening and recover a TsFile
- RestorableTsFileIOWriter(File) - Constructor for class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- RestorableTsFileIOWriter(File, boolean) - Constructor for class org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- reverse() - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
reverse the column
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- reverse() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- right - Variable in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- right - Variable in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- right - Variable in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- right - Variable in class org.apache.iotdb.tsfile.utils.Pair
-
- Rle() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Rle
-
- RLE_MAX_BIT_PACKED_NUM - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- RLE_MAX_REPEATED_NUM - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- RLE_MIN_REPEATED_NUM - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
encoding configuration
- RleDecoder - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Abstract class for all rle decoder.
- RleDecoder() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.RleDecoder
-
a constructor, init with endianType, default encoding is TSEncoding.RLE.
- RleDecoder.Mode - Enum in org.apache.iotdb.tsfile.encoding.decoder
-
- RleEncoder<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encodes values using a combination of run length encoding and bit packing, according to the
following grammar:
- RleEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
constructor.
- ROW_GROUP_SIZE - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- rowIndex - Variable in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockRowIterator
-
- rowLimit - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- rowOffset - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- RowRecord - Class in org.apache.iotdb.tsfile.read.common
-
- RowRecord(long) - Constructor for class org.apache.iotdb.tsfile.read.common.RowRecord
-
- RowRecord(long, int) - Constructor for class org.apache.iotdb.tsfile.read.common.RowRecord
-
- RowRecord(long, List<Field>) - Constructor for class org.apache.iotdb.tsfile.read.common.RowRecord
-
- rowSize - Variable in class org.apache.iotdb.tsfile.write.record.Tablet
-
the number of rows to include in this tablet
- RunLengthColumnEncoder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- RunLengthColumnEncoder() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.RunLengthColumnEncoder
-
- RunLengthEncodedColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- RunLengthEncodedColumn(Column, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- safeReadInputStreamToBytes(int, InputStream) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
read bytes specified length from InputStream safely.
- satisfy(Statistics) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
To examine whether the statistics is satisfied with the filter.
- satisfy(long, Object) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
To examine whether the single point(with time and value) is satisfied with the filter.
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- satisfy(Statistics) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- satisfy(long, Object) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueEq
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueGt
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueGtEq
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueIn
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueLike
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueLt
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueLtEq
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueNotEq
-
- satisfy(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.VectorValueRegexp
-
- satisfyStartEndTime(long, long) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
To examine whether the min time and max time are satisfied with the filter.
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
Notice that, if the not filter only contains value filter, this method may return false, this
may cause misunderstanding.
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- satisfyStartEndTime(long, long) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- Schema - Class in org.apache.iotdb.tsfile.write.schema
-
The schema of timeseries that exist in this file.
- Schema() - Constructor for class org.apache.iotdb.tsfile.write.schema.Schema
-
- Schema(Map<Path, MeasurementGroup>) - Constructor for class org.apache.iotdb.tsfile.write.schema.Schema
-
- schema - Variable in class org.apache.iotdb.tsfile.write.TsFileWriter
-
schema of this TsFile.
- SDTEncoder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- SDTEncoder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- sealCurrentPage() - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- sealCurrentPage() - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- sealCurrentPage() - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkWriter
-
seal the current page which may has not enough data points in force.
- sealCurrentPage() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- sealCurrentPage() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- selfCheck(Map<Path, IMeasurementSchema>, List<ChunkGroupMetadata>, boolean) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Self Check the file and return the position before where the data is safe.
- selfCheckWithInfo(String, boolean, Map<Long, Pair<Path, TimeseriesMetadata>>) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Self Check the file and return whether the file is safe.
- SEPARATOR - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
- serialize() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
- serialize() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
return a serialize child metadata index type.
- serialize() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- serialize() - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
judge the encoding deserialize type.
- serialize(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- serialize(TsBlock) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TsBlockSerde
-
Serialize a tsblock.
- serialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- serialize(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.read.expression.IExpression
-
- serialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- serialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- serialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- serialize(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- serialize(DataOutputStream) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
- serialize(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.read.filter.basic.Filter
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.GroupByMonthFilter
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- serialize(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- serialize() - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- serializeBloomFilter(OutputStream, Set<Path>) - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
use the given outputStream to serialize bloom filter.
- serializeBooleanArray(DataOutputStream, Column, ColumnEncoder.ColumnToBooleanFunction) - Static method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
- serializeData(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
For any implementation of BatchData, the data serializing sequence must equal the one of
writing, otherwise after deserializing the sequence will be reversed
- serializeData(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.common.DescReadWriteBatchData
-
- serializedSize() - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- serializedSize() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- serializedSize() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- serializeNullIndicators(DataOutputStream, Column) - Static method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- serializeStats(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
serialize to outputStream.
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
serialize to outputStream.
- serializeTo(ByteBuffer) - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
serialize to ByteBuffer.
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- serializeTo(OutputStream, boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- serializeTo(OutputStream, boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
serialize to outputStream.
- serializeTo(ByteBuffer) - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
- serializeTo(DataOutputStream) - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
- serializeTo(ByteBuffer) - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- serializeTo(DataOutputStream) - Method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
- serializeTo(OutputStream, boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
serialize to outputStream.
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
use the given outputStream to serialize.
- serializeTo(DataOutputStream) - Method in enum org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoding
-
- serializeTo(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- serializeTo(OutputStream) - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
function for serializing data to output stream.
- serializeTo(ByteBuffer) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
function for serializing data to byte buffer.
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
function for serializing data to output stream.
- serializeTo(ByteBuffer) - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
function for serializing data to byte buffer.
- serializeTo(ByteBuffer) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- serializeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- serializeWithoutType(ByteBuffer) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- serializeWithoutType(DataOutputStream) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- set(long, long) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Set a closed interval [min,max].
- setAligned(boolean) - Method in class org.apache.iotdb.tsfile.utils.MeasurementGroup
-
- setBatchSize(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setBinary(Binary) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setBinary(Binary) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setBinary(Binary) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- setBinaryV(Binary) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setBloomFilter(BloomFilter) - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- setBloomFilterErrorRate(double) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setBoolean(boolean) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setBoolean(boolean) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setBoolean(boolean) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- setBoolean(boolean) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.BooleanDataPoint
-
- setBoolean(boolean) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setBoolV(boolean) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setByteN(byte, int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
set one bit in input byte.
- setChunkLoader(IChunkLoader) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setChunkLoader(IChunkLoader) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setChunkLoader(IChunkLoader) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setChunkMetadataList(ArrayList<ChunkMetadata>) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setChunkMetadataListBuffer(PublicBAOS) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setChunkMetadataLoader(IChunkMetadataLoader) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- setChunkMetadataLoader(IChunkMetadataLoader) - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- setChunkMetadataLoader(IChunkMetadataLoader) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setChunkType(byte) - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- setClosed(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setClosed(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setClosed(boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setColumnNum(int) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setCompDeviation(double) - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- setCompMaxTime(long) - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- setCompMinTime(long) - Method in class org.apache.iotdb.tsfile.encoding.encoder.SDTEncoder
-
- setCompressedSize(int) - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- setCompressor(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setCoreSitePath(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setCount(int) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- setDataSize(int) - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- setDataSizeOfChunkMetaDataList(int) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setDataType(TSDataType) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setDeleteIntervalList(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setDeleteIntervalList(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- setDeleteIntervalList(List<List<TimeRange>>) - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- setDeleteIntervalList(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- setDeleteIntervalList(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- setDeleteIntervalList(List<TimeRange>) - Method in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- setDeltaBlockSize(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDeviceId(String) - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- setDfsClientFailoverProxyProvider(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDfsHaAutomaticFailoverEnabled(boolean) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDfsHaNamenodes(String[]) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDfsNameServices(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDftSatisfyRate(double) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setDouble(double) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setDouble(double) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setDouble(double) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- setDouble(double) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setDouble(double) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DoubleDataPoint
-
- setDoubleV(double) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setEmpty(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- setEndian(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setEndOffset(long) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexNode
-
- setEndPoint(QueryDataSet.EndPoint) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setEndTime(long) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- setExpression(IExpression) - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- setFetchSize(int) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setField(int, Field) - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- setField(int, Object, TSDataType) - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- setFile(File) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- setFilePath(String) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setFilePath(String) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setFilePath(String) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setFilter(Filter) - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- setFilter(Filter) - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- setFilter(Filter) - Method in interface org.apache.iotdb.tsfile.read.expression.IUnaryExpression
-
- setFilter(Filter) - Method in interface org.apache.iotdb.tsfile.read.reader.IPageReader
-
- setFilter(Filter) - Method in class org.apache.iotdb.tsfile.read.reader.page.AlignedPageReader
-
- setFilter(Filter) - Method in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
- setFloat(float) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setFloat(float) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setFloat(float) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- setFloat(float) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setFloat(float) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.FloatDataPoint
-
- setFloatPrecision(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setFloatV(float) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setFreqEncodingBlockSize(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setFreqEncodingSNR(double) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setFreqType(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setFromOldFile(boolean) - Method in class org.apache.iotdb.tsfile.read.common.Chunk
-
- setFromOldTsFile(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setFullPath(String) - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- setGroupSizeInByte(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setHdfsIp(String[]) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setHdfsPort(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setHdfsSitePath(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setInt(int) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setInt(int) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setInt(int) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- setInteger(int) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setInteger(int) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.IntDataPoint
-
- setIntN(int, int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
set one bit in input integer.
- setIntV(int) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setIp(String) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
-
- setIsMerging(boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- setKerberosKeytabFilePath(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setKerberosPrincipal(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setLastPoint(boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- setLastTime(Long) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- setLastTimeMap(Map<String, Long>) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- setLeft(IExpression) - Method in interface org.apache.iotdb.tsfile.read.expression.IBinaryExpression
-
- setLeft(IExpression) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- setLeft(IExpression) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- setLeft(Filter) - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- setLeft(L) - Method in class org.apache.iotdb.tsfile.utils.Pair
-
- setLeftClose(boolean) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- setLong(long) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setLong(long) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setLong(long) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- setLong(long) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setLong(long) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.LongDataPoint
-
- setLongN(long, int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
set one bit in input long.
- setLongV(long) - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- setMask(byte) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setMax(long) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- setMaxDegreeOfIndexNode(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setMaxNumberOfPointsInPage(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setMaxPlanIndex(long) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- setMaxStringLength(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setMeasurement(String) - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- setMeasurementId(String) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setMeasurementId(String) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- setMeasurementSchemaMap(Map<String, MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.utils.MeasurementGroup
-
- setMetadataIndex(MetadataIndexNode) - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- setMetaOffset(long) - Method in class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- setMin(long) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- setMinPlanIndex(long) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- setModified(boolean) - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- setModified(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setModified(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- setModified(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setModified(boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setModified(boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- setModified(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setName(String) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- setObject(Object) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- setOffset(long) - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- setOffsetOfChunkMetaDataList(long) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setPageCheckSizeThreshold(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setPageSizeInByte(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setPlaMaxError(double) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setPort(int) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
-
- setProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- setProps(Map<String, String>) - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- setRight(IExpression) - Method in interface org.apache.iotdb.tsfile.read.expression.IBinaryExpression
-
- setRight(IExpression) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- setRight(IExpression) - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- setRight(Filter) - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- setRight(R) - Method in class org.apache.iotdb.tsfile.utils.Pair
-
- setRightClose(boolean) - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- setRleBitWidth(int) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setRowIndex(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- setRowLimit(int) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setRowOffset(int) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setSchemas(List<MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.write.record.Tablet
-
- setSdtMaxError(double) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setSelectSeries(List<Path>) - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- setSeq(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setSeq(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadata
-
- setSeq(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setSeq(boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setSeq(boolean) - Method in interface org.apache.iotdb.tsfile.file.metadata.ITimeSeriesMetadata
-
- setSeq(boolean) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setSeriesPath(Path) - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- setSize(int) - Method in class org.apache.iotdb.tsfile.utils.BloomFilter
-
- setStartTime(long) - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- setStatistics(Statistics<? extends Serializable>) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setString(Binary) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- setString(Binary) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.StringDataPoint
-
- setTime(long) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setTime(long) - Method in class org.apache.iotdb.tsfile.write.record.TSRecord
-
- setTimeEncoder(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setTimeEncoder(Encoder) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
- setTimeEncoder(Encoder) - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
- setTimeSeriesDataType(TSDataType) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setTimeSeriesMetadataType(byte) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- setTimestamp(long) - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- setTSDataType(TSDataType) - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- setTSFileStorageFs(FSType) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setTsPrimitiveValue(TsPrimitiveType, Field) - Static method in class org.apache.iotdb.tsfile.read.common.Field
-
- setType(TSEncoding) - Method in class org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- setType(TSEncoding) - Method in class org.apache.iotdb.tsfile.encoding.encoder.Encoder
-
- setType(TSDataType) - Method in interface org.apache.iotdb.tsfile.write.schema.IMeasurementSchema
-
- setType(TSDataType) - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- setType(TSDataType) - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- setUncompressedSize(int) - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- setUseKerberos(boolean) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setValue(T) - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- setValue(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- setValueEncoder(String) - Method in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- setValueEncoder(Encoder) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
- setValueEncoder(Encoder) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- setValues(byte[]) - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- setVector(TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.read.common.BatchData
-
- setVector(TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- setVector(TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- setVersion(long) - Method in class org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata
-
- setVersion(long) - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- setVersion(long) - Method in interface org.apache.iotdb.tsfile.file.metadata.IChunkMetadata
-
- setWidth(int) - Method in class org.apache.iotdb.tsfile.encoding.bitpacking.IntPacker
-
- setWidth(int) - Method in class org.apache.iotdb.tsfile.encoding.bitpacking.LongPacker
-
- setWithoutAllNull(boolean) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setWithoutAnyNull(boolean) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- setWithoutNullColumnsIndex(Set<Integer>) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- shallowSizeOf(Object) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Estimates a "shallow" memory usage of the given object.
- shallowSizeOfInstance(Class<?>) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the shallow instance size in bytes an instance of the given class would occupy.
- SHORT_LEN - Static variable in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- shortToBytes(short) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
we modify the order of serialization for fitting ByteBuffer.putShort()
- SignalBatchData - Class in org.apache.iotdb.tsfile.read.common
-
It is an empty signal to notify the caller that there is no more batch data after it.
- SignalBatchData() - Constructor for class org.apache.iotdb.tsfile.read.common.SignalBatchData
-
- SinglePrecisionDecoderV1 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
Decoder for value value using gorilla.
- SinglePrecisionDecoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.SinglePrecisionDecoderV1
-
- SinglePrecisionDecoderV2 - Class in org.apache.iotdb.tsfile.encoding.decoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- SinglePrecisionDecoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.decoder.SinglePrecisionDecoderV2
-
- SinglePrecisionEncoderV1 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Encoder for int value using gorilla encoding.
- SinglePrecisionEncoderV1() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV1
-
- SinglePrecisionEncoderV2 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
This class includes code modified from Michael Burman's gorilla-tsc project.
- SinglePrecisionEncoderV2() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.SinglePrecisionEncoderV2
-
- SingleSeriesExpression - Class in org.apache.iotdb.tsfile.read.expression.impl
-
- SingleSeriesExpression(Path, Filter) - Constructor for class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- size() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- size() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
Returns the current size of this input.
- size - Variable in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- size() - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- size() - Method in class org.apache.iotdb.tsfile.utils.PublicBAOS
-
The synchronized keyword in this function is intentionally removed.
- size() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- SIZE_IN_BYTES_PER_POSITION - Static variable in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- sizeInBytes() - Method in class org.apache.iotdb.tsfile.utils.BitConstructor
-
- sizeOf(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the byte[] object.
- sizeOf(boolean[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the boolean[] object.
- sizeOf(char[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the char[] object.
- sizeOf(short[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the short[] object.
- sizeOf(int[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the int[] object.
- sizeOf(float[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the float[] object.
- sizeOf(long[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the long[] object.
- sizeOf(double[]) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Returns the size in bytes of the double[] object.
- sizeOf(Object) - Static method in class org.apache.iotdb.tsfile.utils.RamUsageEstimator
-
Estimates the RAM usage by the given object.
- sizeToWrite(Binary) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- sizeToWrite(String) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- skip() - Method in class org.apache.iotdb.tsfile.utils.BitReader
-
- skipBit(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
Stores a 0 and increases the count of bits by 1
- skipPageData(PageHeader) - Method in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- slidingStep - Variable in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- SnappyCompressor() - Constructor for class org.apache.iotdb.tsfile.compress.ICompressor.SnappyCompressor
-
- SnappyUnCompressor() - Constructor for class org.apache.iotdb.tsfile.compress.IUnCompressor.SnappyUnCompressor
-
- sortAndMerge(List<TimeRange>) - Static method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
Return the union of the given time ranges.
- splitAndGetTsFileVersion(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
- splitPathToNodes(String) - Static method in class org.apache.iotdb.tsfile.read.common.parser.PathNodesGenerator
-
- splitTsFilePath(String) - Static method in class org.apache.iotdb.tsfile.utils.FilePathUtils
-
IMPORTANT, when the path of TsFile changes, the following methods should be changed
accordingly.
- startChunkGroup(String) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- startFile() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- startFlushChunk(String, CompressionType, TSDataType, TSEncoding, Statistics<? extends Serializable>, int, int, int) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- startTime - Variable in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- Statistics<T extends Serializable> - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
This class is used for recording statistic information of each measurement in a delta file.
- Statistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- StatisticsClassException - Exception in org.apache.iotdb.tsfile.exception.filter
-
- StatisticsClassException(Class<?>, Class<?>) - Constructor for exception org.apache.iotdb.tsfile.exception.filter.StatisticsClassException
-
- StatisticsClassException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.filter.StatisticsClassException
-
- StatisticsV2 - Class in org.apache.iotdb.tsfile.v2.file.metadata.statistics
-
- storedLeadingZeros - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- storedLeadingZeros - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- storedTrailingZeros - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- storedTrailingZeros - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
- storedValue - Variable in class org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- storedValue - Variable in class org.apache.iotdb.tsfile.encoding.decoder.LongGorillaDecoder
-
- STRING_CHARSET - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- STRING_ENCODING - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- StringContainer - Class in org.apache.iotdb.tsfile.utils
-
this class is used to concatenate Strings effectively.It contains a StringBuilder and initialize
it until toString is called.
- StringContainer() - Constructor for class org.apache.iotdb.tsfile.utils.StringContainer
-
defines the constructor function for the class.
- StringContainer(String) - Constructor for class org.apache.iotdb.tsfile.utils.StringContainer
-
defines the constructor function for the class.
- StringContainer(String[]) - Constructor for class org.apache.iotdb.tsfile.utils.StringContainer
-
- StringContainer(String[], String) - Constructor for class org.apache.iotdb.tsfile.utils.StringContainer
-
- StringDataPoint - Class in org.apache.iotdb.tsfile.write.record.datapoint
-
a subclass for Integer data type extends DataPoint.
- StringDataPoint(String, Binary) - Constructor for class org.apache.iotdb.tsfile.write.record.datapoint.StringDataPoint
-
constructor of StringDataPoint, the value type will be set automatically.
- stringToBytes(String) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
convert string to byte array using UTF-8 encoding.
- subBytes(byte[], int, int) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
cut out specified length byte array from parameter start from input byte array src and return.
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumn
-
- subColumn(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.Column
-
This method will create a temporary view of origin column, which will reuse the array of column
but with different array offset.
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthEncodedColumn
-
- subColumn(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- subTsBlock(int) - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
This method will create a temporary view of origin tsBlock, which will reuse the arrays of
columns but with different offset.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.apache.iotdb.tsfile.read.common.parser.PathParseError
-
- Tablet - Class in org.apache.iotdb.tsfile.write.record
-
A tablet data of one device, the tablet contains multiple measurements of this device that share
the same time column.
- Tablet(String, List<MeasurementSchema>) - Constructor for class org.apache.iotdb.tsfile.write.record.Tablet
-
Return a tablet with default specified row number.
- Tablet(String, List<MeasurementSchema>, int) - Constructor for class org.apache.iotdb.tsfile.write.record.Tablet
-
Return a tablet with the specified number of rows (maxBatchSize).
- tailingZeroNum - Variable in class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- tailingZeroNum - Variable in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- testStorageGroup - Static variable in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- time - Variable in class org.apache.iotdb.tsfile.write.record.TSRecord
-
timestamp of this TSRecord.
- TIME_CHUNK_HEADER - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
Time Chunk header marker and this chunk has more than one page.
- TIME_COLUMN_MASK - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- timeBuffer - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
time column in memory
- timeBuffer - Variable in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
time column in memory
- TimeChunkWriter - Class in org.apache.iotdb.tsfile.write.chunk
-
- TimeChunkWriter(String, CompressionType, TSEncoding, Encoder) - Constructor for class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- TimeColumn - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- TimeColumn(int, long[]) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.TimeColumn
-
- TimeColumnBuilder - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- TimeColumnBuilder(ColumnBuilderStatus, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- timeDecoder - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
decoder for time column
- timeDecoder - Variable in class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
decoder for time column
- TimeFilter - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeEq - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeGt - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeGtEq - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeIn - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeLt - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeLtEq - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeNotEq - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeFilter.TimeNotFilter - Class in org.apache.iotdb.tsfile.read.filter
-
- TimeGenerator - Class in org.apache.iotdb.tsfile.read.query.timegenerator
-
All SingleSeriesExpression involved in a IExpression will be transferred to a TimeGenerator tree
whose leaf nodes are all SeriesReaders, The TimeGenerator tree can generate the next timestamp
that satisfies the filter condition.
- TimeGenerator() - Constructor for class org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator
-
- TimePageReader - Class in org.apache.iotdb.tsfile.read.reader.page
-
- TimePageReader(ByteBuffer, Decoder) - Constructor for class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- TimePageReader(PageHeader, ByteBuffer, Decoder) - Constructor for class org.apache.iotdb.tsfile.read.reader.page.TimePageReader
-
- TimePageWriter - Class in org.apache.iotdb.tsfile.write.page
-
This writer is used to write time into a page.
- TimePageWriter(Encoder, ICompressor) - Constructor for class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
- TimeRange - Class in org.apache.iotdb.tsfile.read.common
-
interval [min,max] of long data type
- TimeRange(long, long) - Constructor for class org.apache.iotdb.tsfile.read.common.TimeRange
-
Initialize a closed interval [min,max].
- timeRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- TimeseriesMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
- TimeseriesMetadata() - Constructor for class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- TimeseriesMetadata(byte, int, String, TSDataType, Statistics<? extends Serializable>, PublicBAOS) - Constructor for class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- TimeseriesMetadata(TimeseriesMetadata) - Constructor for class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- TimeseriesMetadataV2 - Class in org.apache.iotdb.tsfile.v2.file.metadata
-
- TimeseriesSchema - Class in org.apache.iotdb.tsfile.write.schema
-
TimeseriesSchema is like MeasurementSchema, but instead of measurementId, it stores the full
path.
- TimeseriesSchema() - Constructor for class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- TimeseriesSchema(String, TSDataType) - Constructor for class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- TimeseriesSchema(String, TSDataType, TSEncoding) - Constructor for class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
set properties as an empty Map.
- TimeseriesSchema(String, TSDataType, TSEncoding, CompressionType) - Constructor for class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- TimeseriesSchema(String, TSDataType, TSEncoding, CompressionType, Map<String, String>) - Constructor for class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
Constructor of TimeseriesSchema.
- timestamps - Variable in class org.apache.iotdb.tsfile.write.record.Tablet
-
timestamps in this tablet
- TimeStatistics - Class in org.apache.iotdb.tsfile.file.metadata.statistics
-
- TimeStatistics() - Constructor for class org.apache.iotdb.tsfile.file.metadata.statistics.TimeStatistics
-
- TimeValuePair - Class in org.apache.iotdb.tsfile.read
-
- TimeValuePair(long, TsPrimitiveType) - Constructor for class org.apache.iotdb.tsfile.read.TimeValuePair
-
- TMP_SUFFIX - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- toArray() - Method in class org.apache.iotdb.tsfile.utils.ByteArrayList
-
- toByteArray() - Method in class org.apache.iotdb.tsfile.utils.BitConstructor
-
- toString() - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Rle
-
- toString() - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
- toString() - Method in class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Ts2Diff
-
- toString() - Method in class org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
- toString() - Method in class org.apache.iotdb.tsfile.file.header.ChunkHeader
-
- toString() - Method in class org.apache.iotdb.tsfile.file.header.PageHeader
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.ChunkMetadata
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.MetadataIndexEntry
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BinaryStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.BooleanStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.DoubleStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.FloatStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.IntegerStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.LongStatistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.statistics.Statistics
-
- toString() - Method in class org.apache.iotdb.tsfile.file.metadata.TimeseriesMetadata
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilderStatus
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.Field
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.Path
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.RowRecord
-
- toString() - Method in class org.apache.iotdb.tsfile.read.common.TimeRange
-
- toString() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.AndExpression
-
- toString() - Method in class org.apache.iotdb.tsfile.read.expression.impl.BinaryExpression.OrExpression
-
- toString() - Method in class org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpression
-
- toString() - Method in class org.apache.iotdb.tsfile.read.expression.impl.SingleSeriesExpression
-
- toString() - Method in class org.apache.iotdb.tsfile.read.expression.QueryExpression
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.basic.BinaryFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- toString() - Method in enum org.apache.iotdb.tsfile.read.filter.factory.FilterType
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.GroupByFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.AndFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Eq
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Gt
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.GtEq
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Lt
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.LtEq
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotEq
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.NotFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.OrFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- toString() - Method in class org.apache.iotdb.tsfile.read.filter.ValueFilter.ValueNotFilter
-
- toString() - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
-
- toString() - Method in class org.apache.iotdb.tsfile.read.TimeValuePair
-
- toString() - Method in class org.apache.iotdb.tsfile.utils.Binary
-
- toString() - Method in class org.apache.iotdb.tsfile.utils.BitMap
-
- toString() - Method in class org.apache.iotdb.tsfile.utils.Pair
-
- toString() - Method in enum org.apache.iotdb.tsfile.utils.RamUsageEstimator.JvmFeature
-
- toString() - Method in class org.apache.iotdb.tsfile.utils.StringContainer
-
- toString() - Method in class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- toString() - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- toString() - Method in class org.apache.iotdb.tsfile.write.record.TSRecord
-
output this TSRecord in String format.For example: {device id: d1 time: 123456 ,data:[
{measurement id: s1 type:INT32 value: 1 } {measurement id: s2 type: FLOAT value: 11.11 }
{measurement id: s3 type: BOOLEAN value: true }]}
- toString() - Method in class org.apache.iotdb.tsfile.write.schema.MeasurementSchema
-
- toString() - Method in class org.apache.iotdb.tsfile.write.schema.TimeseriesSchema
-
- toString() - Method in class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- totalLength() - Method in class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- totalLength() - Method in interface org.apache.iotdb.tsfile.read.common.IBatchDataIterator
-
- truncate(int) - Method in class org.apache.iotdb.tsfile.utils.PublicBAOS
-
- truncate(long) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- truncate(long) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- truncate(long) - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
- tryToAddEmptyPageAndData(ValueChunkWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- tryToAddSeriesWriter(MeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- tryToAddSeriesWriter(List<MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- tryToAddSeriesWriter(MeasurementSchema) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
given a measurement descriptor, create a corresponding writer and put into this
ChunkGroupWriter.
- tryToAddSeriesWriter(List<MeasurementSchema>) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
given a measurement descriptor list, create corresponding writers and put into this
ChunkGroupWriter.
- tryToAddSeriesWriter(MeasurementSchema) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- tryToAddSeriesWriter(List<MeasurementSchema>) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- Ts2Diff() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder.Ts2Diff
-
- TsBinary() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- TsBinary(Binary) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- TsBlock - Class in org.apache.iotdb.tsfile.read.common.block
-
Intermediate result for most of ExecOperators.
- TsBlock(int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- TsBlock(TimeColumn, Column...) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- TsBlock(int, TimeColumn, Column...) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
- TsBlock.TsBlockRowIterator - Class in org.apache.iotdb.tsfile.read.common.block
-
Mainly used for UDF framework.
- TsBlock.TsBlockSingleColumnIterator - Class in org.apache.iotdb.tsfile.read.common.block
-
- TsBlockBuilder - Class in org.apache.iotdb.tsfile.read.common.block
-
- TsBlockBuilder(List<TSDataType>) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
Create a TsBlockBuilder with given types.
- TsBlockBuilder(int, List<TSDataType>) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- TsBlockBuilderStatus - Class in org.apache.iotdb.tsfile.read.common.block
-
- TsBlockBuilderStatus() - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- TsBlockBuilderStatus(int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilderStatus
-
- TsBlockMetadata - Class in org.apache.iotdb.tsfile.read.common.block
-
- TsBlockMetadata() - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlockMetadata
-
- TsBlockRowIterator(int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockRowIterator
-
- TsBlockSerde - Class in org.apache.iotdb.tsfile.read.common.block.column
-
- TsBlockSerde() - Constructor for class org.apache.iotdb.tsfile.read.common.block.column.TsBlockSerde
-
- TsBlockSingleColumnIterator(int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- TsBlockSingleColumnIterator(int, int) - Constructor for class org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockSingleColumnIterator
-
- TsBoolean() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- TsBoolean(boolean) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- TSDataType - Enum in org.apache.iotdb.tsfile.file.metadata.enums
-
- TsDouble() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- TsDouble(double) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsDouble
-
- TSEncoding - Enum in org.apache.iotdb.tsfile.file.metadata.enums
-
- TSEncodingBuilder - Class in org.apache.iotdb.tsfile.encoding.encoder
-
Each subclass of TSEncodingBuilder responds a enumerate value in
TSEncoding, which stores several configuration related to responding encoding type to generate
Encoder instance.
Each TSEncoding has a responding TSEncodingBuilder.
- TSEncodingBuilder() - Constructor for class org.apache.iotdb.tsfile.encoding.encoder.TSEncodingBuilder
-
- TSEncodingBuilder.Dictionary - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- TSEncodingBuilder.Freq - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for INT32, INT64, FLOAT, DOUBLE.
- TSEncodingBuilder.GorillaV1 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for FLOAT, DOUBLE.
- TSEncodingBuilder.GorillaV2 - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for FLOAT, DOUBLE, INT, LONG.
- TSEncodingBuilder.Plain - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for all TSDataType.
- TSEncodingBuilder.Regular - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for INT32, INT64
- TSEncodingBuilder.Rle - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for ENUMS, INT32, BOOLEAN, INT64, FLOAT, DOUBLE.
- TSEncodingBuilder.Ts2Diff - Class in org.apache.iotdb.tsfile.encoding.encoder
-
for INT32, INT64, FLOAT, DOUBLE.
- TSEncodingBuilder.Zigzag - Class in org.apache.iotdb.tsfile.encoding.encoder
-
- TSFILE_CONF - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- TSFILE_HOME - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- TSFILE_SUFFIX - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- TsFileAlignedSeriesReaderIterator - Class in org.apache.iotdb.tsfile.read
-
This class return the AlignedChunkReader iteratively, each AlignedChunkReader reads one aligned
chunk group in a tsfile.
- TsFileAlignedSeriesReaderIterator(TsFileSequenceReader, List<AlignedChunkMetadata>, List<IMeasurementSchema>) - Constructor for class org.apache.iotdb.tsfile.read.TsFileAlignedSeriesReaderIterator
-
- TsFileCheckStatus - Class in org.apache.iotdb.tsfile.read
-
- TsFileCheckStatus() - Constructor for class org.apache.iotdb.tsfile.read.TsFileCheckStatus
-
- TSFileConfig - Class in org.apache.iotdb.tsfile.common.conf
-
TSFileConfig is a configuration class.
- TSFileConfig() - Constructor for class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- TsFileConstant - Class in org.apache.iotdb.tsfile.common.constant
-
- TsFileDecodingException - Exception in org.apache.iotdb.tsfile.exception.encoding
-
This Exception is used while decoding failed.
- TsFileDecodingException() - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileDecodingException
-
- TsFileDecodingException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileDecodingException
-
- TsFileDecodingException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileDecodingException
-
- TsFileDecodingException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileDecodingException
-
- TSFileDescriptor - Class in org.apache.iotdb.tsfile.common.conf
-
TSFileDescriptor is used to load TSFileConfig and provide configure information.
- TsFileDeviceIterator - Class in org.apache.iotdb.tsfile.read
-
- TsFileDeviceIterator(TsFileSequenceReader, Queue<Pair<String, Pair<Long, Long>>>) - Constructor for class org.apache.iotdb.tsfile.read.TsFileDeviceIterator
-
- TsFileEncodingException - Exception in org.apache.iotdb.tsfile.exception.encoding
-
This Exception is used while encoding failed.
- TsFileEncodingException() - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileEncodingException
-
- TsFileEncodingException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileEncodingException
-
- TsFileEncodingException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileEncodingException
-
- TsFileEncodingException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.encoding.TsFileEncodingException
-
- TsFileExecutor - Class in org.apache.iotdb.tsfile.read.query.executor
-
- TsFileExecutor(IMetadataQuerier, IChunkLoader) - Constructor for class org.apache.iotdb.tsfile.read.query.executor.TsFileExecutor
-
- TsFileGeneratorUtils - Class in org.apache.iotdb.tsfile.utils
-
This class is only used for generating aligned or nonAligned tsfiles in test.
- TsFileGeneratorUtils() - Constructor for class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- TsFileInput - Interface in org.apache.iotdb.tsfile.read.reader
-
- tsFileInput - Variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- TsFileIOWriter - Class in org.apache.iotdb.tsfile.write.writer
-
TsFileIOWriter is used to construct metadata and write data stored in memory to output stream.
- TsFileIOWriter() - Constructor for class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
empty construct function.
- TsFileIOWriter(File) - Constructor for class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
for writing a new tsfile.
- TsFileIOWriter(TsFileOutput) - Constructor for class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
for writing a new tsfile.
- TsFileIOWriter(TsFileOutput, boolean) - Constructor for class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
for test only
- TsFileMetadata - Class in org.apache.iotdb.tsfile.file.metadata
-
TSFileMetaData collects all metadata info and saves in its data structure.
- TsFileMetadata() - Constructor for class org.apache.iotdb.tsfile.file.metadata.TsFileMetadata
-
- tsFileMetaData - Variable in class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- TsFileMetadataV2 - Class in org.apache.iotdb.tsfile.v2.file.metadata
-
- TsFileNotCompleteException - Exception in org.apache.iotdb.tsfile.exception.write
-
- TsFileNotCompleteException() - Constructor for exception org.apache.iotdb.tsfile.exception.write.TsFileNotCompleteException
-
- TsFileNotCompleteException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.write.TsFileNotCompleteException
-
- TsFileNotCompleteException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.write.TsFileNotCompleteException
-
- TsFileNotCompleteException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.write.TsFileNotCompleteException
-
- TsFileOutput - Interface in org.apache.iotdb.tsfile.write.writer
-
- TsFileReader - Class in org.apache.iotdb.tsfile.read
-
- TsFileReader(TsFileSequenceReader) - Constructor for class org.apache.iotdb.tsfile.read.TsFileReader
-
constructor, create ReadOnlyTsFile with TsFileSequenceReader.
- TsFileRestorableReader - Class in org.apache.iotdb.tsfile.read
-
- TsFileRestorableReader(String) - Constructor for class org.apache.iotdb.tsfile.read.TsFileRestorableReader
-
- TsFileRestorableReader(String, boolean) - Constructor for class org.apache.iotdb.tsfile.read.TsFileRestorableReader
-
- TsFileRuntimeException - Exception in org.apache.iotdb.tsfile.exception
-
This Exception is the parent class for all runtime exceptions.
This Exception extends super class
RuntimeException
- TsFileRuntimeException() - Constructor for exception org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- TsFileRuntimeException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- TsFileRuntimeException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- TsFileRuntimeException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- TsFileSequenceReader - Class in org.apache.iotdb.tsfile.read
-
- TsFileSequenceReader(String) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Create a file reader of the given file.
- TsFileSequenceReader(String, boolean) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
construct function for TsFileSequenceReader.
- TsFileSequenceReader(String, boolean, boolean) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
- TsFileSequenceReader(TsFileInput) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
Create a file reader of the given file.
- TsFileSequenceReader(TsFileInput, boolean) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
construct function for TsFileSequenceReader.
- TsFileSequenceReader(TsFileInput, long, int) - Constructor for class org.apache.iotdb.tsfile.read.TsFileSequenceReader
-
construct function for TsFileSequenceReader.
- TsFileSequenceReader.LocateStatus - Enum in org.apache.iotdb.tsfile.read
-
The location of a chunkGroupMetaData with respect to a space partition constraint.
- TsFileSequenceReaderForV2 - Class in org.apache.iotdb.tsfile.v2.read
-
- TsFileSequenceReaderForV2(String) - Constructor for class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
Create a file reader of the given file.
- TsFileSequenceReaderForV2(String, boolean) - Constructor for class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
construct function for TsFileSequenceReader.
- TsFileSequenceReaderForV2(TsFileInput) - Constructor for class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
Create a file reader of the given file.
- TsFileSequenceReaderForV2(TsFileInput, boolean) - Constructor for class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
construct function for TsFileSequenceReader.
- TsFileSequenceReaderForV2(TsFileInput, long, int) - Constructor for class org.apache.iotdb.tsfile.v2.read.TsFileSequenceReaderForV2
-
construct function for TsFileSequenceReader.
- TsFileStatisticsMistakesException - Exception in org.apache.iotdb.tsfile.exception
-
- TsFileStatisticsMistakesException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.TsFileStatisticsMistakesException
-
- TsFileTimeGenerator - Class in org.apache.iotdb.tsfile.read.query.timegenerator
-
- TsFileTimeGenerator(IExpression, IChunkLoader, IMetadataQuerier) - Constructor for class org.apache.iotdb.tsfile.read.query.timegenerator.TsFileTimeGenerator
-
- TsFileUtils - Class in org.apache.iotdb.tsfile.utils
-
- TsFileUtils() - Constructor for class org.apache.iotdb.tsfile.utils.TsFileUtils
-
- TsFileWriter - Class in org.apache.iotdb.tsfile.write
-
TsFileWriter is the entrance for writing processing.
- TsFileWriter(File) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFileWriter(TsFileIOWriter) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFileWriter(File, Schema) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFileWriter(TsFileOutput, Schema) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFileWriter(File, Schema, TSFileConfig) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFileWriter(TsFileIOWriter, Schema, TSFileConfig) - Constructor for class org.apache.iotdb.tsfile.write.TsFileWriter
-
init this TsFileWriter.
- TsFloat() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- TsFloat(float) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- TsInt() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- TsInt(int) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsInt
-
- TsLong() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- TsLong(long) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsLong
-
- TsPrimitiveType - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- TsPrimitiveType.TsBinary - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsBoolean - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsDouble - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsFloat - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsInt - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsLong - Class in org.apache.iotdb.tsfile.utils
-
- TsPrimitiveType.TsVector - Class in org.apache.iotdb.tsfile.utils
-
- TSRecord - Class in org.apache.iotdb.tsfile.write.record
-
TSRecord is a kind of format that TsFile receives.TSRecord contains timestamp, deviceId and a
list of data points.
- TSRecord(long, String) - Constructor for class org.apache.iotdb.tsfile.write.record.TSRecord
-
constructor of TSRecord.
- TSRECORD_SEPARATOR - Static variable in class org.apache.iotdb.tsfile.common.constant.JsonFormatConstant
-
- TsVector() - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- TsVector(TsPrimitiveType[]) - Constructor for class org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsVector
-
- twoBytesToInt(byte[]) - Static method in class org.apache.iotdb.tsfile.utils.BytesUtils
-
concatenate two bytes to int.
- type - Variable in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
value type of this DataPoint.
- value - Variable in class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
-
- value - Variable in class org.apache.iotdb.tsfile.read.filter.operator.Like
-
- value - Variable in class org.apache.iotdb.tsfile.read.filter.operator.Regexp
-
- VALUE_BITS_LENGTH_32BIT - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- VALUE_BITS_LENGTH_64BIT - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- VALUE_CHUNK_HEADER - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
Value Chunk header marker and this chunk has more than one page.
- VALUE_COLUMN_MASK - Static variable in class org.apache.iotdb.tsfile.common.constant.TsFileConstant
-
- valueBuffer - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
value column in memory
- valueBuffer - Variable in class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
value column in memory
- ValueChunkWriter - Class in org.apache.iotdb.tsfile.write.chunk
-
- ValueChunkWriter(String, CompressionType, TSDataType, TSEncoding, Encoder) - Constructor for class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- valueDecoder - Variable in class org.apache.iotdb.tsfile.read.reader.page.PageReader
-
decoder for value column
- ValueFilter - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueGt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueGtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueIn<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueLike<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueLt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueLtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueNotEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueNotFilter - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.ValueRegexp<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueGt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueGtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueIn<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueLike<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueLt<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueLtEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueNotEq<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- ValueFilter.VectorValueRegexp<T extends Comparable<T>> - Class in org.apache.iotdb.tsfile.read.filter
-
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.encoding.decoder.RleDecoder.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.fileSystem.FSType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.common.BatchData.BatchDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.expression.ExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.filter.factory.FilterSerializeId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.filter.factory.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.query.timegenerator.node.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.read.TsFileSequenceReader.LocateStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.iotdb.tsfile.utils.Binary
-
- valueOf(String) - Static method in enum org.apache.iotdb.tsfile.utils.RamUsageEstimator.JvmFeature
-
Returns the enum constant of this type with the specified name.
- ValuePageReader - Class in org.apache.iotdb.tsfile.read.reader.page
-
- ValuePageReader(PageHeader, ByteBuffer, TSDataType, Decoder) - Constructor for class org.apache.iotdb.tsfile.read.reader.page.ValuePageReader
-
- ValuePageWriter - Class in org.apache.iotdb.tsfile.write.page
-
This writer is used to write value into a page.
- ValuePageWriter(Encoder, ICompressor, TSDataType) - Constructor for class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- values() - Static method in enum org.apache.iotdb.tsfile.encoding.decoder.RleDecoder.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
we save all value in a list and calculate its bitwidth.
- values() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.CompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.fileSystem.FSType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.common.BatchData.BatchDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.expression.ExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.filter.factory.FilterSerializeId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.filter.factory.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.iotdb.tsfile.read.filter.operator.In
-
- values() - Static method in enum org.apache.iotdb.tsfile.read.query.timegenerator.node.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.read.TsFileSequenceReader.LocateStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.iotdb.tsfile.utils.RamUsageEstimator.JvmFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.iotdb.tsfile.write.record.Tablet
-
each object is a primitive type array, which represents values of one measurement
- varIntSize(int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
Returns the encoding size in bytes of its input value.
- VectorMeasurementSchema - Class in org.apache.iotdb.tsfile.write.schema
-
- VectorMeasurementSchema() - Constructor for class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- VectorMeasurementSchema(String, String[], TSDataType[], TSEncoding[], CompressionType) - Constructor for class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- VectorMeasurementSchema(String, String[], TSDataType[]) - Constructor for class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- VectorMeasurementSchema(String, String[], TSDataType[], TSEncoding[]) - Constructor for class org.apache.iotdb.tsfile.write.schema.VectorMeasurementSchema
-
- vectorRet - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- VERSION - Static variable in class org.apache.iotdb.tsfile.file.MetaMarker
-
- VERSION_NUMBER - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
version number is changed to use 1 byte to represent since version 3
- VERSION_NUMBER_BYTE - Static variable in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- VERSION_NUMBER_V1 - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- VERSION_NUMBER_V2 - Static variable in class org.apache.iotdb.tsfile.common.conf.TSFileConfig
-
- visitPath(PathParser.PathContext) - Method in class org.apache.iotdb.tsfile.read.common.parser.PathVisitor
-
- visitPrefixPath(PathParser.PrefixPathContext) - Method in class org.apache.iotdb.tsfile.read.common.parser.PathVisitor
-
- visitSuffixPath(PathParser.SuffixPathContext) - Method in class org.apache.iotdb.tsfile.read.common.parser.PathVisitor
-
- withMaxTsBlockSize(int, List<TSDataType>) - Static method in class org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder
-
- withoutAllNull - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
Only if all columns are null, we don't need that row
- withoutAnyNull - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
if any column is null, we don't need that row
- withoutNullColumnsIndex - Variable in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
index set that withoutNullColumns for output data columns
- withoutNullFilter(RowRecord) - Method in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
check rowRecord whether satisfy without null condition
- wrapAsFileChannel() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- wrapAsFileChannel() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
- wrapAsInputStream() - Method in class org.apache.iotdb.tsfile.read.reader.LocalTsFileInput
-
- wrapAsInputStream() - Method in interface org.apache.iotdb.tsfile.read.reader.TsFileInput
-
- wrapAsStream() - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- wrapAsStream() - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
convert this TsFileOutput as a outputstream.
- wrapBlocksWithoutCopy(int, TimeColumn, Column[]) - Static method in class org.apache.iotdb.tsfile.read.common.block.TsBlock
-
Visible to give trusted classes like
TsBlockBuilder access to a constructor that
doesn't defensively copy the valueColumns
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- write(Column, int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write value at index of passing column
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- write(Column, int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- write(Map<String, String>, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(List<Map<String, String>>, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(Map<String, String>, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(List<Map<String, String>>, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(Boolean, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a int value to outputStream according to flag.
- write(Boolean, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a byte to byteBuffer according to flag.
- write(byte, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a byte n.
- write(short, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a short n.
- write(byte, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a byte n to byteBuffer.
- write(short, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a short n to byteBuffer.
- write(Binary, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a short n to byteBuffer.
- write(int, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a int n to outputStream.
- write(Binary, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write the size (int) of the binary and then the bytes in binary
- write(int, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a int n to byteBuffer.
- write(float, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a float n to outputStream.
- write(double, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a double n to outputStream.
- write(long, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a long n to outputStream.
- write(long, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a long n to byteBuffer.
- write(float, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a float n to byteBuffer.
- write(double, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write a double n to byteBuffer.
- write(String, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write string to outputStream.
- write(String, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write string to byteBuffer.
- write(ByteBuffer, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write byteBuffer.capacity and byteBuffer.array to outputStream.
- write(ByteBuffer, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write byteBuffer.capacity and byteBuffer.array to byteBuffer.
- write(CompressionType, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
CompressionType.
- write(CompressionType, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write compressionType to byteBuffer.
- write(TSDataType, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
TSDataType.
- write(TSDataType, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(TSEncoding, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
TSEncoding.
- write(TSEncoding, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- write(long, List<DataPoint>) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- write(Tablet) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkGroupWriterImpl
-
- write(long, int, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, long, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, boolean, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, float, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, double, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, Binary, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, TsPrimitiveType[]) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- write(long, long) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, float) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, double) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, Binary) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], int[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], long[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], boolean[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], float[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], double[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long[], Binary[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- write(long, List<DataPoint>) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
receive a timestamp and a list of data points, write them to their series writers.
- write(Tablet) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkGroupWriter
-
receive a tablet, write it to chunk writers
- write(long, List<DataPoint>) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- write(Tablet) - Method in class org.apache.iotdb.tsfile.write.chunk.NonAlignedChunkGroupWriterImpl
-
- write(long) - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- write(long[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- write(long, long, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, int, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, boolean, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, float, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, double, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, Binary, boolean) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], int[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], long[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], boolean[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], float[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], double[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long[], Binary[], int) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- write(long, boolean) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, short) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, long) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, float) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, double) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long, Binary) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write a time value pair into encoder
- write(long[], boolean[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long[], int[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long[], long[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long[], float[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long[], double[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long[], Binary[], int) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write time series into encoder
- write(long) - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
write a time into encoder
- write(long[], int) - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
write time series into encoder
- write(long, boolean, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, short, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, int, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, long, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, float, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, double, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long, Binary, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write a time value pair into encoder
- write(long[], boolean[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(long[], int[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(long[], long[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(long[], float[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(long[], double[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(long[], Binary[], int) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write time series into encoder
- write(TSRecord) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
write a record in type of T.
- write(Tablet) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
write a tablet
- write(int) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- write(byte[]) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- write(byte) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- write(byte[], int, int) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- write(ByteBuffer) - Method in class org.apache.iotdb.tsfile.write.writer.LocalTsFileOutput
-
- write(byte[]) - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
Writes b.length bytes from the specified byte array to this output at the current
position.
- write(byte) - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
Writes 1 byte to this output at the current position.
- write(ByteBuffer) - Method in interface org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
Writes b.remaining() bytes from the specified byte array to this output at the
current position.
- writeAligned(TSRecord) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
- writeAligned(Tablet) - Method in class org.apache.iotdb.tsfile.write.TsFileWriter
-
- writeAllPagesOfChunkToTsFile(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
write the page to specified IOWriter.
- writeAllPagesOfChunkToTsFile(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
write the page to specified IOWriter.
- writeBinary(Binary) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- writeBinary(Binary) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a Binary to the current entry;
- writeBit(boolean, ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- writeBit(int, ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- writeBit(long, ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV1
-
- writeBit(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
Stores a 1 and increases the count of bits by 1
- writeBitmap(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- writeBitmap(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- writeBitmap(ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- writeBits(long, int, ByteArrayOutputStream) - Method in class org.apache.iotdb.tsfile.encoding.encoder.GorillaEncoderV2
-
Writes the given long value using the defined amount of least significant bits.
- writeBoolean(boolean) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- writeBoolean(boolean) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a boolean to the current entry;
- writeBytesToStream(PublicBAOS) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
Writes given bytes to output stream.
- writeChunk(Chunk, ChunkMetadata) - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
Write a whole chunk in another file into this file.
- writeColumn(DataOutputStream, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryArrayColumnEncoder
-
- writeColumn(DataOutputStream, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.column.ByteArrayColumnEncoder
-
- writeColumn(DataOutputStream, Column) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoder
-
Write the specified column to the specified output
- writeColumn(DataOutputStream, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.column.Int32ArrayColumnEncoder
-
- writeColumn(DataOutputStream, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.column.Int64ArrayColumnEncoder
-
- writeColumn(DataOutputStream, Column) - Method in class org.apache.iotdb.tsfile.read.common.block.column.RunLengthColumnEncoder
-
- writeCurArrayIndex - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- writeCurListIndex - Variable in class org.apache.iotdb.tsfile.read.common.BatchData
-
- writeDouble(double) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a double to the current entry;
- writeDouble(double) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- writeEmptyPageIntoBuff(PublicBAOS) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
- writeEmptyPageToPageBuffer() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- writeFloat(float) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a float to the current entry;
- writeFloat(float) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.IntRegularEncoder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder.LongRegularEncoder
-
- writeHeader() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- writeHeaderToBytes() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- writeIndex - Variable in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- writeIndex - Variable in class org.apache.iotdb.tsfile.encoding.encoder.FreqEncoder
-
- writeIndex - Variable in class org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder
-
- writeInt(int) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write an int to the current entry;
- writeInt(int) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- writeIntLittleEndianPaddedOnBitWidth(int, OutputStream, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
write integer value using special bit to output stream.
- writeLong(long) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a long to the current entry;
- writeLong(long) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- writeLong(long) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
- writeLongLittleEndianPaddedOnBitWidth(long, OutputStream, int) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
write long value using special bit to output stream.
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
Write an Object to the current entry, which should be the Binary type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
Write an Object to the current entry, which should be the Boolean type;
- writeObject(Object) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write an Object to the current entry, which should be the corresponding type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
Write an Object to the current entry, which should be the Double type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
Write an Object to the current entry, which should be the Float type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
Write an Object to the current entry, which should be the Integer type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
Write an Object to the current entry, which should be the Long type;
- writeObject(Object) - Method in class org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder
-
Write an Object to the current entry, which should be the Long type;
- writeObject(Object, DataOutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- writeObject(Object, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- writeOrAppendBitPackedRun() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
Start a bit-packing run transform values to bytes and buffer them in cache.
- writePageHeaderAndDataIntoBuff(ByteBuffer, PageHeader) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
write the page header and data into the PageWriter's output stream.
- writePageHeaderAndDataIntoBuff(PublicBAOS, boolean) - Method in class org.apache.iotdb.tsfile.write.page.PageWriter
-
write the page header and data into the PageWriter's output stream.
- writePageHeaderAndDataIntoBuff(PublicBAOS, boolean) - Method in class org.apache.iotdb.tsfile.write.page.TimePageWriter
-
write the page header and data into the PageWriter's output stream.
- writePageHeaderAndDataIntoBuff(PublicBAOS, boolean) - Method in class org.apache.iotdb.tsfile.write.page.ValuePageWriter
-
write the page header and data into the PageWriter's output stream.
- writePageToPageBuffer() - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- writePageToPageBuffer() - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- writePlanIndices() - Method in class org.apache.iotdb.tsfile.write.writer.TsFileIOWriter
-
- WriteProcessException - Exception in org.apache.iotdb.tsfile.exception.write
-
This exception is threw while meeting error in writing procession.
- WriteProcessException(String, Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- WriteProcessException(String) - Constructor for exception org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- WriteProcessException(Throwable) - Constructor for exception org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- writeRleRun() - Method in class org.apache.iotdb.tsfile.encoding.encoder.IntRleEncoder
-
write bytes to an outputStream using rle format: [header][value].
- writeRleRun() - Method in class org.apache.iotdb.tsfile.encoding.encoder.LongRleEncoder
-
write bytes to OutputStream using rle rle format: [header][value].
- writeRleRun() - Method in class org.apache.iotdb.tsfile.encoding.encoder.RleEncoder
-
Write bytes to OutputStream using rle.
- writeStringList(List<String>, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write string list with self define length.
- writeTo(OutputStream) - Method in class org.apache.iotdb.tsfile.utils.PublicBAOS
-
It's not a thread-safe method.
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.BooleanDataPoint
-
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
write this DataPoint by a SeriesWriter.
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.DoubleDataPoint
-
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.FloatDataPoint
-
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.IntDataPoint
-
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.LongDataPoint
-
- writeTo(long, ChunkWriterImpl) - Method in class org.apache.iotdb.tsfile.write.record.datapoint.StringDataPoint
-
- writeToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.AlignedChunkWriterImpl
-
- writeToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
- writeToFileWriter(TsFileIOWriter) - Method in interface org.apache.iotdb.tsfile.write.chunk.IChunkWriter
-
flush data to TsFileIOWriter.
- writeToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.TimeChunkWriter
-
- writeToFileWriter(TsFileIOWriter) - Method in class org.apache.iotdb.tsfile.write.chunk.ValueChunkWriter
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BinaryColumnBuilder
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.BooleanColumnBuilder
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in interface org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder
-
Write a TsPrimitiveType sequences to the current entry;
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.DoubleColumnBuilder
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.FloatColumnBuilder
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.IntColumnBuilder
-
- writeTsPrimitiveType(TsPrimitiveType) - Method in class org.apache.iotdb.tsfile.read.common.block.column.LongColumnBuilder
-
- writeUnsignedVarInt(int, ByteArrayOutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
write a value to stream using unsigned var int format.
- writeUnsignedVarInt(int, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- writeUnsignedVarInt(int, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
write a value to stream using unsigned var int format.
- writeValueToBytes(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.IntDeltaEncoder
-
- writeValueToBytes(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder.LongDeltaEncoder
-
- writeValueToBytes(int) - Method in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- writeVar(String, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
write string to outputStream.
- writeVar(String, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- writeVarInt(int, ByteArrayOutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- writeVarInt(int, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- writeVarInt(int, ByteBuffer) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteForEncodingUtils
-
- writeWidth - Variable in class org.apache.iotdb.tsfile.encoding.encoder.DeltaBinaryEncoder
-
- writeWithoutSize(ByteBuffer, int, int, OutputStream) - Static method in class org.apache.iotdb.tsfile.utils.ReadWriteIOUtils
-
- writeWithTablet(TsFileWriter, String, List<MeasurementSchema>, long, long, long, boolean) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-
- writeWithTsRecord(TsFileWriter, String, List<MeasurementSchema>, long, long, long, boolean) - Static method in class org.apache.iotdb.tsfile.utils.TsFileGeneratorUtils
-