| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexMeta |
OTSProtocolParser.parseIndexMeta(OtsInternalApi.IndexMeta indexMeta) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.IndexMeta |
OTSProtocolBuilder.buildIndexMeta(IndexMeta indexMeta) |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexMeta |
CreateIndexRequest.getIndexMeta()
Get the structure information of the index table
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexMeta> |
DescribeTableResponse.getIndexMeta()
Get the information of the index table
|
List<IndexMeta> |
CreateTableRequest.getIndexMetaList()
Returns the index table meta list.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTableRequest.addIndex(IndexMeta indexMeta)
Add index table
|
void |
CreateTableRequest.addIndex(IndexMeta[] indexMetas)
Add index table
|
void |
DescribeTableResponse.addIndexMeta(IndexMeta indexMeta) |
void |
CreateIndexRequest.setIndexMeta(IndexMeta indexMeta) |
| 构造器和说明 |
|---|
CreateIndexRequest(String mainTableName,
IndexMeta indexMeta,
boolean includeBaseData)
Initialize the CreateIndexRequest instance.
|
| 构造器和说明 |
|---|
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
Copyright © 2025. All Rights Reserved.