Overview of "SequoiaDB Giant Sequoia Database" getNode() 2

return value

Returns the specified node in the partition group, the type is Object.

error

error code

Example

Specify the host name and server name to get the specified node

var rg = db.getRG("group1")
rg.getNode( "hostname1", "11830" )
hostname1:11830

Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/lshanhsnshan/article/details/113112985