| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.write.chunk | |
| org.apache.iotdb.tsfile.write.record | |
| org.apache.iotdb.tsfile.write.record.datapoint |
| Modifier and Type | Method and Description |
|---|---|
int |
IChunkGroupWriter.write(long time,
List<DataPoint> data)
receive a timestamp and a list of data points, write them to their series writers.
|
int |
AlignedChunkGroupWriterImpl.write(long time,
List<DataPoint> data) |
int |
NonAlignedChunkGroupWriterImpl.write(long time,
List<DataPoint> data) |
| Modifier and Type | Field and Description |
|---|---|
List<DataPoint> |
TSRecord.dataPointList
all value of this TSRecord.
|
| Modifier and Type | Method and Description |
|---|---|
TSRecord |
TSRecord.addTuple(DataPoint tuple)
add one data point to this TSRecord.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanDataPoint
a subclass for Boolean data type extends DataPoint.
|
class |
DoubleDataPoint
a subclass for Double data type extends DataPoint.
|
class |
FloatDataPoint
a subclass for Float data type extends DataPoint.
|
class |
IntDataPoint
a subclass for Integer data type extends DataPoint.
|
class |
LongDataPoint
a subclass for Long data type extends DataPoint.
|
class |
StringDataPoint
a subclass for Integer data type extends DataPoint.
|
| Modifier and Type | Method and Description |
|---|---|
static DataPoint |
DataPoint.getDataPoint(TSDataType dataType,
String measurementId,
String value)
Construct one data point with data type and value.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.