public final class UpdateResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static UpdateResult |
ONE
Result to return for operations that affected 1 item - mostly to be used for fast updates and deletes.
|
static UpdateResult |
ZERO
Result to return for operations that affected 0 items - mostly to be used for fast updates and deletes.
|
| Constructor and Description |
|---|
UpdateResult(long cnt,
Object[] errKeys)
Constructor.
|
public static final UpdateResult ONE
public static final UpdateResult ZERO
public UpdateResult(long cnt,
Object[] errKeys)
cnt - Updated rows count.errKeys - Array of erroneous keys.public long counter()
public Object[] errorKeys()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019