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 |
---|---|
CdbSubscriptionFlagType |
CdbSubscription.getLatestSubscriptionFlag()
Deprecated.
|
static CdbSubscriptionFlagType |
CdbSubscriptionFlagType.valueOf(int i) |
static CdbSubscriptionFlagType |
CdbSubscriptionFlagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbSubscriptionFlagType[] |
CdbSubscriptionFlagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<CdbSubscriptionFlagType> |
CdbSubscriptionFlagType.enumSetOf(int i) |
EnumSet<CdbSubscriptionFlagType> |
CdbSubscription.getFlags()
Returns an EnumSet
|
Modifier and Type | Method and Description |
---|---|
EnumSet<CdbSubscriptionFlagType> |
NavuCdbSubscriptionContext.getSubscriptionFlags()
Deprecated.
Return the current CdbSubscriptionFlagType flags for this
subscription change set.
|