Database operation interfaces of node. More...
Public Member Functions | |
bool | Stop () |
Stop the current node. | |
bool | Start () |
Start the current node. | |
SDBConst.NodeStatus | GetStatus () |
Get the status of current node. | |
Sequoiadb | Connect () |
Connect to remote Sequoiadb database node. | |
Sequoiadb | Connect (string username, string password) |
Connect to remote Sequoiadb database node Sequoiadb connection user name Sequoiadb connection password. | |
Properties | |
ReplicaGroup | ReplicaGroup [get] |
Return the replica group instance of current node. | |
string | NodeName [get] |
Return the name of current node. | |
string | HostName [get] |
Return the host name of current node. | |
int | Port [get] |
Return the port of current node. | |
int | NodeID [get] |
Return the node ID of current node. | |
Database operation interfaces of node.
|
inline |
Connect to remote Sequoiadb database node.
SequoiaDB.BaseException | |
System.Exception |
|
inline |
Connect to remote Sequoiadb database node Sequoiadb connection user name Sequoiadb connection password.
SequoiaDB.BaseException | |
System.Exception |
|
inline |
Get the status of current node.
SequoiaDB.BaseException | |
System.Exception |
|
inline |
Start the current node.
SequoiaDB.BaseException | |
System.Exception |
|
inline |
Stop the current node.
SequoiaDB.BaseException | |
System.Exception |
|
get |
Return the host name of current node.
|
get |
Return the node ID of current node.
|
get |
Return the name of current node.
|
get |
Return the port of current node.
|
get |
Return the replica group instance of current node.