Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode.web.resources |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NamenodeWebHdfsMethods.post(org.apache.hadoop.security.UserGroupInformation ugi,
DelegationParam delegation,
UserParam username,
DoAsParam doAsUser,
UriFsPathParam path,
PostOpParam op,
ConcatSourcesParam concatSrcs,
BufferSizeParam bufferSize,
ExcludeDatanodesParam excludeDatanodes,
NewLengthParam newLength)
Handle HTTP POST request.
|
javax.ws.rs.core.Response |
NamenodeWebHdfsMethods.postRoot(org.apache.hadoop.security.UserGroupInformation ugi,
DelegationParam delegation,
UserParam username,
DoAsParam doAsUser,
PostOpParam op,
ConcatSourcesParam concatSrcs,
BufferSizeParam bufferSize,
ExcludeDatanodesParam excludeDatanodes,
NewLengthParam newLength)
Handle HTTP POST request for the root.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.