Uses of Enum Class
io.debezium.ibmi.db2.journal.retrieve.rnrn0200.JournalStatus
Packages that use JournalStatus
-
Uses of JournalStatus in io.debezium.ibmi.db2.journal.retrieve.rnrn0200
Fields in io.debezium.ibmi.db2.journal.retrieve.rnrn0200 declared as JournalStatusModifier and TypeFieldDescriptionprivate final JournalStatusJournalReceiverInfo.statusThe field for thestatusrecord component.Methods in io.debezium.ibmi.db2.journal.retrieve.rnrn0200 that return JournalStatusModifier and TypeMethodDescriptionJournalReceiverInfo.status()Returns the value of thestatusrecord component.static JournalStatusJournalStatus.valueOf(int value) Returns the enum constant of this class with the specified name.static JournalStatusReturns the enum constant of this class with the specified name.static JournalStatusJournalStatus.valueOfString(String svalue) static JournalStatus[]JournalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.ibmi.db2.journal.retrieve.rnrn0200 with parameters of type JournalStatusModifier and TypeMethodDescriptionstatic booleanDetailedJournalReceiver.isJoined(JournalStatus status) DetailedJournalReceiver.withStatus(JournalStatus status) JournalReceiverInfo.withStatus(JournalStatus newStatus) Constructors in io.debezium.ibmi.db2.journal.retrieve.rnrn0200 with parameters of type JournalStatusModifierConstructorDescriptionJournalReceiverInfo(JournalReceiver receiver, Date attachTime, JournalStatus status, Optional<Integer> chain) Creates an instance of aJournalReceiverInforecord class.