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 ComputeSplitsBySizeResponse createComputeSplitsBySizeResponse(ResponseContentWithMeta response, OtsInternalApi.ComputeSplitPointsBySizeResponse computeSplitPointsBySizeResponse)
public static BatchGetRowResponse createBatchGetRowResponse(ResponseContentWithMeta response, OtsInternalApi.BatchGetRowResponse batchGetRowResponse)
public static BatchWriteRowResponse createBatchWriteRowResponse(ResponseContentWithMeta response, OtsInternalApi.BatchWriteRowResponse batchWriteRowResponse)
public static ListStreamResponse createListStreamResponse(ResponseContentWithMeta response, OtsInternalApi.ListStreamResponse listStreamResponse)
public static DescribeStreamResponse createDescribeStreamResponse(ResponseContentWithMeta response, OtsInternalApi.DescribeStreamResponse describeStreamResponse)
public static GetShardIteratorResponse createGetShardIteratorResponse(ResponseContentWithMeta response, OtsInternalApi.GetShardIteratorResponse getShardIteratorResponse)
public static GetStreamRecordResponse createGetStreamRecordResponse(ResponseContentWithMeta response, OtsInternalApi.GetStreamRecordResponse getStreamRecordResponse)
Copyright © 2017. All Rights Reserved.