public static interface IgniteTree.InvokeClosure<T>
| Modifier and Type | Method and Description |
|---|---|
void |
call(T row) |
T |
newRow() |
IgniteTree.OperationType |
operationType() |
void call(@Nullable
T row)
throws IgniteCheckedException
row - Old row or null if old row not found.IgniteCheckedException - If failed.T newRow()
IgniteTree.OperationType.PUT operation.IgniteTree.OperationType operationType()
null if it is unknown.
After method call(Object) has been called, operation type must
be know and this method can not return null.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020