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 |
---|---|
static CdbLockType |
CdbLockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbLockType[] |
CdbLockType.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,
EnumSet<CdbLockType> lockflags)
Starts a new CDB Session on an already
established
Cdb . |
Constructor and Description |
---|
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 |
---|---|
EnumSet<CdbLockType> |
SessionContainer.getLocks() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContainer.addLocks(EnumSet<CdbLockType> locks) |
CdbSession |
NavuContextBase.getCdbOperSession(EnumSet<CdbLockType> lock)
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 |
NavuContextBase.setReadConfLocks(EnumSet<CdbLockType> locks)
Sets the locks for a read CDB configuration data session
Default is no locks.
|
void |
NavuContextBase.setReadOperLocks(EnumSet<CdbLockType> locks)
Sets the locks for a read CDB operational data session
Default is no locks.
|
void |
NavuContextBase.setWriteOperLocks(EnumSet<CdbLockType> locks)
Sets the locks for a write CDB operational data session
Default is EnumSet.of(CdbLockType.LOCK_REQUEST,CdbLockType.LOCK_PARTIAL)
|
void |
NavuNode.startCdbSession(CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Deprecated.
|
void |
NavuAction.startCdbSession(CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Deprecated.
|