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