Package | Description |
---|---|
com.tailf.cdb |
Package with methods for connecting to the configuration database.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
Cdb |
CdbSession.getCdb() |
Constructor and Description |
---|
CdbSession(Cdb cdb)
Creates a new CDB session
instance against the running database.
|
CdbSession(Cdb cdb,
CdbDBType dbtype)
Starts a new session on an already connected Cdb instance.
|
CdbSession(Cdb cdb,
CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Starts a new session on an already established Cdb with
explicitly given lockflags.
|
CdbSubscription(Cdb cdb)
Creates a CDB subscription instance, with the specified
Cdb socket. |
Modifier and Type | Method and Description |
---|---|
Cdb |
NavuContextBase.getBackingStoreCdb()
Get the backing store Cdb instance.
|
Cdb |
NavuContextBase.getCdb()
Deprecated.
|
Cdb |
SessionContainer.getLocalCdb() |
Cdb |
SessionContainer.getRootCdb() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContainer.addLocalCdb(Cdb localCdb) |
void |
SessionContainer.addRootCdb(Cdb rootCdb) |
static NavuCdbSubscriber |
NavuCdbSubscribers.configSubscriber(Cdb cdb)
Deprecated.
Retrieve a new instance of a NavuCdbConfigSubscriber.
|
CdbSession |
NavuCdbSessionPoolable.getSession(Cdb rootCdb,
CdbDBType dbType,
EnumSet<CdbLockType> locks)
Returns a Cdb session to
dbType datastore with
the locks locks associated with the given Cdb. |
static NavuCdbSubscriber |
NavuCdbSubscribers.operSubscriber(Cdb cdb)
Deprecated.
Retrieve a new instance of a NavuCdbConfigSubscriber.
|
void |
NavuCdbSessionPoolable.removeAllForCdb(Cdb rootCdb)
Removes or closes all CdbSession associated with the supplied Cdb.
|
Constructor and Description |
---|
NavuContainer(Cdb cdb,
int hash)
Deprecated.
|
NavuContext(Cdb cdb)
Deprecated.
|