Class GetOpParam

java.lang.Object
org.apache.hadoop.hdfs.web.resources.Param<E,org.apache.hadoop.hdfs.web.resources.EnumParam.Domain<E>>
org.apache.hadoop.hdfs.web.resources.HttpOpParam<GetOpParam.Op>
org.apache.hadoop.hdfs.web.resources.GetOpParam

public class GetOpParam extends HttpOpParam<GetOpParam.Op>
Http GET operation parameter.
  • Constructor Details

    • GetOpParam

      public GetOpParam(String str)
      Constructor.
      Parameters:
      str - a string representation of the parameter value.
  • Method Details