| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
OTSProtocolParser.parseIndexType(OtsInternalApi.IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.IndexType |
OTSProtocolBuilder.toPBIndexType(IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexMeta.getIndexType()
得到索引表类型
|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMeta.setIndexType(IndexType type)
设置索引表类型
|
Copyright © 2024. All Rights Reserved.