Index
All Classes and Interfaces|All Packages
A
- addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystem
 
B
- BLOCK_SIZE - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Block size.
 
C
- canRenameTo(FileObject) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - close() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystem
 - close() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - create(FileContent) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileContentInfoFactory
 - 
Creates a FileContentInfo for the given FileContent.
 - createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystem
 
D
- doAttach() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileProvider
 - 
Creates a new HdfsFileSystem instance.
 - doCreateFolder() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doDelete() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetAttributes() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetContentSize() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetInputStream(int) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doGetType() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doIsHidden() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doIsReadable() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doIsWriteable() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doListChildren() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doListChildrenResolved() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doRemoveAttribute(String) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doSetAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 
E
- exists() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 
G
- getCapabilities() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileProvider
 - 
Gets Capabilities of HdfsFileSystem.
 - getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileProvider
 - 
Gets the config builder.
 - getConfigClass() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - getConfigConfiguration(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets the alternate configuration object.
 - getConfigInputStream(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets the alternate configuration input stream.
 - getConfigNames(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets the names of alternate configuration resources.
 - getConfigPaths(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets the paths of alternate configuration file system files.
 - getConfigURLs(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets URLs of alternate configurations.
 - getFilePointer() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - getInputStream() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - getInstance() - Static method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Gets the singleton instance.
 - GROUP - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Group.
 
H
- HdfsFileAttributes - Enum in org.apache.commons.vfs2.provider.hdfs
 - 
HDFS file content attributes.
 - HdfsFileContentInfoFactory - Class in org.apache.commons.vfs2.provider.hdfs
 - 
Creates FileContentInfo instances for HDFS.
 - HdfsFileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.hdfs.HdfsFileContentInfoFactory
 - 
Constructs a new instance.
 - HdfsFileObject - Class in org.apache.commons.vfs2.provider.hdfs
 - 
A VFS representation of an HDFS file.
 - HdfsFileObject(AbstractFileName, HdfsFileSystem, FileSystem, Path) - Constructor for class org.apache.commons.vfs2.provider.hdfs.HdfsFileObject
 - 
Constructs a new HDFS FileObject
 - HdfsFileProvider - Class in org.apache.commons.vfs2.provider.hdfs
 - 
FileProvider for HDFS files.
 - HdfsFileProvider() - Constructor for class org.apache.commons.vfs2.provider.hdfs.HdfsFileProvider
 - 
Constructs a new HdfsFileProvider.
 - HdfsFileSystem - Class in org.apache.commons.vfs2.provider.hdfs
 - 
A VFS FileSystem that interacts with HDFS.
 - HdfsFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystem
 - 
Constructs file system.
 - HdfsFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.hdfs
 - 
Configuration settings for the HdfsFileSystem.
 - HdfsRandomAccessContent - Class in org.apache.commons.vfs2.provider.hdfs
 - 
Provides random access to content in an HdfsFileObject.
 - HdfsRandomAccessContent(Path, FileSystem) - Constructor for class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - 
Create random access content.
 
L
- LAST_ACCESS_TIME - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Last access time.
 - length() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - LENGTH - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Length.
 
M
- MODIFICATION_TIME - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Modification time.
 
O
- org.apache.commons.vfs2.provider.hdfs - package org.apache.commons.vfs2.provider.hdfs
 - 
The HDFS File Provider.
 - OWNER - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Owner.
 
P
- PERMISSIONS - Enum constant in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Permissions.
 
R
- readBoolean() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readByte() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readChar() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readDouble() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readFloat() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readFully(byte[]) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readFully(byte[], int, int) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readInt() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readLine() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readLong() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readShort() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readUnsignedByte() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readUnsignedShort() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - readUTF() - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - resolveFile(FileName) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystem
 - 
Resolve FileName into FileObject.
 
S
- seek(long) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - setConfigConfiguration(FileSystemOptions, Configuration) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Sets the configuration object to be loaded after the defaults.
 - setConfigInputStream(FileSystemOptions, InputStream) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Sets the input stream of configuration file to be loaded after the defaults.
 - setConfigName(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Sets the name of configuration resource to be loaded after the defaults.
 - setConfigPath(FileSystemOptions, Path) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Sets the full path of configuration file to be loaded after the defaults.
 - setConfigURL(FileSystemOptions, URL) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsFileSystemConfigBuilder
 - 
Sets the URL of configuration file to be loaded after the defaults.
 - setLength(long) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 - skipBytes(int) - Method in class org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
 
V
- valueOf(String) - Static method in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum org.apache.commons.vfs2.provider.hdfs.HdfsFileAttributes
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 
All Classes and Interfaces|All Packages