Skip navigation links
A C D E F G H I L M O R S T W 

A

available() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 

C

close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
configure(Configuration) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(Path, FileSystem.WriteMode) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(URI) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
createRecoverableWriter() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

D

delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

E

exists(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

F

flush() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
forceSeek(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Positions the stream to the given location.

G

getAccessTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getCommitRecoverableSerializer() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getHadoopConfiguration(Configuration) - Static method in class org.apache.flink.runtime.util.HadoopUtils
 
getHadoopFileSystem() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Gets the underlying Hadoop FileSystem.
getHadoopInputStream() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Gets the wrapped Hadoop input stream.
getHadoopOutputStream() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
Gets the wrapped Hadoop output stream.
getHomeDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getKind() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getLen() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getLength() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getOffset() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getPath() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getPos() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
getPos() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
getReplication() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getResumeRecoverableSerializer() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
getScheme() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
getUri() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

H

HadoopBlockLocation - Class in org.apache.flink.runtime.fs.hdfs
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
HadoopBlockLocation(BlockLocation) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
Creates a new block location.
HadoopDataInputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataInputStream for Hadoop's input streams.
HadoopDataInputStream(FSDataInputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Creates a new data input stream from the given Hadoop input stream.
HadoopDataOutputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataOutputStream for Hadoop's input streams.
HadoopDataOutputStream(FSDataOutputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
HadoopFileStatus - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileStatus interface for the Hadoop Distribution File System.
HadoopFileStatus(FileStatus) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
Creates a new file status from a HDFS file status.
HadoopFileSystem - Class in org.apache.flink.runtime.fs.hdfs
A FileSystem that wraps an Hadoop File System.
HadoopFileSystem(FileSystem) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Wraps the given Hadoop File System object as a Flink File System object.
HadoopFsFactory - Class in org.apache.flink.runtime.fs.hdfs
A file system factory for Hadoop-based file systems.
HadoopFsFactory() - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
HadoopRecoverableWriter - Class in org.apache.flink.runtime.fs.hdfs
An implementation of the RecoverableWriter for Hadoop's file system abstraction.
HadoopRecoverableWriter(FileSystem) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
Creates a new Recoverable writer.
HadoopUtils - Class in org.apache.flink.runtime.util
Utility class for working with Hadoop-related classes.
HadoopUtils() - Constructor for class org.apache.flink.runtime.util.HadoopUtils
 
hasHDFSDelegationToken() - Static method in class org.apache.flink.runtime.util.HadoopUtils
Indicates whether the current user has an HDFS delegation token.

I

isDir() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
isMinHadoopVersion(int, int) - Static method in class org.apache.flink.runtime.util.HadoopUtils
Checks if the Hadoop dependency is at least of the given version.

L

listStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

M

MIN_SKIP_BYTES - Static variable in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Minimum amount of bytes to skip forward before we issue a seek instead of discarding read.
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

O

open(Path, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
org.apache.flink.runtime.fs.hdfs - package org.apache.flink.runtime.fs.hdfs
 
org.apache.flink.runtime.util - package org.apache.flink.runtime.util
 

R

read() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
recover(RecoverableWriter.ResumeRecoverable) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
recoverForCommit(RecoverableWriter.CommitRecoverable) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

S

seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
skip(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
skipFully(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Skips over a given amount of bytes in the stream.
supportsResume() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
sync() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 

T

toHadoopPath(Path) - Static method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

W

write(int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
A C D E F G H I L M O R S T W 
Skip navigation links

Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.