类 GetRowRequest

    • 构造器详细资料

      • GetRowRequest

        public GetRowRequest​(String tableName,
                             String rowkey)
        Constructs a get row request with target table name and rowkey.
        参数:
        tableName - The target table name.
        rowkey - The target rowkey.
    • 方法详细资料

      • getMaxVersions

        public int getMaxVersions()
        Get maxVersion in GetRowRequest.
        返回:
        The target maxVersion.
      • setMaxVersions

        public void setMaxVersions​(int maxVersion)
        Set maxVersion.
        参数:
        maxVersion - The target maxVersion.
      • addCell

        public GetRowRequest addCell​(String column)
        Add a cell with column name to this request.
        参数:
        column - The column name of the cell.
        返回:
        This get row request object.