| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.utils | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.model.timeseries |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.newPair(T1 a,
T2 b)
Constructs a new pair, inferring the type via the passed arguments
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<Column,RowUpdateChange.Type>> |
RowUpdateChange.getColumnsToUpdate()
获取所有要更新的列。
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<String,ColumnType>> |
ScanTimeseriesDataRequest.getFieldsToGet() |
List<Pair<String,ColumnType>> |
GetTimeseriesDataRequest.getFieldsToGet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
void |
GetTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
Copyright © 2024. All Rights Reserved.