Class DistributedIntegerProperty
- java.lang.Object
-
- org.apache.ignite.internal.processors.configuration.distributed.SimpleDistributedProperty<T>
-
- org.apache.ignite.internal.processors.configuration.distributed.DistributedComparableProperty<Integer>
-
- org.apache.ignite.internal.processors.configuration.distributed.DistributedIntegerProperty
-
- All Implemented Interfaces:
DistributedChangeableProperty<Integer>,DistributedProperty<Integer>
public class DistributedIntegerProperty extends DistributedComparableProperty<Integer>
Implementation ofDistributedPropertyforInteger.
-
-
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 DistributedIntegerPropertydetachedIntegerProperty(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
-
detachedIntegerProperty
public static DistributedIntegerProperty detachedIntegerProperty(String name, String desc)
- Parameters:
name- Name of property.desc- Description of property.- Returns:
- Property detached from processor.(Distributed updating are not accessable).
-
-