| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addAllLocations(Iterable<? extends OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addAllSchema(Iterable<? extends OtsInternalApi.PrimaryKeySchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addAllSplitPoints(Iterable<? extends com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> values)
*
Split points between splits, in the increasing order
A split is a consecutive range of primary keys,
whose data size is about split_size specified in the request.
|
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addLocations(int index,
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addLocations(int index,
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addLocations(OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addLocations(OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
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(int index,
OtsInternalApi.PrimaryKeySchema value)
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.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSchema(OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.addSplitPoints(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
*
Split points between splits, in the increasing order
A split is a consecutive range of primary keys,
whose data size is about split_size specified in the request.
|
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.clear() |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.clearConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.clearLocations()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.clearSchema()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.clearSplitPoints()
*
Split points between splits, in the increasing order
A split is a consecutive range of primary keys,
whose data size is about split_size specified in the request.
|
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.mergeConsumed(OtsInternalApi.ConsumedCapacity value)
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.mergeFrom(OtsInternalApi.ComputeSplitPointsBySizeResponse other) |
static OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.newBuilder() |
static OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.newBuilder(OtsInternalApi.ComputeSplitPointsBySizeResponse prototype) |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.newBuilderForType() |
protected OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.removeLocations(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.removeSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setConsumed(OtsInternalApi.ConsumedCapacity.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setConsumed(OtsInternalApi.ConsumedCapacity value)
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setLocations(int index,
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setLocations(int index,
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setSchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setSchema(int index,
OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder.setSplitPoints(int index,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
*
Split points between splits, in the increasing order
A split is a consecutive range of primary keys,
whose data size is about split_size specified in the request.
|
OtsInternalApi.ComputeSplitPointsBySizeResponse.Builder |
OtsInternalApi.ComputeSplitPointsBySizeResponse.toBuilder() |
Copyright © 2025. All Rights Reserved.