org.apache.hadoop.hdfs.web.resources
Class OldSnapshotNameParam

java.lang.Object
  extended by org.apache.hadoop.hdfs.web.resources.Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
      extended by org.apache.hadoop.hdfs.web.resources.OldSnapshotNameParam

public class OldSnapshotNameParam
extends Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>

The old snapshot name parameter for renameSnapshot operation.


Field Summary
static String DEFAULT
          Default parameter value.
static String NAME
          Parameter name.
 
Constructor Summary
OldSnapshotNameParam(String str)
           
 
Method Summary
 String getName()
           
 String getValueString()
           
 
Methods inherited from class org.apache.hadoop.hdfs.web.resources.Param
getValue, toSortedString, toString
 
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

DEFAULT

public static final String DEFAULT
Default parameter value.

See Also:
Constant Field Values
Constructor Detail

OldSnapshotNameParam

public OldSnapshotNameParam(String str)
Method Detail

getName

public String getName()
Specified by:
getName in class Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
Returns:
the parameter name.

getValueString

public String getValueString()
Specified by:
getValueString in class Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
Returns:
the parameter value as a string


Copyright © 2014 Apache Software Foundation. All Rights Reserved.