Uses of Class
org.apache.hadoop.hdfs.web.resources.HttpOpParam.Type

Packages that use HttpOpParam.Type
org.apache.hadoop.hdfs.web.resources   
 

Uses of HttpOpParam.Type in org.apache.hadoop.hdfs.web.resources
 

Methods in org.apache.hadoop.hdfs.web.resources that return HttpOpParam.Type
 HttpOpParam.Type HttpOpParam.Op.getType()
           
 HttpOpParam.Type HttpOpParam.TemporaryRedirectOp.getType()
           
 HttpOpParam.Type DeleteOpParam.Op.getType()
           
 HttpOpParam.Type PutOpParam.Op.getType()
           
 HttpOpParam.Type GetOpParam.Op.getType()
           
 HttpOpParam.Type PostOpParam.Op.getType()
           
static HttpOpParam.Type HttpOpParam.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpOpParam.Type[] HttpOpParam.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.