| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
List<Result<?>> |
getResults()
Get all results of submitted operations.
|
boolean |
isSuccess()
Are all submitted batch operations in success ?
|
void |
setResults(List<Result<?>> results)
Set all results of submitted operations.
|
void |
setSuccess(boolean success)
Set if all submitted batch operations are successful or not.
|
public boolean isSuccess()
public void setSuccess(boolean success)
success - true if all submitted operations are successful. false in all other cases.public List<Result<?>> getResults()
Copyright © 2015 quasardb. All Rights Reserved.