| Package | Description |
|---|---|
| org.apache.kudu.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!).
|
static RowResultIterator |
RowResultIterator.empty() |
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 © 2018 The Apache Software Foundation. All rights reserved.