Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: hbase-branch
-
Fix Version/s: 0.9.0
-
Component/s: Data Module, HBase Module
-
Labels:None
Description
In short: EntityScanner<K, E> extends DatasetReader<KeyEntity<K, E>>
To do this we need to add state checking to EntityScanner (you should get an IllegalStateException if you try to read after closing), an isOpen method, and it should implement Iterator directly too.