public interface IMeasurementSchema
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSubMeasurement(String measurementId) |
CompressionType |
getCompressor() |
TSEncoding |
getEncodingType() |
String |
getMeasurementId() |
Map<String,String> |
getProps() |
int |
getSubMeasurementIndex(String measurementId) |
int |
getSubMeasurementsCount() |
List<Encoder> |
getSubMeasurementsEncoderList() |
List<String> |
getSubMeasurementsList() |
List<TSDataType> |
getSubMeasurementsTSDataTypeList() |
List<TSEncoding> |
getSubMeasurementsTSEncodingList() |
Encoder |
getTimeEncoder() |
TSEncoding |
getTimeTSEncoding() |
TSDataType |
getType() |
byte |
getTypeInByte() |
Encoder |
getValueEncoder() |
int |
partialSerializeTo(ByteBuffer buffer) |
int |
partialSerializeTo(OutputStream outputStream) |
int |
serializedSize() |
int |
serializeTo(ByteBuffer buffer) |
int |
serializeTo(OutputStream outputStream) |
void |
setType(TSDataType dataType) |
String getMeasurementId()
CompressionType getCompressor()
TSEncoding getEncodingType()
TSDataType getType()
byte getTypeInByte()
void setType(TSDataType dataType)
TSEncoding getTimeTSEncoding()
Encoder getTimeEncoder()
Encoder getValueEncoder()
List<TSDataType> getSubMeasurementsTSDataTypeList()
List<TSEncoding> getSubMeasurementsTSEncodingList()
int getSubMeasurementIndex(String measurementId)
int getSubMeasurementsCount()
boolean containsSubMeasurement(String measurementId)
int serializedSize()
int serializeTo(ByteBuffer buffer)
int serializeTo(OutputStream outputStream) throws IOException
IOExceptionint partialSerializeTo(ByteBuffer buffer)
int partialSerializeTo(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.