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