Package | Description |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
com.sequoiadb.datasource |
SequoiaDB Datasource API
|
Modifier and Type | Method and Description |
---|---|
Sequoiadb |
Sequoiadb.Builder.build()
Create a Sequoiadb instance.
|
Sequoiadb |
Node.connect()
Deprecated.
This function is deprecated
|
Sequoiadb |
Node.connect(String username,
String password)
Deprecated.
This function is deprecated
|
Sequoiadb |
Node.getSdb()
Get the Sequoiadb of current node.
|
Sequoiadb |
CollectionSpace.getSequoiadb()
Get the Sequoiadb instance of current collection space belongs to.
|
Sequoiadb |
DBCollection.getSequoiadb()
Get the Sequoiadb instance of current collection.
|
Sequoiadb |
Domain.getSequoiadb() |
Sequoiadb |
ReplicaGroup.getSequoiadb() |
Modifier and Type | Method and Description |
---|---|
Sequoiadb |
SequoiadbDatasource.getConnection()
Get a connection from current connection pool.
|
Sequoiadb |
SequoiadbDatasource.getConnection(long timeout)
Get a connection from current connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
SequoiadbDatasource.close(Sequoiadb sdb)
Deprecated.
use releaseConnection() instead
|
void |
SequoiadbDatasource.releaseConnection(Sequoiadb sdb)
Put the connection back to the connection pool.
|
Copyright © 2023. All rights reserved.