Uses of Class
cdc.enums.DagEventType
-
-
Uses of DagEventType in cdc.enums
Methods in cdc.enums that return DagEventType Modifier and Type Method Description DagEventTypeDagEvent. getEventType()static DagEventTypeDagEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DagEventType[]DagEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.enums with parameters of type DagEventType Modifier and Type Method Description protected voidAbstractBaseListSupport. fire(V value, DagEventType eventType)Constructors in cdc.enums with parameters of type DagEventType Constructor Description DagEvent(ListType<?> type, Object value, DagEventType eventType)
-