public static interface OtsInternalApi.ComputeSplitPointsBySizeRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getSplitPointLimit()
optional int32 split_point_limit = 4; |
long |
getSplitSize()
in 100MB
required int64 split_size = 2; |
long |
getSplitSizeUnitInByte()
optional int64 split_size_unit_in_byte = 3; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
boolean |
hasSplitPointLimit()
optional int32 split_point_limit = 4; |
boolean |
hasSplitSize()
in 100MB
required int64 split_size = 2; |
boolean |
hasSplitSizeUnitInByte()
optional int64 split_size_unit_in_byte = 3; |
boolean |
hasTableName()
required string table_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;boolean hasSplitSize()
in 100MB
required int64 split_size = 2;long getSplitSize()
in 100MB
required int64 split_size = 2;boolean hasSplitSizeUnitInByte()
optional int64 split_size_unit_in_byte = 3;long getSplitSizeUnitInByte()
optional int64 split_size_unit_in_byte = 3;boolean hasSplitPointLimit()
optional int32 split_point_limit = 4;int getSplitPointLimit()
optional int32 split_point_limit = 4;Copyright © 2025. All Rights Reserved.