Class RemoteHTable.Scanner
java.lang.Object
org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<org.apache.hadoop.hbase.client.Result>
,org.apache.hadoop.hbase.client.ResultScanner
- Enclosing class:
- RemoteHTable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
uri
-
-
Constructor Details
-
Scanner
- Throws:
IOException
-
-
Method Details
-
next
- Specified by:
next
in interfaceorg.apache.hadoop.hbase.client.ResultScanner
- Throws:
IOException
-
next
- Specified by:
next
in interfaceorg.apache.hadoop.hbase.client.ResultScanner
- Throws:
IOException
-
iterator
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.hadoop.hbase.client.ResultScanner
-
renewLease
- Specified by:
renewLease
in interfaceorg.apache.hadoop.hbase.client.ResultScanner
-
getScanMetrics
- Specified by:
getScanMetrics
in interfaceorg.apache.hadoop.hbase.client.ResultScanner
-