Package | Description |
---|---|
org.apache.hadoop.fs.http.server | |
org.apache.hadoop.lib.service | |
org.apache.hadoop.lib.service.hadoop |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemAccess.createFileSystem(String user,
Configuration conf) |
<T> T |
FileSystemAccess.execute(String user,
Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileSystemAccessService.checkNameNodeHealth(FileSystem fileSystem) |
FileSystem |
FileSystemAccessService.createFileSystem(String user,
Configuration conf) |
FileSystem |
FileSystemAccessService.createFileSystemInternal(String user,
Configuration conf) |
<T> T |
FileSystemAccessService.execute(String user,
Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor) |
protected void |
FileSystemAccessService.validateNamenode(String namenode) |
Copyright © 2013 Apache Software Foundation. All rights reserved.