public class OTSResultFactory extends Object
构造器和说明 |
---|
OTSResultFactory() |
限定符和类型 | 方法和说明 |
---|---|
static BatchGetRowResult |
createBatchGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.BatchGetRowResponse batchGetRowResponse) |
static BatchWriteRowResult |
createBatchWriteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.BatchWriteRowResponse batchWriteRowResponse) |
static CreateTableResult |
createCreateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.CreateTableResponse createTableResponse) |
static DeleteRowResult |
createDeleteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.DeleteRowResponse deleteRowResponse) |
static DeleteTableResult |
createDeleteTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.DeleteTableResponse deleteTableResponse) |
static DescribeTableResult |
createDescribeTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.DescribeTableResponse describeTableResponse) |
static GetRangeResult |
createGetRangeResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.GetRangeResponse getRangeResponse) |
static GetRowResult |
createGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.GetRowResponse getRowResponse) |
static ListTableResult |
createListTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.ListTableResponse listTableResponse) |
static PutRowResult |
createPutRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.PutRowResponse putRowResponse) |
static UpdateRowResult |
createUpdateRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.UpdateRowResponse updateRowResponse) |
static UpdateTableResult |
createUpdateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.UpdateTableResponse updateTableResponse) |
public static CreateTableResult createCreateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.CreateTableResponse createTableResponse)
public static ListTableResult createListTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.ListTableResponse listTableResponse)
public static DescribeTableResult createDescribeTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DescribeTableResponse describeTableResponse)
public static DeleteTableResult createDeleteTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DeleteTableResponse deleteTableResponse)
public static UpdateTableResult createUpdateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.UpdateTableResponse updateTableResponse)
public static GetRowResult createGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.GetRowResponse getRowResponse)
public static PutRowResult createPutRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.PutRowResponse putRowResponse)
public static UpdateRowResult createUpdateRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.UpdateRowResponse updateRowResponse)
public static DeleteRowResult createDeleteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DeleteRowResponse deleteRowResponse)
public static GetRangeResult createGetRangeResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.GetRangeResponse getRangeResponse)
public static BatchGetRowResult createBatchGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.BatchGetRowResponse batchGetRowResponse)
public static BatchWriteRowResult createBatchWriteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.BatchWriteRowResponse batchWriteRowResponse)
Copyright © 2016. All Rights Reserved.