|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileContext | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
Uses of FileContext in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return FileContext | |
---|---|
static FileContext |
FileContext.getFileContext()
Create a FileContext using the default config read from the $HADOOP_CONFIG/core.xml, Unspecified key-values for config are defaulted from core-defaults.xml in the release jar. |
protected static FileContext |
FileContext.getFileContext(AbstractFileSystem defaultFS)
Create a FileContext for specified file system using the default config. |
protected static FileContext |
FileContext.getFileContext(AbstractFileSystem defFS,
Configuration aConf)
Create a FileContext with specified FS as default using the specified config. |
static FileContext |
FileContext.getFileContext(Configuration aConf)
Create a FileContext using the passed config. |
static FileContext |
FileContext.getFileContext(URI defaultFsUri)
Create a FileContext for specified URI using the default config. |
static FileContext |
FileContext.getFileContext(URI defaultFsUri,
Configuration aConf)
Create a FileContext for specified default URI using the specified config. |
static FileContext |
FileContext.getLocalFSFileContext()
|
static FileContext |
FileContext.getLocalFSFileContext(Configuration aConf)
|
Methods in org.apache.hadoop.fs with parameters of type FileContext | |
---|---|
T |
FileContext.FSLinkResolver.resolve(FileContext fc,
Path p)
Performs the operation specified by the next function, calling it repeatedly until all symlinks in the given path are resolved. |
Constructors in org.apache.hadoop.fs with parameters of type FileContext | |
---|---|
AvroFSInput(FileContext fc,
Path p)
Construct given a FileContext and a Path . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |