Uses of Interface
org.apache.ignite.internal.processors.configuration.distributed.PropertyUpdateClosure
-
Packages that use PropertyUpdateClosure Package Description org.apache.ignite.internal.processors.configuration.distributed -
-
Uses of PropertyUpdateClosure in org.apache.ignite.internal.processors.configuration.distributed
Methods in org.apache.ignite.internal.processors.configuration.distributed with parameters of type PropertyUpdateClosure Modifier and Type Method Description voidDistributedChangeableProperty. onReadyForUpdate(@NotNull PropertyUpdateClosure updater)On this property ready to be update on cluster wide.voidDistributedEnumProperty. onReadyForUpdate(@NotNull PropertyUpdateClosure updater)On this property ready to be update on cluster wide.voidSimpleDistributedProperty. onReadyForUpdate(@NotNull PropertyUpdateClosure updater)On this property ready to be update on cluster wide.
-