public class DatanodeWebHdfsMethods extends Object
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
构造器和说明 |
---|
DatanodeWebHdfsMethods() |
限定符和类型 | 方法和说明 |
---|---|
javax.ws.rs.core.Response |
get(UserGroupInformation ugi,
DelegationParam delegation,
UriFsPathParam path,
GetOpParam op,
OffsetParam offset,
LengthParam length,
BufferSizeParam bufferSize)
Handle HTTP GET request.
|
javax.ws.rs.core.Response |
getRoot(UserGroupInformation ugi,
DelegationParam delegation,
GetOpParam op,
OffsetParam offset,
LengthParam length,
BufferSizeParam bufferSize)
Handle HTTP GET request for the root.
|
javax.ws.rs.core.Response |
post(InputStream in,
UserGroupInformation ugi,
DelegationParam delegation,
UriFsPathParam path,
PostOpParam op,
BufferSizeParam bufferSize)
Handle HTTP POST request.
|
javax.ws.rs.core.Response |
postRoot(InputStream in,
UserGroupInformation ugi,
DelegationParam delegation,
PostOpParam op,
BufferSizeParam bufferSize)
Handle HTTP POST request for the root for the root.
|
javax.ws.rs.core.Response |
put(InputStream in,
UserGroupInformation ugi,
DelegationParam delegation,
UriFsPathParam path,
PutOpParam op,
PermissionParam permission,
OverwriteParam overwrite,
BufferSizeParam bufferSize,
ReplicationParam replication,
BlockSizeParam blockSize)
Handle HTTP PUT request.
|
javax.ws.rs.core.Response |
putRoot(InputStream in,
UserGroupInformation ugi,
DelegationParam delegation,
PutOpParam op,
PermissionParam permission,
OverwriteParam overwrite,
BufferSizeParam bufferSize,
ReplicationParam replication,
BlockSizeParam blockSize)
Handle HTTP PUT request for the root.
|
public javax.ws.rs.core.Response putRoot(InputStream in, @Context UserGroupInformation ugi, DelegationParam delegation, PutOpParam op, PermissionParam permission, OverwriteParam overwrite, BufferSizeParam bufferSize, ReplicationParam replication, BlockSizeParam blockSize) throws IOException, InterruptedException
public javax.ws.rs.core.Response put(InputStream in, @Context UserGroupInformation ugi, DelegationParam delegation, UriFsPathParam path, PutOpParam op, PermissionParam permission, OverwriteParam overwrite, BufferSizeParam bufferSize, ReplicationParam replication, BlockSizeParam blockSize) throws IOException, InterruptedException
public javax.ws.rs.core.Response postRoot(InputStream in, @Context UserGroupInformation ugi, DelegationParam delegation, PostOpParam op, BufferSizeParam bufferSize) throws IOException, InterruptedException
public javax.ws.rs.core.Response post(InputStream in, @Context UserGroupInformation ugi, DelegationParam delegation, UriFsPathParam path, PostOpParam op, BufferSizeParam bufferSize) throws IOException, InterruptedException
public javax.ws.rs.core.Response getRoot(@Context UserGroupInformation ugi, DelegationParam delegation, GetOpParam op, OffsetParam offset, LengthParam length, BufferSizeParam bufferSize) throws IOException, InterruptedException
public javax.ws.rs.core.Response get(@Context UserGroupInformation ugi, DelegationParam delegation, UriFsPathParam path, GetOpParam op, OffsetParam offset, LengthParam length, BufferSizeParam bufferSize) throws IOException, InterruptedException
Copyright © 2009 The Apache Software Foundation