public static interface DefaultWALProvider.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, seekvoid 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.IOExceptionCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.