Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: hbase-branch
-
Fix Version/s: 0.9.0
-
Component/s: HBase Module
-
Labels:None
Description
The key is a part of the entity so there's no reason to specify it twice. Change
public boolean delete(PartitionKey key, E entity);
to
public boolean delete(E entity);