public static interface OtsInternalApi.ComputeSplitPointsBySizeResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.ConsumedCapacity |
getConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ConsumedCapacityOrBuilder |
getConsumedOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation |
getLocations(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
int |
getLocationsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
List<OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation> |
getLocationsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocationOrBuilder |
getLocationsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
List<? extends OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocationOrBuilder> |
getLocationsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4; |
OtsInternalApi.PrimaryKeySchema |
getSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
int |
getSchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
List<OtsInternalApi.PrimaryKeySchema> |
getSchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
OtsInternalApi.PrimaryKeySchemaOrBuilder |
getSchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> |
getSchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSplitPoints(int index)
*
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.
|
int |
getSplitPointsCount()
*
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.
|
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getSplitPointsList()
*
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.
|
boolean |
hasConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;OtsInternalApi.ConsumedCapacity getConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;OtsInternalApi.ConsumedCapacityOrBuilder getConsumedOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;List<OtsInternalApi.PrimaryKeySchema> getSchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2;OtsInternalApi.PrimaryKeySchema getSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2;int getSchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2;List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> getSchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2;OtsInternalApi.PrimaryKeySchemaOrBuilder getSchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema schema = 2;List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getSplitPointsList()
* 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. The size could be hard to be precise. A split point is an array of primary-key column w.r.t. table schema, which is never longer than that of table schema. Tailing -inf will be omitted to reduce transmission payloads.
repeated bytes split_points = 3;int getSplitPointsCount()
* 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. The size could be hard to be precise. A split point is an array of primary-key column w.r.t. table schema, which is never longer than that of table schema. Tailing -inf will be omitted to reduce transmission payloads.
repeated bytes split_points = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSplitPoints(int index)
* 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. The size could be hard to be precise. A split point is an array of primary-key column w.r.t. table schema, which is never longer than that of table schema. Tailing -inf will be omitted to reduce transmission payloads.
repeated bytes split_points = 3;index - The index of the element to return.List<OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation> getLocationsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4;OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocation getLocations(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4;int getLocationsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4;List<? extends OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocationOrBuilder> getLocationsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4;OtsInternalApi.ComputeSplitPointsBySizeResponse.SplitLocationOrBuilder getLocationsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ComputeSplitPointsBySizeResponse.SplitLocation locations = 4;Copyright © 2025. All Rights Reserved.