Uses of Class
org.apache.hadoop.hdfs.web.resources.LengthParam

Packages that use LengthParam
org.apache.hadoop.hdfs.server.datanode.web.resources   
org.apache.hadoop.hdfs.server.namenode.web.resources   
 

Uses of LengthParam in org.apache.hadoop.hdfs.server.datanode.web.resources
 

Methods in org.apache.hadoop.hdfs.server.datanode.web.resources with parameters of type LengthParam
 javax.ws.rs.core.Response DatanodeWebHdfsMethods.get(org.apache.hadoop.security.UserGroupInformation ugi, DelegationParam delegation, NamenodeAddressParam namenode, UriFsPathParam path, GetOpParam op, OffsetParam offset, LengthParam length, BufferSizeParam bufferSize)
          Handle HTTP GET request.
 javax.ws.rs.core.Response DatanodeWebHdfsMethods.getRoot(org.apache.hadoop.security.UserGroupInformation ugi, DelegationParam delegation, NamenodeAddressParam namenode, GetOpParam op, OffsetParam offset, LengthParam length, BufferSizeParam bufferSize)
          Handle HTTP GET request for the root.
 

Uses of LengthParam in org.apache.hadoop.hdfs.server.namenode.web.resources
 

Methods in org.apache.hadoop.hdfs.server.namenode.web.resources with parameters of type LengthParam
 javax.ws.rs.core.Response NamenodeWebHdfsMethods.get(org.apache.hadoop.security.UserGroupInformation ugi, DelegationParam delegation, UserParam username, DoAsParam doAsUser, UriFsPathParam path, GetOpParam op, OffsetParam offset, LengthParam length, RenewerParam renewer, BufferSizeParam bufferSize, List<XAttrNameParam> xattrNames, XAttrEncodingParam xattrEncoding, ExcludeDatanodesParam excludeDatanodes, FsActionParam fsAction, TokenKindParam tokenKind, TokenServiceParam tokenService)
          Handle HTTP GET request.
 javax.ws.rs.core.Response NamenodeWebHdfsMethods.getRoot(org.apache.hadoop.security.UserGroupInformation ugi, DelegationParam delegation, UserParam username, DoAsParam doAsUser, GetOpParam op, OffsetParam offset, LengthParam length, RenewerParam renewer, BufferSizeParam bufferSize, List<XAttrNameParam> xattrNames, XAttrEncodingParam xattrEncoding, ExcludeDatanodesParam excludeDatanodes, FsActionParam fsAction, TokenKindParam tokenKind, TokenServiceParam tokenService)
          Handle HTTP GET request for the root.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.