org.apache.hadoop.fs.http.server
Class HttpFSParametersProvider.ModifiedTimeParam

java.lang.Object
  extended by org.apache.hadoop.lib.wsrs.Param<Long>
      extended by org.apache.hadoop.lib.wsrs.LongParam
          extended by org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ModifiedTimeParam
Enclosing class:
HttpFSParametersProvider

@InterfaceAudience.Private
public static class HttpFSParametersProvider.ModifiedTimeParam
extends LongParam

Class for modified-time parameter.


Field Summary
static String NAME
          Parameter name.
 
Fields inherited from class org.apache.hadoop.lib.wsrs.Param
value
 
Constructor Summary
HttpFSParametersProvider.ModifiedTimeParam()
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.hadoop.lib.wsrs.LongParam
getDomain, parse
 
Methods inherited from class org.apache.hadoop.lib.wsrs.Param
getName, parseParam, 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

HttpFSParametersProvider.ModifiedTimeParam

public HttpFSParametersProvider.ModifiedTimeParam()
Constructor.



Copyright © 2014 Apache Software Foundation. All Rights Reserved.