| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.conf.Configured
org.apache.hadoop.fs.FileSystem
org.apache.hadoop.dfs.HftpFileSystem
org.apache.hadoop.dfs.HsftpFileSystem
public class HsftpFileSystem
An implementation of a protocol for accessing filesystems over HTTPS. The following implementation provides a limited, read-only interface to a filesystem over HTTPS.
ListPathsServlet, 
FileDataServlet| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.fs.FileSystem | 
|---|
FileSystem.Statistics | 
| Field Summary | 
|---|
| Fields inherited from class org.apache.hadoop.dfs.HftpFileSystem | 
|---|
df, nnAddr, ugi | 
| Fields inherited from class org.apache.hadoop.fs.FileSystem | 
|---|
LOG, statistics | 
| Constructor Summary | |
|---|---|
HsftpFileSystem()
 | 
|
| Method Summary | |
|---|---|
 URI | 
getUri()
Returns a URI whose scheme and authority identify this FileSystem.  | 
protected  HttpURLConnection | 
openConnection(String path,
               String query)
Open an HTTP connection to the namenode to read file data and metadata.  | 
| Methods inherited from class org.apache.hadoop.dfs.HftpFileSystem | 
|---|
append, create, delete, delete, getFileStatus, getWorkingDirectory, initialize, listStatus, mkdirs, open, rename, setWorkingDirectory | 
| Methods inherited from class org.apache.hadoop.conf.Configured | 
|---|
getConf, setConf | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HsftpFileSystem()
| Method Detail | 
|---|
protected HttpURLConnection openConnection(String path,
                                           String query)
                                    throws IOException
HftpFileSystem
openConnection in class HftpFileSystempath - The path component of the URLquery - The query component of the URL
IOExceptionpublic URI getUri()
FileSystem
getUri in class HftpFileSystem
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||