Uses of Class
com.tailf.cdb.CdbSession
Package
Description
Package with methods for connecting to the configuration database.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of CdbSession in com.tailf.cdb
Modifier and TypeClassDescriptionclass
The classCdbUpgradeSession
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 TypeMethodDescriptionCdb.getCurrentSession()
Retrieve the currentCdbSession
started on thisCdb
socket.Cdb.startSession()
Starts a new CDB Session on an already establishedCdb
againstCdbDBType.CDB_RUNNING
datastore withCdbLockType.LOCK_SESSION
lock.Cdb.startSession
(CdbDBType dbtype) Starts a new CDB Session on an already establishedCdb
.Cdb.startSession
(CdbDBType dbtype, EnumSet<CdbLockType> lockflags) Starts a new CDB Session on an already establishedCdb
.