public interface Scanner extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ScanTask> |
scan()
Perform the scan operation.
|
Schema |
schema()
Get the schema of this Scanner.
|
closeIterable<? extends ScanTask> scan()
ScanTasks. Each task is considered independent and it is allowed
to execute the tasks concurrently to gain better performance.Schema schema()
Copyright © 2021 The Apache Software Foundation. All rights reserved.