static AbortTransactionResponse |
ResponseFactory.createAbortTransactionResponse(ResponseContentWithMeta response,
OtsInternalApi.AbortTransactionResponse abortTransactionResponse) |
static BatchGetRowResponse |
ResponseFactory.createBatchGetRowResponse(ResponseContentWithMeta response,
OtsInternalApi.BatchGetRowResponse batchGetRowResponse) |
static BatchWriteRowResponse |
ResponseFactory.createBatchWriteRowResponse(ResponseContentWithMeta response,
OtsInternalApi.BatchWriteRowResponse batchWriteRowResponse) |
static CommitTransactionResponse |
ResponseFactory.createCommitTransactionResponse(ResponseContentWithMeta response,
OtsInternalApi.CommitTransactionResponse commitTransactionResponse) |
static ComputeSplitsBySizeResponse |
ResponseFactory.createComputeSplitsBySizeResponse(ResponseContentWithMeta response,
OtsInternalApi.ComputeSplitPointsBySizeResponse computeSplitPointsBySizeResponse) |
static CreateSearchIndexResponse |
ResponseFactory.createCreateSearchIndexResponse(ResponseContentWithMeta response,
Search.CreateSearchIndexResponse createSearchIndexResponse) |
static CreateTableResponse |
ResponseFactory.createCreateTableResponse(ResponseContentWithMeta response,
OtsInternalApi.CreateTableResponse createTableResponse) |
static CreateIndexResponse |
ResponseFactory.createCreteIndexResponse(ResponseContentWithMeta response,
OtsInternalApi.CreateIndexResponse createIndexResponse) |
static DeleteIndexResponse |
ResponseFactory.createDeleteIndexResponse(ResponseContentWithMeta response,
OtsInternalApi.DropIndexResponse dropIndexResponse) |
static DeleteRowResponse |
ResponseFactory.createDeleteRowResponse(ResponseContentWithMeta response,
OtsInternalApi.DeleteRowResponse deleteRowResponse) |
static DeleteSearchIndexResponse |
ResponseFactory.createDeleteSearchIndexResponse(ResponseContentWithMeta response,
Search.DeleteSearchIndexResponse deleteSearchIndexResponse) |
static DeleteTableResponse |
ResponseFactory.createDeleteTableResponse(ResponseContentWithMeta response,
OtsInternalApi.DeleteTableResponse deleteTableResponse) |
static DescribeSearchIndexResponse |
ResponseFactory.createDescribeSearchIndexResponse(ResponseContentWithMeta response,
Search.DescribeSearchIndexResponse describeSearchIndexResponse) |
static DescribeStreamResponse |
ResponseFactory.createDescribeStreamResponse(ResponseContentWithMeta response,
OtsInternalApi.DescribeStreamResponse describeStreamResponse) |
static DescribeTableResponse |
ResponseFactory.createDescribeTableResponse(ResponseContentWithMeta response,
OtsInternalApi.DescribeTableResponse describeTableResponse) |
static GetRangeResponse |
ResponseFactory.createGetRangeResponse(ResponseContentWithMeta response,
OtsInternalApi.GetRangeResponse getRangeResponse) |
static GetRowResponse |
ResponseFactory.createGetRowResponse(ResponseContentWithMeta response,
OtsInternalApi.GetRowResponse getRowResponse) |
static GetShardIteratorResponse |
ResponseFactory.createGetShardIteratorResponse(ResponseContentWithMeta response,
OtsInternalApi.GetShardIteratorResponse getShardIteratorResponse) |
static GetStreamRecordResponse |
ResponseFactory.createGetStreamRecordResponse(ResponseContentWithMeta response,
OtsInternalApi.GetStreamRecordResponse getStreamRecordResponse) |
static ListSearchIndexResponse |
ResponseFactory.createListSearchIndexResponse(ResponseContentWithMeta response,
Search.ListSearchIndexResponse listSearchIndexResponse) |
static ListStreamResponse |
ResponseFactory.createListStreamResponse(ResponseContentWithMeta response,
OtsInternalApi.ListStreamResponse listStreamResponse) |
static ListTableResponse |
ResponseFactory.createListTableResponse(ResponseContentWithMeta response,
OtsInternalApi.ListTableResponse listTableResponse) |
static PutRowResponse |
ResponseFactory.createPutRowResponse(ResponseContentWithMeta response,
OtsInternalApi.PutRowResponse putRowResponse) |
static SearchResponse |
ResponseFactory.createSearchResponse(ResponseContentWithMeta response,
Search.SearchResponse searchResponse) |
static StartLocalTransactionResponse |
ResponseFactory.createStartLocalTransactionResponse(ResponseContentWithMeta response,
OtsInternalApi.StartLocalTransactionResponse startLocalTransactionResponse) |
static UpdateRowResponse |
ResponseFactory.createUpdateRowResponse(ResponseContentWithMeta response,
OtsInternalApi.UpdateRowResponse updateRowResponse) |
static UpdateTableResponse |
ResponseFactory.createUpdateTableResponse(ResponseContentWithMeta response,
OtsInternalApi.UpdateTableResponse updateTableResponse) |