OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addAllIndexMetas(Iterable<? extends OtsInternalApi.IndexMeta> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addAllPartitions(Iterable<? extends OtsInternalApi.PartitionRange> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addIndexMetas(int index,
OtsInternalApi.IndexMeta.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addIndexMetas(int index,
OtsInternalApi.IndexMeta value)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addIndexMetas(OtsInternalApi.IndexMeta.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addIndexMetas(OtsInternalApi.IndexMeta value)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addPartitions(int index,
OtsInternalApi.PartitionRange.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addPartitions(int index,
OtsInternalApi.PartitionRange value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addPartitions(OtsInternalApi.PartitionRange.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.addPartitions(OtsInternalApi.PartitionRange value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clear() |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearEnableLocalTxn()
optional bool enable_local_txn = 8;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearIndexMetas()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearPartitions()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearReservedThroughput()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearSseSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.clearTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
static OtsInternalApi.CreateTableRequest.Builder |
OTSProtocolBuilder.getCreateTableRequestBuilder(CreateTableRequest createTableRequest) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeFrom(OtsInternalApi.CreateTableRequest other) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeReservedThroughput(OtsInternalApi.ReservedThroughput value)
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeSseSpec(OtsInternalApi.SSESpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeStreamSpec(OtsInternalApi.StreamSpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeTableMeta(OtsInternalApi.TableMeta value)
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.mergeTableOptions(OtsInternalApi.TableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
static OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.newBuilder() |
static OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.newBuilder(OtsInternalApi.CreateTableRequest prototype) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.newBuilderForType() |
protected OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.removeIndexMetas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.removePartitions(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setEnableLocalTxn(boolean value)
optional bool enable_local_txn = 8;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setIndexMetas(int index,
OtsInternalApi.IndexMeta.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setIndexMetas(int index,
OtsInternalApi.IndexMeta value)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setPartitions(int index,
OtsInternalApi.PartitionRange.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setPartitions(int index,
OtsInternalApi.PartitionRange value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setReservedThroughput(OtsInternalApi.ReservedThroughput.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setReservedThroughput(OtsInternalApi.ReservedThroughput value)
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setSseSpec(OtsInternalApi.SSESpecification.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setSseSpec(OtsInternalApi.SSESpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setStreamSpec(OtsInternalApi.StreamSpecification.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setStreamSpec(OtsInternalApi.StreamSpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setTableMeta(OtsInternalApi.TableMeta.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setTableMeta(OtsInternalApi.TableMeta value)
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setTableOptions(OtsInternalApi.TableOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setTableOptions(OtsInternalApi.TableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.toBuilder() |