View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flink-connector-tidb-cdc-2.3.0-bkbase.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tikv.common.util
├─ org.tikv.common.util.ChannelFactory.class - [JAR]
com.ververica.cdc.connectors.tidb
├─ com.ververica.cdc.connectors.tidb.TDBSourceOptions.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.TiDBSource.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.TiKVChangeEventDeserializationSchema.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.TiKVRichParallelSourceFunction.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.TiKVSnapshotEventDeserializationSchema.class - [JAR]
org.tikv.cdc
├─ org.tikv.cdc.CDCClient.class - [JAR]
├─ org.tikv.cdc.CDCEvent.class - [JAR]
├─ org.tikv.cdc.RegionCDCClient.class - [JAR]
org.tikv.common.operation.iterator
├─ org.tikv.common.operation.iterator.ScanIterator.class - [JAR]
com.ververica.cdc.connectors.tidb.table.utils
├─ com.ververica.cdc.connectors.tidb.table.utils.TableKeyRangeUtils.class - [JAR]
com.ververica.cdc.connectors.tidb.table
├─ com.ververica.cdc.connectors.tidb.table.RowDataTiKVChangeEventDeserializationSchema.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.RowDataTiKVEventDeserializationSchemaBase.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.RowDataTiKVSnapshotEventDeserializationSchema.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.StartupMode.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.StartupOptions.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiDBTableSource.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiDBTableSourceFactory.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiKVAppendMetadataCollector.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiKVDeserializationRuntimeConverter.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiKVMetadataConverter.class - [JAR]
├─ com.ververica.cdc.connectors.tidb.table.TiKVReadableMetadata.class - [JAR]