| Package | Description |
|---|---|
| com.b14.qdb |
Official quasardb Java API
|
| Modifier and Type | Method and Description |
|---|---|
Collection<QuasardbNode> |
QuasardbConfig.getNodes()
Get all nodes of the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuasardbConfig.addNode(QuasardbNode node)
Add a new
QuasardbNode to the cluster configuration |
boolean |
QuasardbConfig.removeNode(QuasardbNode node)
Remove a
QuasardbNode from the cluster configuration. |
Copyright © 2015 quasardb. All Rights Reserved.