|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystemAccessException | |
|---|---|
| org.apache.hadoop.fs.http.server | |
| org.apache.hadoop.lib.service | |
| org.apache.hadoop.lib.service.hadoop | |
| Uses of FileSystemAccessException in org.apache.hadoop.fs.http.server |
|---|
| Methods in org.apache.hadoop.fs.http.server that throw FileSystemAccessException | |
|---|---|
javax.ws.rs.core.Response |
HttpFSServer.delete(String path,
HttpFSParametersProvider.OperationParam op,
Parameters params)
Binding to handle DELETE requests. |
javax.ws.rs.core.Response |
HttpFSServer.get(String path,
HttpFSParametersProvider.OperationParam op,
Parameters params)
Binding to handle GET requests, supported operations are |
javax.ws.rs.core.Response |
HttpFSServer.getRoot(HttpFSParametersProvider.OperationParam op,
Parameters params)
Special binding for '/' as it is not handled by the wildcard binding. |
javax.ws.rs.core.Response |
HttpFSServer.post(InputStream is,
javax.ws.rs.core.UriInfo uriInfo,
String path,
HttpFSParametersProvider.OperationParam op,
Parameters params)
Binding to handle POST requests. |
javax.ws.rs.core.Response |
HttpFSServer.put(InputStream is,
javax.ws.rs.core.UriInfo uriInfo,
String path,
HttpFSParametersProvider.OperationParam op,
Parameters params)
Binding to handle PUT requests. |
| Uses of FileSystemAccessException in org.apache.hadoop.lib.service |
|---|
| Methods in org.apache.hadoop.lib.service that throw FileSystemAccessException | ||
|---|---|---|
org.apache.hadoop.fs.FileSystem |
FileSystemAccess.createFileSystem(String user,
org.apache.hadoop.conf.Configuration conf)
|
|
|
FileSystemAccess.execute(String user,
org.apache.hadoop.conf.Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor)
|
|
| Uses of FileSystemAccessException in org.apache.hadoop.lib.service.hadoop |
|---|
| Methods in org.apache.hadoop.lib.service.hadoop that throw FileSystemAccessException | ||
|---|---|---|
protected void |
FileSystemAccessService.checkNameNodeHealth(org.apache.hadoop.fs.FileSystem fileSystem)
|
|
org.apache.hadoop.fs.FileSystem |
FileSystemAccessService.createFileSystem(String user,
org.apache.hadoop.conf.Configuration conf)
|
|
org.apache.hadoop.fs.FileSystem |
FileSystemAccessService.createFileSystemInternal(String user,
org.apache.hadoop.conf.Configuration conf)
|
|
|
FileSystemAccessService.execute(String user,
org.apache.hadoop.conf.Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor)
|
|
protected void |
FileSystemAccessService.validateNamenode(String namenode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||