public static interface AbstractFSWALProvider.Reader extends WAL.Reader
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration c,
org.apache.hadoop.fs.FSDataInputStream s) |
getPosition, next, next, reset, seek
void init(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.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
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.