Uses of Enum Class
io.debezium.connector.oracle.logminer.LogFile.Type
Packages that use LogFile.Type
-
Uses of LogFile.Type in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as LogFile.TypeMethods in io.debezium.connector.oracle.logminer that return LogFile.TypeModifier and TypeMethodDescriptionLogFile.getType()static LogFile.TypeReturns the enum constant of this class with the specified name.static LogFile.Type[]LogFile.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.debezium.connector.oracle.logminer with parameters of type LogFile.TypeModifierConstructorDescriptionLogFile(String fileName, Scn firstScn, Scn nextScn, BigInteger sequence, LogFile.Type type) Create a log file that represents an archived log record.LogFile(String fileName, Scn firstScn, Scn nextScn, BigInteger sequence, LogFile.Type type, boolean current) Creates a log file that represents an online redo log record.