| Modifier and Type | Method and Description |
|---|---|
<T extends BucketManager> |
BucketManagerFactory.getBucketManager(String bucketName)
Creates a
BucketManager from a bucket name |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePreparedStatement |
KeyValueQueryParser.prepare(String query,
BucketManager manager)
Executes a query and returns a
KeyValuePreparedStatement, when the operations are insert, update and select
command it will return the result of the operation when the command is del it will return an empty collection. |
Stream<Value> |
KeyValueQueryParser.query(String query,
BucketManager manager)
Executes a query and returns the result, when the operations are put, get and del
command it will return the result of the operation when the command is either put or del it will return an empty collection.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.