Package | Description |
---|---|
org.kududb.client |
Modifier and Type | Method and Description |
---|---|
RowResultIterator |
KuduScanner.close()
Closes this scanner (don't forget to call this when you're done with it!).
|
RowResultIterator |
KuduScanner.nextRows()
Scans a number of rows.
|
Modifier and Type | Method and Description |
---|---|
com.stumbleupon.async.Deferred<RowResultIterator> |
AsyncKuduScanner.close()
Closes this scanner (don't forget to call this when you're done with it!).
|
com.stumbleupon.async.Deferred<RowResultIterator> |
AsyncKuduScanner.nextRows()
Scans a number of rows.
|
Copyright © 2016. All rights reserved.