| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.timestream | |
| com.alicloud.openservices.tablestore.timestream.model |
| Modifier and Type | Method and Description |
|---|---|
void |
TimestreamDataTable.asyncWrite(TimestreamIdentifier identifier,
Point point)
异步写入数据,如果写入失败需要通过
TableStoreCallback来获取 |
void |
TimestreamDataTable.write(TimestreamIdentifier identifier,
Point point)
同步写入数据,如果数据写入失败会抛异常
|
| Modifier and Type | Method and Description |
|---|---|
protected Point |
Point.addField(Column col) |
Point |
Point.Builder.build() |
Point |
PointIterator.next() |
Copyright © 2024. All Rights Reserved.