public final class FastUpdate extends Object
| Modifier and Type | Method and Description |
|---|---|
static FastUpdate |
create(GridSqlElement key,
GridSqlElement val,
GridSqlElement newVal)
Create fast update instance.
|
UpdateResult |
execute(GridCacheAdapter cache,
Object[] args)
Perform single cache operation based on given args.
|
public static FastUpdate create(GridSqlElement key, GridSqlElement val, @Nullable GridSqlElement newVal)
key - Key element.val - Value element.newVal - New value element (if any)public UpdateResult execute(GridCacheAdapter cache, Object[] args) throws IgniteCheckedException
cache - Cache.args - Query parameters.IgniteCheckedException - if failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018