public static interface DefaultWALProvider.Reader extends WAL.Reader
| Modifier and Type | Method and Description |
|---|---|
void |
init(FileSystem fs,
Path path,
Configuration c,
FSDataInputStream s) |
getPosition, next, next, reset, seekvoid init(FileSystem fs,
Path path,
Configuration c,
FSDataInputStream s)
throws IOException
fs - File system.path - Path.c - Configuration.s - Input stream that may have been pre-opened by the caller; may be null.IOException