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(String path,
HttpFSParametersProvider.OperationParam op,
Parameters params,
javax.servlet.http.HttpServletRequest request)
Binding to handle DELETE requests.
|
javax.ws.rs.core.Response |
HttpFSServer.get(String path,
HttpFSParametersProvider.OperationParam op,
Parameters params,
javax.servlet.http.HttpServletRequest request)
Binding to handle GET requests, supported operations are
|
javax.ws.rs.core.Response |
HttpFSServer.getRoot(HttpFSParametersProvider.OperationParam op,
Parameters params,
javax.servlet.http.HttpServletRequest request)
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,
javax.servlet.http.HttpServletRequest request)
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,
javax.servlet.http.HttpServletRequest request)
Binding to handle PUT requests.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2022 Apache Software Foundation. All rights reserved.