| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.core.protocol.timeseries |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.TableMeta.Builder.addPrimaryKeyBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.TableMeta.Builder.addPrimaryKeyBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.clear() |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.clearName()
required string name = 1; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.clearOption()
optional .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeyOption option = 3; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.clearType()
required .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeyType type = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.TableMeta.Builder.getPrimaryKeyBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.getSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.mergeFrom(OtsInternalApi.PrimaryKeySchema other) |
static OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.newBuilder() |
static OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.newBuilder(OtsInternalApi.PrimaryKeySchema prototype) |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.newBuilderForType() |
protected OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.setName(String value)
required string name = 1; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.setNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string name = 1; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.setOption(OtsInternalApi.PrimaryKeyOption value)
optional .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeyOption option = 3; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.Builder.setType(OtsInternalApi.PrimaryKeyType value)
required .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeyType type = 2; |
OtsInternalApi.PrimaryKeySchema.Builder |
OtsInternalApi.PrimaryKeySchema.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OtsInternalApi.PrimaryKeySchema.Builder> |
OtsInternalApi.TableMeta.Builder.getPrimaryKeyBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
List<OtsInternalApi.PrimaryKeySchema.Builder> |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.getSchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.TableMeta.Builder |
OtsInternalApi.TableMeta.Builder.addPrimaryKey(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.TableMeta.Builder |
OtsInternalApi.TableMeta.Builder.addPrimaryKey(OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSchema(OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.TableMeta.Builder |
OtsInternalApi.TableMeta.Builder.setPrimaryKey(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema primary_key = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setSchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.PrimaryKeySchema.Builder |
Timeseries.TimeseriesTableMeta.Builder.addFieldPrimaryKeySchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchema.Builder |
Timeseries.TimeseriesTableMeta.Builder.addFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchema.Builder |
Timeseries.TimeseriesTableMeta.Builder.getFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OtsInternalApi.PrimaryKeySchema.Builder> |
Timeseries.TimeseriesTableMeta.Builder.getFieldPrimaryKeySchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
| 限定符和类型 | 方法和说明 |
|---|---|
Timeseries.TimeseriesTableMeta.Builder |
Timeseries.TimeseriesTableMeta.Builder.addFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
Timeseries.TimeseriesTableMeta.Builder.addFieldPrimaryKeySchema(OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
Timeseries.TimeseriesTableMeta.Builder.setFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Copyright © 2025. All Rights Reserved.