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