| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryKeyOption |
OTSProtocolParser.toPrimaryKeyOption(OtsInternalApi.PrimaryKeyOption option) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.PrimaryKeyOption |
OTSProtocolBuilder.toPBPrimaryKeyOption(PrimaryKeyOption option) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyOption |
PrimaryKeySchema.getOption() |
static PrimaryKeyOption |
PrimaryKeyOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimaryKeyOption[] |
PrimaryKeyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addPrimaryKeyColumn(String name,
PrimaryKeyType type,
PrimaryKeyOption option)
添加一个主键列。
|
void |
ComputeSplitsBySizeResponse.addPrimaryKeySchema(String name,
PrimaryKeyType type,
PrimaryKeyOption option)
添加一个主键列定义。
|
void |
PrimaryKeySchema.setOption(PrimaryKeyOption option) |
| Constructor and Description |
|---|
PrimaryKeySchema(String name,
PrimaryKeyType type,
PrimaryKeyOption option) |
Copyright © 2024. All Rights Reserved.