T
- public static class Configuration.ConfigurationProperty<T> extends Object implements Comparable<Configuration.ConfigurationProperty<?>>
Configuration.ConfigurationProperty
class is used to wrap an Ambari property
key, type, and default value.Modifier and Type | Method and Description |
---|---|
int |
compareTo(Configuration.ConfigurationProperty<?> o) |
boolean |
equals(Object obj) |
T |
getDefaultValue()
Gets the default value for this key if its undefined.
|
String |
getKey()
Gets the key.
|
int |
hashCode() |
String |
toString() |
public String getKey()
null
).public T getDefaultValue()
public int compareTo(Configuration.ConfigurationProperty<?> o)
compareTo
in interface Comparable<Configuration.ConfigurationProperty<?>>
Copyright © 2022 Apache Software Foundation. All rights reserved.