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 |
---|---|
CdbDBType |
CdbSession.getDbType()
retrieve the dbType for this session.
|
static CdbDBType |
CdbDBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbDBType[] |
CdbDBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
CdbDBType |
SessionContainer.getDbType() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContainer.addDbType(CdbDBType dbType) |
CdbSession |
NavuNode.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuContextBase.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuLeaf.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuAction.getCdbSession(CdbDBType dbType)
Deprecated.
|
CdbSession |
NavuContextBase.getCdbSession(CdbDBType type,
EnumSet<CdbLockType> lock)
Deprecated.
|
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. |
void |
NavuNode.startCdbSession(CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Deprecated.
|
void |
NavuAction.startCdbSession(CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Deprecated.
|