|
QDB_API_LINKAGE qdb_error_t | qdb_node_status (qdb_handle_t handle, const char *uri, const char **content, qdb_size_t *content_length) |
| Returns the status of a node. More...
|
|
QDB_API_LINKAGE qdb_error_t | qdb_node_config (qdb_handle_t handle, const char *uri, const char **content, qdb_size_t *content_length) |
| Returns the configuration of a node. More...
|
|
QDB_API_LINKAGE qdb_error_t | qdb_node_topology (qdb_handle_t handle, const char *uri, const char **content, qdb_size_t *content_length) |
| Returns the topology of a node. More...
|
|
QDB_API_LINKAGE qdb_error_t | qdb_node_stop (qdb_handle_t handle, const char *uri, const char *reason) |
| Requests the node to gracefully stop. More...
|
|
QDB_API_LINKAGE qdb_error_t | qdb_node_interrupt_partition (qdb_handle_t handle, const char *uri, qdb_int16_t partition_number, qdb_uint_t period) |
|