public final class FastUpdate extends Object
| Modifier and Type | Method and Description |
|---|---|
static FastUpdate |
create(GridSqlElement key,
GridSqlElement val,
@Nullable GridSqlElement newVal)
Create fast update instance.
|
UpdateResult |
execute(GridCacheAdapter cache,
Object[] args)
Perform single cache operation based on given args.
|
IgniteBiTuple |
getRow(Object[] args) |
public static FastUpdate create(GridSqlElement key, GridSqlElement val, @Nullable @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.public IgniteBiTuple getRow(Object[] args) throws IgniteCheckedException
args - Query Parameters.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025