类 DeleteRowRequest

    • 构造器详细资料

      • DeleteRowRequest

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

      • addCell

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