Uses of Enum Class
com.tailf.cdb.CdbGetModificationFlag
Packages that use CdbGetModificationFlag
Package
Description
Package with methods for connecting to the configuration database.
-
Uses of CdbGetModificationFlag in com.tailf.cdb
Methods in com.tailf.cdb that return CdbGetModificationFlagModifier and TypeMethodDescriptionstatic CdbGetModificationFlag
CdbGetModificationFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static CdbGetModificationFlag
Returns the enum constant of this class with the specified name.static CdbGetModificationFlag[]
CdbGetModificationFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tailf.cdb with parameters of type CdbGetModificationFlagModifier and TypeMethodDescriptionCdbSubscription.getModifications
(int subid, CdbGetModificationFlag flag, ConfPath path) Deprecated.CdbSubscription.getModifications
(int subid, CdbGetModificationFlag flag, String fmt, Object... args) Deprecated.CdbSubscription.getModifications
(CdbGetModificationFlag flag) Deprecated.Method parameters in com.tailf.cdb with type arguments of type CdbGetModificationFlagModifier and TypeMethodDescriptionCdbSubscription.getModifications
(int subid, EnumSet<CdbGetModificationFlag> flags, ConfPath path) Retrieve changes that caused by subscription notification.CdbSubscription.getModifications
(int subid, EnumSet<CdbGetModificationFlag> flags, String fmt, Object... args) Retrieve changes that caused by subscription notification.CdbSubscription.getModifications
(EnumSet<CdbGetModificationFlag> flags) Retrieve changes that caused by subscription notification.