Uses of Class
org.apache.hadoop.lib.service.FileSystemAccessException

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(Principal user, String path, HttpFSParametersProvider.OperationParam op, Parameters params)
          Binding to handle DELETE requests.
 javax.ws.rs.core.Response HttpFSServer.get(Principal user, String path, HttpFSParametersProvider.OperationParam op, Parameters params)
          Binding to handle GET requests, supported operations are
 javax.ws.rs.core.Response HttpFSServer.getRoot(Principal user, 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, Principal user, 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, Principal user, 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)
           
<T> T
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)
           
<T> T
FileSystemAccessService.execute(String user, org.apache.hadoop.conf.Configuration conf, FileSystemAccess.FileSystemExecutor<T> executor)
           
protected  void FileSystemAccessService.validateNamenode(String namenode)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.