public interface DistributedChangeableProperty<T extends Serializable> extends DistributedProperty<T>
| Modifier and Type | Method and Description |
|---|---|
void |
localUpdate(Serializable newVal)
Update only local value without updating remote cluster.
|
void |
onAttached()
This property have been attached to processor.
|
void |
onReadyForUpdate(@NotNull PropertyUpdateClosure updater)
On this property ready to be update on cluster wide.
|
addListener, get, getName, getOrDefault, propagate, propagateAsync, propagateAsyncvoid onAttached()
void onReadyForUpdate(@NotNull
@NotNull PropertyUpdateClosure updater)
updater - Consumer for update value across cluster.void localUpdate(Serializable newVal)
newVal - New value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020