跳过导航链接
A C D E F G H I L M O R S T W 

A

areKerberosCredentialsValid(UserGroupInformation, boolean) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
 
available() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 

C

cleanupRecoverableState(RecoverableWriter.ResumeRecoverable) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
close() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
close() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
compareTo(BlockLocation) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
configure(Configuration) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
create(Path, boolean, int, short, long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(Path, FileSystem.WriteMode) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(URI) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
createRecoverableWriter() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

D

delete(Path, boolean) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

E

exists(Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

F

flush() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
forceSeek(long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Positions the stream to the given location.
fromHadoopStatus(FileStatus) - 类 中的静态方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
Creates a new HadoopFileStatus from Hadoop's FileStatus.

G

getAccessTime() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getBlockLocations() - 类 中的方法org.apache.flink.runtime.fs.hdfs.LocatedHadoopFileStatus
 
getBlockSize() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getCommitRecoverableSerializer() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
getDefaultBlockSize() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileBlockLocations(FileStatus, long, long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileStatus(Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getHadoopConfiguration(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
 
getHadoopFileSystem() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Gets the underlying Hadoop FileSystem.
getHadoopInputStream() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Gets the wrapped Hadoop input stream.
getHadoopOutputStream() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
Gets the wrapped Hadoop output stream.
getHomeDirectory() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getHosts() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getInternalFileStatus() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getKind() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getLen() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getLength() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getModificationTime() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getOffset() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getOrLoadHadoopConfig() - 类 中的方法org.apache.flink.runtime.util.HadoopConfigLoader
get the loaded Hadoop config (or fall back to one loaded from the classpath).
getPath() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getPos() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
getPos() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
getReplication() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getResumeRecoverableSerializer() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
getScheme() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
getUri() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getWorkingDirectory() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

H

HadoopBlockLocation - org.apache.flink.runtime.fs.hdfs中的类
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
HadoopBlockLocation(BlockLocation) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
Creates a new block location.
HadoopConfigLoader - org.apache.flink.runtime.util中的类
This class lazily loads hadoop configuration from resettable Flink's configuration.
HadoopConfigLoader(String[], String[][], String, Set<String>, Set<String>, String) - 类 的构造器org.apache.flink.runtime.util.HadoopConfigLoader
 
HadoopDataInputStream - org.apache.flink.runtime.fs.hdfs中的类
Concrete implementation of the FSDataInputStream for Hadoop's input streams.
HadoopDataInputStream(FSDataInputStream) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Creates a new data input stream from the given Hadoop input stream.
HadoopDataOutputStream - org.apache.flink.runtime.fs.hdfs中的类
Concrete implementation of the FSDataOutputStream for Hadoop's input streams.
HadoopDataOutputStream(FSDataOutputStream) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
HadoopFileStatus - org.apache.flink.runtime.fs.hdfs中的类
Concrete implementation of the FileStatus interface for the Hadoop Distributed File System.
HadoopFileStatus(FileStatus) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
Creates a new file status from an HDFS file status.
HadoopFileSystem - org.apache.flink.runtime.fs.hdfs中的类
A FileSystem that wraps an Hadoop File System.
HadoopFileSystem(FileSystem) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Wraps the given Hadoop File System object as a Flink File System object.
HadoopFsFactory - org.apache.flink.runtime.fs.hdfs中的类
A file system factory for Hadoop-based file systems.
HadoopFsFactory() - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopFsFactory
 
HadoopRecoverableWriter - org.apache.flink.runtime.fs.hdfs中的类
An implementation of the RecoverableWriter for Hadoop's file system abstraction.
HadoopRecoverableWriter(FileSystem) - 类 的构造器org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
Creates a new Recoverable writer.
HadoopUtils - org.apache.flink.runtime.util中的类
Utility class for working with Hadoop-related classes.
HadoopUtils() - 类 的构造器org.apache.flink.runtime.util.HadoopUtils
 
hasHDFSDelegationToken(UserGroupInformation) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
Indicates whether the user has an HDFS delegation token.

I

isDir() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
isDistributedFS() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
isKerberosSecurityEnabled(UserGroupInformation) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
 
isMaxHadoopVersion(int, int) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
Checks if the Hadoop dependency is at most the given version.
isMinHadoopVersion(int, int) - 类 中的静态方法org.apache.flink.runtime.util.HadoopUtils
Checks if the Hadoop dependency is at least the given version.

L

listStatus(Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
LocatedHadoopFileStatus - org.apache.flink.runtime.fs.hdfs中的类
Concrete implementation of the LocatedFileStatus interface for the Hadoop Distributed File System.
LocatedHadoopFileStatus(LocatedFileStatus) - 类 的构造器org.apache.flink.runtime.fs.hdfs.LocatedHadoopFileStatus
Creates a new located file status from an HDFS file status.

M

MIN_SKIP_BYTES - 类 中的静态变量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) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

O

open(Path, int) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
open(Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
open(Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
org.apache.flink.runtime.fs.hdfs - 程序包 org.apache.flink.runtime.fs.hdfs
 
org.apache.flink.runtime.util - 程序包 org.apache.flink.runtime.util
 

R

read() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
recover(RecoverableWriter.ResumeRecoverable) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
recoverForCommit(RecoverableWriter.CommitRecoverable) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
rename(Path, Path) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
requiresCleanupOfRecoverableState() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 

S

seek(long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
setFlinkConfig(Configuration) - 类 中的方法org.apache.flink.runtime.util.HadoopConfigLoader
 
skip(long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
skipFully(long) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Skips over a given amount of bytes in the stream.
supportsResume() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopRecoverableWriter
 
sync() - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 

T

toHadoopPath(Path) - 类 中的静态方法org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 

W

write(int) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
A C D E F G H I L M O R S T W 
跳过导航链接

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