Class DistributedDoubleProperty
- java.lang.Object
-
- org.apache.ignite.internal.processors.configuration.distributed.SimpleDistributedProperty<T>
-
- org.apache.ignite.internal.processors.configuration.distributed.DistributedComparableProperty<Double>
-
- org.apache.ignite.internal.processors.configuration.distributed.DistributedDoubleProperty
-
- All Implemented Interfaces:
DistributedChangeableProperty<Double>,DistributedProperty<Double>
public class DistributedDoubleProperty extends DistributedComparableProperty<Double>
Implementation ofDistributedPropertyforDouble.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.configuration.distributed.SimpleDistributedProperty
val
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DistributedDoublePropertydetachedDoubleProperty(String name, String desc)-
Methods inherited from class org.apache.ignite.internal.processors.configuration.distributed.DistributedComparableProperty
equalTo, greaterOrEqualTo, greaterThan, lessOrEqualTo, lessThan, nonEqualTo
-
Methods inherited from class org.apache.ignite.internal.processors.configuration.distributed.SimpleDistributedProperty
addListener, description, get, getName, getOrDefault, localUpdate, onAttached, onReadyForUpdate, parse, parseNonNegativeInteger, parseNonNegativeLong, parseStringSet, propagate, propagateAsync, propagateAsync, toString
-
-
-
-
Method Detail
-
detachedDoubleProperty
public static DistributedDoubleProperty detachedDoubleProperty(String name, String desc)
- Parameters:
name- Name of property.desc- Description of property.- Returns:
- Property detached from processor.(Distributed updating are not accessable).
-
-