public interface PropertyUpdateClosure
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<?> |
casUpdate(String key,
Serializable expectedValue,
Serializable newValue)
Update property on cluster using compare and set way.
|
GridFutureAdapter<?> |
update(String key,
Serializable newValue)
Update property on cluster.
|
GridFutureAdapter<?> update(String key, Serializable newValue) throws IgniteCheckedException
key - Property key.newValue - New value.IgniteCheckedException - if failed.GridFutureAdapter<?> casUpdate(String key, Serializable expectedValue, Serializable newValue) throws IgniteCheckedException
key - Property key.expectedValue - Expected value for CAS.newValue - New value.IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020