public class ResponseFactory extends Object
构造器和说明 |
---|
ResponseFactory() |
public static CreateTableResponse createCreateTableResponse(ResponseContentWithMeta response, OtsInternalApi.CreateTableResponse createTableResponse)
public static ListTableResponse createListTableResponse(ResponseContentWithMeta response, OtsInternalApi.ListTableResponse listTableResponse)
public static DescribeTableResponse createDescribeTableResponse(ResponseContentWithMeta response, OtsInternalApi.DescribeTableResponse describeTableResponse)
public static DeleteTableResponse createDeleteTableResponse(ResponseContentWithMeta response, OtsInternalApi.DeleteTableResponse deleteTableResponse)
public static UpdateTableResponse createUpdateTableResponse(ResponseContentWithMeta response, OtsInternalApi.UpdateTableResponse updateTableResponse)
public static GetRowResponse createGetRowResponse(ResponseContentWithMeta response, OtsInternalApi.GetRowResponse getRowResponse)
public static PutRowResponse createPutRowResponse(ResponseContentWithMeta response, OtsInternalApi.PutRowResponse putRowResponse)
public static UpdateRowResponse createUpdateRowResponse(ResponseContentWithMeta response, OtsInternalApi.UpdateRowResponse updateRowResponse)
public static DeleteRowResponse createDeleteRowResponse(ResponseContentWithMeta response, OtsInternalApi.DeleteRowResponse deleteRowResponse)
public static GetRangeResponse createGetRangeResponse(ResponseContentWithMeta response, OtsInternalApi.GetRangeResponse getRangeResponse)
public static BatchGetRowResponse createBatchGetRowResponse(ResponseContentWithMeta response, OtsInternalApi.BatchGetRowResponse batchGetRowResponse)
public static BatchWriteRowResponse createBatchWriteRowResponse(ResponseContentWithMeta response, OtsInternalApi.BatchWriteRowResponse batchWriteRowResponse)
Copyright © 2016. All Rights Reserved.