org.apache.hadoop.fs.http.server
Class HttpFSParams.GetOpParam

java.lang.Object
  extended by org.apache.hadoop.lib.wsrs.Param<E>
      extended by org.apache.hadoop.lib.wsrs.EnumParam<HttpFSFileSystem.GetOpValues>
          extended by org.apache.hadoop.fs.http.server.HttpFSParams.GetOpParam
Enclosing class:
HttpFSParams

public static class HttpFSParams.GetOpParam
extends EnumParam<HttpFSFileSystem.GetOpValues>

Class for GET operation parameter.


Field Summary
static String NAME
          Parameter name.
 
Fields inherited from class org.apache.hadoop.lib.wsrs.Param
value
 
Constructor Summary
HttpFSParams.GetOpParam(String str)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.hadoop.lib.wsrs.EnumParam
getDomain, parse
 
Methods inherited from class org.apache.hadoop.lib.wsrs.Param
parseParam, setValue, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Parameter name.

See Also:
Constant Field Values
Constructor Detail

HttpFSParams.GetOpParam

public HttpFSParams.GetOpParam(String str)
Constructor.

Parameters:
str - parameter value.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.