Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
Constructor and Description |
---|
OffsetParam(Long value)
Constructor.
|
OffsetParam(String str)
Constructor.
|
public static final String NAME
public static final String DEFAULT
public OffsetParam(Long value)
value
- the parameter value.public OffsetParam(String str)
str
- a string representation of the parameter value.public String getName()
public Long getOffset()
public String toString()
public String getValueString()
getValueString
in class Param<Long,org.apache.hadoop.hdfs.web.resources.LongParam.Domain>
Copyright © 2018 Apache Software Foundation. All Rights Reserved.