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 Fabric : ver. 2.6.0 Release Date : July 10 2018