@FunctionalInterface public interface DistributedMetaStorageListener<T extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdate(@NotNull String key,
T oldVal,
T newVal)
Invoked in two cases:
data was dynamicaly updated;
node was started.
|
void onUpdate(@NotNull
@NotNull String key,
@Nullable
T oldVal,
@Nullable
T newVal)
oldVal and newVal might be different only if new data
was received from clusterkey - The key.oldVal - Previous value associated with the key.newVal - New value after update.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020