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
| 从类 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.