Class BinlogHistoryRecordComparator.BinlogFileName
java.lang.Object
io.debezium.connector.binlog.history.BinlogHistoryRecordComparator.BinlogFileName
- All Implemented Interfaces:
Comparable<BinlogHistoryRecordComparator.BinlogFileName>
- Enclosing class:
- BinlogHistoryRecordComparator
protected static class BinlogHistoryRecordComparator.BinlogFileName
extends Object
implements Comparable<BinlogHistoryRecordComparator.BinlogFileName>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintConstructs a BinlogFileName} from a filename string.toString()
-
Field Details
-
baseName
-
extension
private final long extension
-
-
Constructor Details
-
BinlogFileName
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<BinlogHistoryRecordComparator.BinlogFileName>
-
toString
-
of
Constructs a BinlogFileName} from a filename string.- Parameters:
fileName- the filename to be parsed- Returns:
- a binlog filename instance
- Throws:
IllegalArgumentException- if there is a problem parsing the provided file name
-