| Package | Description |
|---|---|
| com.b14.qdb |
Official quasardb Java API
|
| com.b14.qdb.batch |
Tools for batch operations
|
| Class and Description |
|---|
| Operation
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. |
| Results
Quasardb run batch operations results.
|
| Class and Description |
|---|
| Result
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.
|
| TypeOperation
A Quasardb batch operation type.
|
Copyright © 2015 quasardb. All Rights Reserved.