public abstract class Param<T,D extends org.apache.hadoop.hdfs.web.resources.Param.Domain<T>> extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
getName() |
T |
getValue() |
abstract String |
getValueString() |
static String |
toSortedString(String separator,
Param<?,?>... parameters)
Convert the parameters to a sorted String.
|
String |
toString() |
public static String toSortedString(String separator, Param<?,?>... parameters)
separator
- URI parameter separator characterparameters
- parameters to encode into a stringpublic abstract String getValueString()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.