| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.timestream | |
| com.alicloud.openservices.tablestore.timestream.model |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimestreamDataTable.asyncWrite(TimestreamIdentifier identifier,
Point point)
Asynchronously write data, if the write fails, it needs to be obtained through
TableStoreCallback
Asynchronous interface, writes data via TableStoreWriter. |
void |
TimestreamDataTable.write(TimestreamIdentifier identifier,
Point point)
Synchronously write data, and if the data writing fails, an exception will be thrown.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Point |
Point.addField(Column col) |
Point |
Point.Builder.build() |
Point |
PointIterator.next() |
Copyright © 2025. All Rights Reserved.