|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractFileSystem
org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
public class HdfsFileSystem
A VFS FileSystem that interacts with HDFS.
| Constructor Summary | |
|---|---|
protected |
HdfsFileSystem(org.apache.commons.vfs2.FileName rootName,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
|
| Method Summary | |
|---|---|
protected void |
addCapabilities(Collection<org.apache.commons.vfs2.Capability> capabilities)
|
void |
close()
|
protected org.apache.commons.vfs2.FileObject |
createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
|
org.apache.commons.vfs2.FileObject |
resolveFile(org.apache.commons.vfs2.FileName name)
|
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileSystem |
|---|
addJunction, addListener, closeCommunicationLink, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, setAttribute |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent |
|---|
getContext, getLogger, setContext, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HdfsFileSystem(org.apache.commons.vfs2.FileName rootName,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
rootName - fileSystemOptions - | Method Detail |
|---|
protected void addCapabilities(Collection<org.apache.commons.vfs2.Capability> capabilities)
addCapabilities in class org.apache.commons.vfs2.provider.AbstractFileSystemAbstractFileSystem.addCapabilities(java.util.Collection)public void close()
close in interface org.apache.commons.vfs2.provider.VfsComponentclose in class org.apache.commons.vfs2.provider.AbstractFileSystemAbstractFileSystem.close()
protected org.apache.commons.vfs2.FileObject createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
throws Exception
createFile in class org.apache.commons.vfs2.provider.AbstractFileSystemExceptionAbstractFileSystem.createFile(org.apache.commons.vfs2.provider.AbstractFileName)
public org.apache.commons.vfs2.FileObject resolveFile(org.apache.commons.vfs2.FileName name)
throws org.apache.commons.vfs2.FileSystemException
resolveFile in interface org.apache.commons.vfs2.FileSystemresolveFile in class org.apache.commons.vfs2.provider.AbstractFileSystemorg.apache.commons.vfs2.FileSystemExceptionAbstractFileSystem.resolveFile(org.apache.commons.vfs2.FileName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||