类 BatchGetRowRequest


  • public class BatchGetRowRequest
    extends BatchRowRequest<GetRow>
    Represent the request for BatchGetRow operation.
    • 构造器详细资料

      • BatchGetRowRequest

        public BatchGetRowRequest​(String tableName)
        Constructs a batch get row request with a table name.
        参数:
        tableName - The target table name in TableStorage.
    • 方法详细资料

      • addGetRow

        public void addGetRow​(GetRow getRow)
        Add a get row object to the batch get row request.
        参数:
        getRow - The single get row object.
      • getGetRows

        public List<GetRow> getGetRows()
        Get all get row objects in this request.
        返回:
        Return the list of all get row objects.