Uses of Enum Class
io.debezium.ibmi.db2.journal.retrieve.rjne0200.OffsetStatus
Packages that use OffsetStatus
-
Uses of OffsetStatus in io.debezium.ibmi.db2.journal.retrieve.rjne0200
Fields in io.debezium.ibmi.db2.journal.retrieve.rjne0200 declared as OffsetStatusModifier and TypeFieldDescriptionprivate final OffsetStatusFirstHeader.statusThe field for thestatusrecord component.Methods in io.debezium.ibmi.db2.journal.retrieve.rjne0200 that return OffsetStatusModifier and TypeMethodDescriptionFirstHeader.status()Returns the value of thestatusrecord component.static OffsetStatusReturns the enum constant of this class with the specified name.static OffsetStatus[]OffsetStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.debezium.ibmi.db2.journal.retrieve.rjne0200 with parameters of type OffsetStatusModifierConstructorDescriptionFirstHeader(int totalBytes, int offset, int size, OffsetStatus status, JournalProcessedPosition nextPosition) Creates an instance of aFirstHeaderrecord class.