| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.timestream | |
| com.alicloud.openservices.tablestore.timestream.model | |
| com.alicloud.openservices.tablestore.timestream.model.query |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimestreamMetaTable.put(TimestreamMeta meta)
Insert a timeline
|
void |
TimestreamMetaTable.update(TimestreamMeta meta)
Update a timeline
|
| 限定符和类型 | 方法和说明 |
|---|---|
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
boolean value)
Add an attribute of Boolean type
|
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
byte[] value)
Add an attribute of Binary type
|
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
ColumnValue value) |
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
double value)
Add an attribute of Double type
|
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
Location value) |
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
long value)
Add an attribute of Long type
|
TimestreamMeta |
TimestreamMeta.addAttribute(String name,
String value)
Add an attribute of String type
|
protected static TimestreamMeta |
TimestreamMeta.newInstance(Row row) |
TimestreamMeta |
TimestreamMetaIterator.next() |
TimestreamMeta |
TimestreamMeta.setAttributes(TreeMap<String,ColumnValue> attributes)
Set attributes
|
TimestreamMeta |
TimestreamMeta.setUpdateTime(long timestamp,
TimeUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimestreamMeta |
MetaGetter.fetch()
Query
|
Copyright © 2025. All Rights Reserved.