Uses of Class
org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding
-
-
Uses of TSEncoding in org.apache.iotdb.tsfile.encoding.decoder
Methods in org.apache.iotdb.tsfile.encoding.decoder that return TSEncoding Modifier and Type Method Description TSEncodingDecoder. getType()Methods in org.apache.iotdb.tsfile.encoding.decoder with parameters of type TSEncoding Modifier and Type Method Description static DecoderDecoder. getDecoderByType(TSEncoding encoding, TSDataType dataType)voidDecoder. setType(TSEncoding type)Constructors in org.apache.iotdb.tsfile.encoding.decoder with parameters of type TSEncoding Constructor Description Decoder(TSEncoding type)FloatDecoder(TSEncoding encodingType, TSDataType dataType) -
Uses of TSEncoding in org.apache.iotdb.tsfile.encoding.encoder
Methods in org.apache.iotdb.tsfile.encoding.encoder that return TSEncoding Modifier and Type Method Description TSEncodingEncoder. getType()Methods in org.apache.iotdb.tsfile.encoding.encoder with parameters of type TSEncoding Modifier and Type Method Description static TSEncodingBuilderTSEncodingBuilder. getEncodingBuilder(TSEncoding type)return responding TSEncodingBuilder from a TSEncoding.voidEncoder. setType(TSEncoding type)Constructors in org.apache.iotdb.tsfile.encoding.encoder with parameters of type TSEncoding Constructor Description Encoder(TSEncoding type)FloatEncoder(TSEncoding encodingType, TSDataType dataType, int maxPointNumber) -
Uses of TSEncoding in org.apache.iotdb.tsfile.file.header
Methods in org.apache.iotdb.tsfile.file.header that return TSEncoding Modifier and Type Method Description TSEncodingChunkHeader. getEncodingType()Methods in org.apache.iotdb.tsfile.file.header that return types with arguments of type TSEncoding Modifier and Type Method Description static Pair<CompressionType,TSEncoding>ChunkHeader. deserializeCompressionTypeAndEncoding(java.io.InputStream inputStream)Used byTsFileSequenceReader.readTimeseriesCompressionTypeAndEncoding(TimeseriesMetadata)to only decode data size,CompressionTypeandTSEncoding.Constructors in org.apache.iotdb.tsfile.file.header with parameters of type TSEncoding Constructor Description ChunkHeader(byte chunkType, java.lang.String measurementID, int dataSize, int headerSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding)ChunkHeader(byte chunkType, java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding)ChunkHeader(java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding, int numOfPages)ChunkHeader(java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding, int numOfPages, int mask) -
Uses of TSEncoding in org.apache.iotdb.tsfile.file.metadata.enums
Methods in org.apache.iotdb.tsfile.file.metadata.enums that return TSEncoding Modifier and Type Method Description static TSEncodingTSEncoding. deserialize(byte encoding)judge the encoding deserialize type.static TSEncodingTSEncoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TSEncoding[]TSEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TSEncoding in org.apache.iotdb.tsfile.read
Methods in org.apache.iotdb.tsfile.read that return types with arguments of type TSEncoding Modifier and Type Method Description Pair<CompressionType,TSEncoding>TsFileSequenceReader. readTimeseriesCompressionTypeAndEncoding(TimeseriesMetadata timeseriesMetadata)read theCompressionTypeandTSEncodingof a timeseries. -
Uses of TSEncoding in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils that return TSEncoding Modifier and Type Method Description static TSEncodingReadWriteIOUtils. readEncoding(java.io.InputStream inputStream)static TSEncodingReadWriteIOUtils. readEncoding(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.tsfile.utils with parameters of type TSEncoding Modifier and Type Method Description static intReadWriteIOUtils. write(TSEncoding encoding, java.io.OutputStream outputStream)TSEncoding.static intReadWriteIOUtils. write(TSEncoding encoding, java.nio.ByteBuffer buffer) -
Uses of TSEncoding in org.apache.iotdb.tsfile.write.chunk
Methods in org.apache.iotdb.tsfile.write.chunk that return TSEncoding Modifier and Type Method Description TSEncodingValueChunkWriter. getEncodingType()Constructors in org.apache.iotdb.tsfile.write.chunk with parameters of type TSEncoding Constructor Description TimeChunkWriter(java.lang.String measurementId, CompressionType compressionType, TSEncoding encodingType, Encoder timeEncoder)ValueChunkWriter(java.lang.String measurementId, CompressionType compressionType, TSDataType dataType, TSEncoding encodingType, Encoder valueEncoder) -
Uses of TSEncoding in org.apache.iotdb.tsfile.write.schema
Methods in org.apache.iotdb.tsfile.write.schema that return TSEncoding Modifier and Type Method Description TSEncodingIMeasurementSchema. getEncodingType()TSEncodingMeasurementSchema. getEncodingType()TSEncodingTimeseriesSchema. getEncodingType()TSEncodingVectorMeasurementSchema. getEncodingType()TSEncodingIMeasurementSchema. getTimeTSEncoding()TSEncodingMeasurementSchema. getTimeTSEncoding()TSEncodingVectorMeasurementSchema. getTimeTSEncoding()Methods in org.apache.iotdb.tsfile.write.schema that return types with arguments of type TSEncoding Modifier and Type Method Description java.util.List<TSEncoding>IMeasurementSchema. getSubMeasurementsTSEncodingList()java.util.List<TSEncoding>MeasurementSchema. getSubMeasurementsTSEncodingList()java.util.List<TSEncoding>VectorMeasurementSchema. getSubMeasurementsTSEncodingList()Methods in org.apache.iotdb.tsfile.write.schema with parameters of type TSEncoding Modifier and Type Method Description voidVectorMeasurementSchema. addMeasurement(java.lang.String measurementId, TSDataType dataType, TSEncoding encoding)Constructors in org.apache.iotdb.tsfile.write.schema with parameters of type TSEncoding Constructor Description MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding)set properties as an empty Map.MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding, CompressionType compressionType)MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding, CompressionType compressionType, java.util.Map<java.lang.String,java.lang.String> props)Constructor of MeasurementSchema.TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding)set properties as an empty Map.TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding, CompressionType compressionType)TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding, CompressionType compressionType, java.util.Map<java.lang.String,java.lang.String> props)Constructor of TimeseriesSchema.VectorMeasurementSchema(java.lang.String deviceId, java.lang.String[] subMeasurements, TSDataType[] types, TSEncoding[] encodings)VectorMeasurementSchema(java.lang.String deviceId, java.lang.String[] subMeasurements, TSDataType[] types, TSEncoding[] encodings, CompressionType compressionType) -
Uses of TSEncoding in org.apache.iotdb.tsfile.write.writer
Methods in org.apache.iotdb.tsfile.write.writer with parameters of type TSEncoding Modifier and Type Method Description voidTsFileIOWriter. startFlushChunk(java.lang.String measurementId, CompressionType compressionCodecName, TSDataType tsDataType, TSEncoding encodingType, Statistics<? extends java.io.Serializable> statistics, int dataSize, int numOfPages, int mask)start a ChunkMetaData.voidTsFileIOWriter. writeEmptyValueChunk(java.lang.String measurementId, CompressionType compressionType, TSDataType tsDataType, TSEncoding encodingType, Statistics<? extends java.io.Serializable> statistics)Write an empty value chunk into file directly.
-