Package org.apache.ignite.internal.processors.configuration.distributed
-
Interface Summary Interface Description DistributedChangeableProperty<T extends Serializable> Inner interface to maintenance of distributed property.DistributedConfigurationLifecycleListener Lifecycle listener for distributed configuration.DistributedProperty<T extends Serializable> Public interface of distributed property usage.DistributedPropertyDispatcher Dispatcher of distributed properties.DistributePropertyListener<T> Listener of distributed property change event.PropertyUpdateClosure Closure of cluster wide update of distributed property. -
Class Summary Class Description DistributedBooleanProperty Implementation ofDistributedPropertyforBoolean.DistributedComparableProperty<T extends Comparable<T> & Serializable> Implementation ofDistributedPropertyforComparable.DistributedConfigurationProcessor Processor of distributed configuration.DistributedDoubleProperty Implementation ofDistributedPropertyforDouble.DistributedEnumProperty<T extends Enum> Distributed enum implementation for storing into meta storage.DistributedIntegerProperty Implementation ofDistributedPropertyforInteger.DistributedLongProperty Implementation ofDistributedPropertyforLong.DistributedThinClientConfiguration Thin client distributed configuration.SimpleDistributedProperty<T extends Serializable> Wrapper of some serializable property providing ability of change this value across whole cluster. -
Exception Summary Exception Description DetachedPropertyException Exception of distributed property still have not been attached to the processor.NotWritablePropertyException Exception of distributed property still have not been allowed for write value.