| Package | Description |
|---|---|
| com.b14.qdb.batch |
Tools for batch operations
|
| Modifier and Type | Method and Description |
|---|---|
TypeOperation |
Operation.getType()
Get operation's type
|
TypeOperation |
Result.getTypeOperation()
Get operation type associated with the current operation.
|
static TypeOperation |
TypeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeOperation[] |
TypeOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setType(TypeOperation type)
Set operation's type
|
void |
Result.setTypeOperation(TypeOperation typeOperation)
Set operation type associated with the current operation.
|
| Constructor and Description |
|---|
Operation(TypeOperation type,
String alias)
Copy constructor : build a Quasardb batch operation with an operation type and an alias
|
Operation(TypeOperation type,
String alias,
V value)
Copy constructor : build a Quasardb batch operation with an operation type, an alias and a value
|
Operation(TypeOperation type,
String alias,
V value,
V compareValue)
Copy constructor : build a Quasardb batch operation with an operation type, an alias, a value and a compare value
|
Copyright © 2015 quasardb. All Rights Reserved.