Package org.apache.iceberg.hadoop
Class HadoopInputFile
java.lang.Object
org.apache.iceberg.hadoop.HadoopInputFile
- All Implemented Interfaces:
- NativelyEncryptedFile,- InputFile
InputFile implementation using the Hadoop FileSystem API.
 This class is based on Parquet's HadoopInputFile.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionbooleanexists()Checks whether the file exists.static HadoopInputFilefromLocation(CharSequence location, long length, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromLocation(CharSequence location, long length, org.apache.hadoop.fs.FileSystem fs) static HadoopInputFilefromLocation(CharSequence location, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromLocation(CharSequence location, org.apache.hadoop.fs.FileSystem fs) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.fs.FileSystem fs) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs) static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf) static HadoopInputFilefromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.fs.FileSystem fs) static HadoopInputFilefromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) String[]getBlockLocations(long start, long end) org.apache.hadoop.conf.ConfigurationgetConf()org.apache.hadoop.fs.FileSystemlongReturns the total length of the file, in bytesorg.apache.hadoop.fs.PathgetPath()org.apache.hadoop.fs.FileStatusgetStat()location()The fully-qualified location of the input file as a String.Opens a newSeekableInputStreamfor the underlying data filevoidsetNativeCryptoParameters(NativeFileCryptoParameters nativeCryptoParameters) toString()
- 
Field Details- 
NO_LOCATION_PREFERENCE
 
- 
- 
Method Details- 
fromLocationpublic static HadoopInputFile fromLocation(CharSequence location, org.apache.hadoop.conf.Configuration conf) 
- 
fromLocationpublic static HadoopInputFile fromLocation(CharSequence location, long length, org.apache.hadoop.conf.Configuration conf) 
- 
fromLocationpublic static HadoopInputFile fromLocation(CharSequence location, org.apache.hadoop.fs.FileSystem fs) 
- 
fromLocationpublic static HadoopInputFile fromLocation(CharSequence location, long length, org.apache.hadoop.fs.FileSystem fs) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.conf.Configuration conf) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.fs.FileSystem fs) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) 
- 
fromPathpublic static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, long length, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) 
- 
fromStatuspublic static HadoopInputFile fromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf) 
- 
fromStatuspublic static HadoopInputFile fromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.fs.FileSystem fs) 
- 
fromStatuspublic static HadoopInputFile fromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf) 
- 
getLengthpublic long getLength()Description copied from interface:InputFileReturns the total length of the file, in bytes
- 
newStreamDescription copied from interface:InputFileOpens a newSeekableInputStreamfor the underlying data file
- 
getConfpublic org.apache.hadoop.conf.Configuration getConf()
- 
getFileSystempublic org.apache.hadoop.fs.FileSystem getFileSystem()
- 
getStatpublic org.apache.hadoop.fs.FileStatus getStat()
- 
getPathpublic org.apache.hadoop.fs.Path getPath()
- 
getBlockLocations
- 
locationDescription copied from interface:InputFileThe fully-qualified location of the input file as a String.
- 
existspublic boolean exists()Description copied from interface:InputFileChecks whether the file exists.
- 
nativeCryptoParameters- Specified by:
- nativeCryptoParametersin interface- NativelyEncryptedFile
 
- 
setNativeCryptoParameters- Specified by:
- setNativeCryptoParametersin interface- NativelyEncryptedFile
 
- 
toString
 
-