public class OTSProtocolParser extends Object
构造器和说明 |
---|
OTSProtocolParser() |
限定符和类型 | 方法和说明 |
---|---|
static BatchGetRowResponse.RowResult |
parseBatchGetRowStatus(String tableName,
OtsInternalApi.RowInBatchGetRowResponse status,
int index) |
static BatchWriteRowResponse.RowResult |
parseBatchWriteRowStatus(String tableName,
OtsInternalApi.RowInBatchWriteRowResponse status,
int index) |
static CapacityUnit |
parseCapacityUnit(OtsInternalApi.CapacityUnit capacityUnit) |
static ReservedThroughputDetails |
parseReservedThroughputDetails(OtsInternalApi.ReservedThroughputDetails reservedThroughputDetails) |
static TableMeta |
parseTableMeta(OtsInternalApi.TableMeta tableMeta) |
static com.alicloud.openservices.tablestore.model.internal.TableOptionsEx |
parseTableOptions(OtsInternalApi.TableOptions tableOptions) |
static PrimaryKeyType |
toPrimaryKeyType(OtsInternalApi.PrimaryKeyType type) |
public static PrimaryKeyType toPrimaryKeyType(OtsInternalApi.PrimaryKeyType type)
public static TableMeta parseTableMeta(OtsInternalApi.TableMeta tableMeta)
public static ReservedThroughputDetails parseReservedThroughputDetails(OtsInternalApi.ReservedThroughputDetails reservedThroughputDetails)
public static CapacityUnit parseCapacityUnit(OtsInternalApi.CapacityUnit capacityUnit)
public static com.alicloud.openservices.tablestore.model.internal.TableOptionsEx parseTableOptions(OtsInternalApi.TableOptions tableOptions)
public static BatchGetRowResponse.RowResult parseBatchGetRowStatus(String tableName, OtsInternalApi.RowInBatchGetRowResponse status, int index)
public static BatchWriteRowResponse.RowResult parseBatchWriteRowStatus(String tableName, OtsInternalApi.RowInBatchWriteRowResponse status, int index)
Copyright © 2016. All Rights Reserved.