public class OTSProtocolParser extends Object
构造器和说明 |
---|
OTSProtocolParser() |
public static PrimaryKeyType toPrimaryKeyType(OtsInternalApi.PrimaryKeyType type)
public static DefinedColumnType toDefinedColumnType(OtsInternalApi.DefinedColumnType type)
public static PrimaryKeyOption toPrimaryKeyOption(OtsInternalApi.PrimaryKeyOption option)
public static TableMeta parseTableMeta(OtsInternalApi.TableMeta tableMeta)
public static IndexType parseIndexType(OtsInternalApi.IndexType indexType)
public static IndexUpdateMode parseIndexUpdateMode(OtsInternalApi.IndexUpdateMode indexUpdateMode)
public static IndexMeta parseIndexMeta(OtsInternalApi.IndexMeta indexMeta)
public static ReservedThroughputDetails parseReservedThroughputDetails(OtsInternalApi.ReservedThroughputDetails reservedThroughputDetails)
public static CapacityUnit parseCapacityUnit(OtsInternalApi.CapacityUnit capacityUnit)
public static CapacityDataSize parseCapacityDataSize(OtsInternalApi.CapacityDataSize capacityDataSize)
public static TableOptions 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)
public static BulkImportResponse.RowResult parseBulkImportStatus(OtsInternalApi.RowInBulkImportResponse status, int index)
public static StreamDetails parseStreamDetails(OtsInternalApi.StreamDetails streamDetails)
public static Stream parseStream(OtsInternalApi.Stream stream)
public static StreamShard parseStreamShard(OtsInternalApi.StreamShard streamShard)
public static StreamStatus parseStreamStatus(OtsInternalApi.StreamStatus status)
public static SSEDetails parseSseDetails(OtsInternalApi.SSEDetails sseDetails)
Copyright © 2019. All Rights Reserved.