Skip to content

simplehbase v0.98.2

Latest
Compare
Choose a tag to compare
@zhang-xzhi zhang-xzhi released this 25 Aug 06:23

增加对namespace的支持

删掉count sum相关代码。目前simplehbase98中未实现,保持代码干净。

新增以下接口和对应test。
public void delete(RowKey rowKey);
public void deleteList(List rowKeyList);
public void deleteList(RowKey startRowKey, RowKey endRowKey);