类 PutRowRequest

    • 构造器详细资料

      • PutRowRequest

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

      • addCell

        public PutRowRequest addCell​(String column,
                                     String value)
        Add a cell with column name and value.
        参数:
        column - The column name of the cell.
        value - The value of the cell.
        返回: