Uses of Enum Class
com.tailf.cdb.CdbSubscrConfigFlag
Packages that use CdbSubscrConfigFlag
Package
Description
Package with methods for connecting to the configuration database.
-
Uses of CdbSubscrConfigFlag in com.tailf.cdb
Methods in com.tailf.cdb that return CdbSubscrConfigFlagModifier 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.Method parameters in com.tailf.cdb with type arguments of type CdbSubscrConfigFlagModifier 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.