| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.utils | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.model.timeseries |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.newPair(T1 a,
T2 b)
Constructs a new pair, inferring the type via the passed arguments
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Pair<Column,RowUpdateChange.Type>> |
RowUpdateChange.getColumnsToUpdate()
Get all the columns to be updated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Pair<String,ColumnType>> |
ScanTimeseriesDataRequest.getFieldsToGet() |
List<Pair<String,ColumnType>> |
GetTimeseriesDataRequest.getFieldsToGet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ScanTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
void |
GetTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
Copyright © 2025. All Rights Reserved.