| Modifier and Type | Method and Description |
|---|---|
TSEncoding |
Decoder.getType() |
| Modifier and Type | Method and Description |
|---|---|
static Decoder |
Decoder.getDecoderByType(TSEncoding encoding,
TSDataType dataType) |
void |
Decoder.setType(TSEncoding type) |
| Constructor and Description |
|---|
Decoder(TSEncoding type) |
FloatDecoder(TSEncoding encodingType,
TSDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
TSEncoding |
Encoder.getType() |
| Modifier and Type | Method and Description |
|---|---|
static TSEncodingBuilder |
TSEncodingBuilder.getEncodingBuilder(TSEncoding type)
return responding TSEncodingBuilder from a TSEncoding.
|
void |
Encoder.setType(TSEncoding type) |
| Constructor and Description |
|---|
Encoder(TSEncoding type) |
FloatEncoder(TSEncoding encodingType,
TSDataType dataType,
int maxPointNumber) |
| Modifier and Type | Method and Description |
|---|---|
TSEncoding |
ChunkHeader.getEncodingType() |
| Constructor and Description |
|---|
ChunkHeader(byte chunkType,
String measurementID,
int dataSize,
int headerSize,
TSDataType dataType,
CompressionType compressionType,
TSEncoding encoding) |
ChunkHeader(byte chunkType,
String measurementID,
int dataSize,
TSDataType dataType,
CompressionType compressionType,
TSEncoding encoding) |
ChunkHeader(String measurementID,
int dataSize,
TSDataType dataType,
CompressionType compressionType,
TSEncoding encoding,
int numOfPages) |
ChunkHeader(String measurementID,
int dataSize,
TSDataType dataType,
CompressionType compressionType,
TSEncoding encoding,
int numOfPages,
int mask) |
| Modifier and Type | Method and Description |
|---|---|
static TSEncoding |
TSEncoding.deserialize(byte encoding)
judge the encoding deserialize type.
|
static TSEncoding |
TSEncoding.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static TSEncoding |
ReadWriteIOUtils.readEncoding(ByteBuffer buffer) |
static TSEncoding |
ReadWriteIOUtils.readEncoding(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ReadWriteIOUtils.write(TSEncoding encoding,
ByteBuffer buffer) |
static int |
ReadWriteIOUtils.write(TSEncoding encoding,
OutputStream outputStream)
TSEncoding.
|
| Constructor and Description |
|---|
TimeChunkWriter(String measurementId,
CompressionType compressionType,
TSEncoding encodingType,
Encoder timeEncoder) |
ValueChunkWriter(String measurementId,
CompressionType compressionType,
TSDataType dataType,
TSEncoding encodingType,
Encoder valueEncoder) |
| Modifier and Type | Method and Description |
|---|---|
TSEncoding |
TimeseriesSchema.getEncodingType() |
TSEncoding |
VectorMeasurementSchema.getEncodingType() |
TSEncoding |
MeasurementSchema.getEncodingType() |
TSEncoding |
IMeasurementSchema.getEncodingType() |
TSEncoding |
VectorMeasurementSchema.getTimeTSEncoding() |
TSEncoding |
MeasurementSchema.getTimeTSEncoding() |
TSEncoding |
IMeasurementSchema.getTimeTSEncoding() |
| Modifier and Type | Method and Description |
|---|---|
List<TSEncoding> |
VectorMeasurementSchema.getSubMeasurementsTSEncodingList() |
List<TSEncoding> |
MeasurementSchema.getSubMeasurementsTSEncodingList() |
List<TSEncoding> |
IMeasurementSchema.getSubMeasurementsTSEncodingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorMeasurementSchema.addMeasurement(String measurementId,
TSDataType dataType,
TSEncoding encoding) |
| Constructor and Description |
|---|
MeasurementSchema(String measurementId,
TSDataType type,
TSEncoding encoding)
set properties as an empty Map.
|
MeasurementSchema(String measurementId,
TSDataType type,
TSEncoding encoding,
CompressionType compressionType) |
MeasurementSchema(String measurementId,
TSDataType type,
TSEncoding encoding,
CompressionType compressionType,
Map<String,String> props)
Constructor of MeasurementSchema.
|
TimeseriesSchema(String fullPath,
TSDataType type,
TSEncoding encoding)
set properties as an empty Map.
|
TimeseriesSchema(String fullPath,
TSDataType type,
TSEncoding encoding,
CompressionType compressionType) |
TimeseriesSchema(String fullPath,
TSDataType type,
TSEncoding encoding,
CompressionType compressionType,
Map<String,String> props)
Constructor of TimeseriesSchema.
|
VectorMeasurementSchema(String deviceId,
String[] subMeasurements,
TSDataType[] types,
TSEncoding[] encodings) |
VectorMeasurementSchema(String deviceId,
String[] subMeasurements,
TSDataType[] types,
TSEncoding[] encodings,
CompressionType compressionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TsFileIOWriter.startFlushChunk(String measurementId,
CompressionType compressionCodecName,
TSDataType tsDataType,
TSEncoding encodingType,
Statistics<? extends Serializable> statistics,
int dataSize,
int numOfPages,
int mask)
start a ChunkMetaData.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.