| Package | Description |
|---|---|
| com.b14.qdb |
Official quasardb Java API
|
| Modifier and Type | Method and Description |
|---|---|
QuasardbConfig |
Quasardb.getConfig()
Get the current instance configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Quasardb.setConfig(QuasardbConfig config)
Updates the configuration properties
|
| Constructor and Description |
|---|
Quasardb(QuasardbConfig config)
Create a quasardb instance with the provided configuration.
The configuration must have the following parameters : nodes: a collection of QuasardbNode.
expiry: the default expiry time in seconds for all new entries.
Example : |
Copyright © 2015 quasardb. All Rights Reserved.