public interface PartitionReader<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Return the current record.
|
boolean |
next()
Proceed to next record, returns false if there is no more records.
|
boolean next()
throws IOException
IOException - if failure happens during disk/network IO like reading files.T get()
Copyright © 2020. All rights reserved.