Uses of Class
io.debezium.connector.oracle.logminer.LogFile.Type
-
Packages that use LogFile.Type Package Description io.debezium.connector.oracle.logminer -
-
Uses of LogFile.Type in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as LogFile.Type Modifier and Type Field Description private LogFile.TypeLogFile. typeMethods in io.debezium.connector.oracle.logminer that return LogFile.Type Modifier and Type Method Description LogFile.TypeLogFile. getType()static LogFile.TypeLogFile.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LogFile.Type[]LogFile.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.oracle.logminer with parameters of type LogFile.Type Constructor Description LogFile(String fileName, Scn firstScn, Scn nextScn, Long sequence, LogFile.Type type)Create a log file that represents an archived log record.LogFile(String fileName, Scn firstScn, Scn nextScn, Long sequence, LogFile.Type type, boolean current)Creates a log file that represents an online redo log record.
-