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 | Class and Description |
---|---|
class |
CdbUpgradeSession
The class
CdbUpgradeSession represents a session against
the Cdb database that can be used for accessing data models that are
in the process of being deleted by a cdb upgrade. |
Modifier and Type | Method and Description |
---|---|
CdbSession |
Cdb.getCurrentSession()
Retrieve the current
CdbSession started on this
Cdb socket. |
CdbSession |
Cdb.startSession()
Starts a new CDB Session on an already
established
Cdb against CdbDBType.CDB_RUNNING
datastore with CdbLockType.LOCK_SESSION lock. |
CdbSession |
Cdb.startSession(CdbDBType dbtype)
Starts a new CDB Session on an already
established
Cdb . |
CdbSession |
Cdb.startSession(CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Starts a new CDB Session on an already
established
Cdb . |
Modifier and Type | Method and Description |
---|---|
CdbSession |
NavuContextBase.currentCdbSession()
Deprecated.
|
CdbSession |
NavuContextBase.getBackingStoreCdbSession()
Get the backing store CdbSession in this context was based on this.
|
CdbSession |
NavuContextBase.getCdbOperSession()
Deprecated.
|
CdbSession |
NavuContextBase.getCdbOperSession(EnumSet<CdbLockType> lock)
Deprecated.
|
CdbSession |
SessionContainer.getCdbSession() |
CdbSession |
NavuNode.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuLeaf.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuContextBase.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuAction.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuContextBase.getCdbSession(CdbDBType type,
EnumSet<CdbLockType> lock)
Deprecated.
|
CdbSession |
NavuContextBase.getReadConfSession()
If the context is created with
NavuContext(CdbSession)
this session will be returned. |
CdbSession |
NavuContextBase.getReadOperSession()
Retrieves a CdbSession for reading CDB_OPERATIONAL database with the
default locks if not defined by
NavuContextBase.setReadOperLocks(EnumSet) |
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. |
CdbSession |
NavuContextBase.getWriteOperSession()
Retrieves a CdbSession for writing CDB_OPERATIONAL database with the
default locks if not defined by
NavuContextBase.setWriteOperLocks(EnumSet) |
Modifier and Type | Method and Description |
---|---|
void |
SessionContainer.addCdbSession(CdbSession cdbSession) |
Constructor and Description |
---|
NavuContext(CdbSession session)
Deprecated.
|
NavuCursor(CdbSession cdbSession,
NavuNode node,
String fmt,
Object... arguments)
Constructor to be used when in CDB mode.
|