增加对namespace的支持
删掉count sum相关代码。目前simplehbase98中未实现,保持代码干净。
新增以下接口和对应test。
public void delete(RowKey rowKey);
public void deleteList(List rowKeyList);
public void deleteList(RowKey startRowKey, RowKey endRowKey);
增加对namespace的支持
删掉count sum相关代码。目前simplehbase98中未实现,保持代码干净。
新增以下接口和对应test。
public void delete(RowKey rowKey);
public void deleteList(List rowKeyList);
public void deleteList(RowKey startRowKey, RowKey endRowKey);