| Class | Description |
|---|---|
| Operation<V> |
A Quasardb batch operation is at least an operation type associate with an alias.
Some operation types need a value and/or a compare value. Operation types which doesn't need a value are : GET REMOVE GET_REMOVE Operation types which needs a value are : PUT UPDATE GET_UPDATE REMOVE_IF Operation type which needs a compare value are : CAS Please note that : one invalid entry in operations array can invalidate all submitted batch operations. |
| Result<V> |
A Quasardb batch operation result is :
A success status.
The alias which was associated with the current operation result.
The operation type which was associated with the current operation result.
A value which can be the result of the current operation.
An error which can be the result of the current operation.
|
| Results |
Quasardb run batch operations results.
|
| Enum | Description |
|---|---|
| TypeOperation |
A Quasardb batch operation type.
|
Copyright © 2015 quasardb. All Rights Reserved.