Package org.apache.parquet.hadoop.util
Class HadoopInputFile
- java.lang.Object
-
- org.apache.parquet.hadoop.util.HadoopInputFile
-
- All Implemented Interfaces:
org.apache.parquet.io.InputFile
public class HadoopInputFile extends Object implements org.apache.parquet.io.InputFile
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)static HadoopInputFilefromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf)org.apache.hadoop.conf.ConfigurationgetConfiguration()longgetLength()org.apache.hadoop.fs.PathgetPath()org.apache.parquet.io.SeekableInputStreamnewStream()StringtoString()
-
-
-
Method Detail
-
fromPath
public static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) throws IOException
- Throws:
IOException
-
fromStatus
public static HadoopInputFile fromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf) throws IOException
- Throws:
IOException
-
getConfiguration
public org.apache.hadoop.conf.Configuration getConfiguration()
-
getPath
public org.apache.hadoop.fs.Path getPath()
-
getLength
public long getLength()
- Specified by:
getLengthin interfaceorg.apache.parquet.io.InputFile
-
newStream
public org.apache.parquet.io.SeekableInputStream newStream() throws IOException- Specified by:
newStreamin interfaceorg.apache.parquet.io.InputFile- Throws:
IOException
-
-