| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.DataBlockType |
OtsInternalApi.DataBlockType.forNumber(int value) |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportResponseOrBuilder.getDataBlockType()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type = 4; |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportResponse.getDataBlockType()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type = 4; |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportResponse.Builder.getDataBlockType()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type = 4; |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportRequestOrBuilder.getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportRequest.getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
OtsInternalApi.DataBlockType |
OtsInternalApi.BulkExportRequest.Builder.getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
static OtsInternalApi.DataBlockType |
OtsInternalApi.DataBlockType.valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.DataBlockType |
OtsInternalApi.DataBlockType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static OtsInternalApi.DataBlockType |
OtsInternalApi.DataBlockType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OtsInternalApi.DataBlockType[] |
OtsInternalApi.DataBlockType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.DataBlockType> |
OtsInternalApi.DataBlockType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.BulkExportResponse.Builder |
OtsInternalApi.BulkExportResponse.Builder.setDataBlockType(OtsInternalApi.DataBlockType value)
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type = 4; |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setDataBlockTypeHint(OtsInternalApi.DataBlockType value)
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
| 限定符和类型 | 方法和说明 |
|---|---|
static DataBlockType |
DataBlockType.fromProtocolType(OtsInternalApi.DataBlockType type) |
Copyright © 2025. All Rights Reserved.