|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.config.PropertyWrapper<java.lang.Double>
com.netflix.config.DynamicDoubleProperty
public class DynamicDoubleProperty
A dynamic property whose value is a double.
Use APIs in DynamicPropertyFactory to create instance of this class.
| Field Summary |
|---|
| Fields inherited from class com.netflix.config.PropertyWrapper |
|---|
defaultValue, prop |
| Constructor Summary | |
|---|---|
DynamicDoubleProperty(java.lang.String propName,
double defaultValue)
|
|
| Method Summary | |
|---|---|
double |
get()
Get the current value from the underlying DynamicProperty |
java.lang.Double |
getValue()
Get current typed value of the property. |
| Methods inherited from class com.netflix.config.PropertyWrapper |
|---|
addCallback, addValidator, getChangedTimestamp, getDefaultValue, getDynamicProperty, getName, propertyChanged, propertyChanged, registerSubClassWithNoCallback, removeAllCallbacks, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicDoubleProperty(java.lang.String propName,
double defaultValue)
| Method Detail |
|---|
public double get()
public java.lang.Double getValue()
PropertyWrapper
getValue in interface Property<java.lang.Double>getValue in class PropertyWrapper<java.lang.Double>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||