| Package | Description | 
|---|---|
| com.tailf.cdb | 
 Package with methods for connecting to the configuration database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CdbSubscrConfigFlag | 
CdbSubscrConfigFlag.valueOf(int i)  | 
static CdbSubscrConfigFlag | 
CdbSubscrConfigFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CdbSubscrConfigFlag[] | 
CdbSubscrConfigFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CdbSubscription.subscribe(CdbSubscriptionType subscriptionType,
         EnumSet<CdbSubscrConfigFlag> flags,
         int priority,
         ConfNamespace ns,
         String fmt,
         Object... args)
Subscribe to a path. 
 | 
int | 
CdbSubscription.subscribe(CdbSubscriptionType subscriptionType,
         EnumSet<CdbSubscrConfigFlag> flags,
         int priority,
         int nshash,
         String fmt,
         Object... args)
Subscribe to a path. 
 |