com.aliyun.openservices.ots.model
类 BatchGetRowResult

java.lang.Object
  继承者 com.aliyun.openservices.ots.model.OTSResult
      继承者 com.aliyun.openservices.ots.model.BatchGetRowResult

public class BatchGetRowResult
extends OTSResult


嵌套类摘要
static class BatchGetRowResult.RowStatus
          BatchGetRow批量操作中单行查询的结果。
 
方法摘要
 List<BatchGetRowResult.RowStatus> getBatchGetRowStatus(String tableName)
          获取某个表的所有行查询结果。
 Map<String,List<BatchGetRowResult.RowStatus>> getTableToRowsStatus()
          返回所有表所有行的查询结果。
 
从类 com.aliyun.openservices.ots.model.OTSResult 继承的方法
getRequestID, setRequestID
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getBatchGetRowStatus

public List<BatchGetRowResult.RowStatus> getBatchGetRowStatus(String tableName)
获取某个表的所有行查询结果。

参数:
tableName - 表的名称
返回:
该表下所有行的查询结果,若该表不存在,则返回null。

getTableToRowsStatus

public Map<String,List<BatchGetRowResult.RowStatus>> getTableToRowsStatus()
返回所有表所有行的查询结果。

返回:
本次BatchGetRow操作返回的结果。


Copyright © 2014. All Rights Reserved.