-
Field Summary
Fields
(package private) org.apache.hadoop.hbase.client.Result
-
Constructor Summary
Constructors
-
Method Summary
boolean
org.apache.hadoop.hbase.client.Result
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cache
org.apache.hadoop.hbase.client.Result cache
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interface Iterator<org.apache.hadoop.hbase.client.Result>
-
next
public org.apache.hadoop.hbase.client.Result next()
- Specified by:
next
in interface Iterator<org.apache.hadoop.hbase.client.Result>
-
remove
- Specified by:
remove
in interface Iterator<org.apache.hadoop.hbase.client.Result>