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 dolphinscheduler-registry-jdbc-3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dolphinscheduler.plugin.registry.jdbc.model
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.model.DataType.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.model.JdbcRegistryData.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.model.JdbcRegistryLock.class - [JAR]
org.apache.dolphinscheduler.plugin.registry.jdbc.mapper
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.mapper.JdbcRegistryDataMapper.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.mapper.JdbcRegistryLockMapper.class - [JAR]
org.apache.dolphinscheduler.plugin.registry.jdbc.task
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.task.EphemeralDateManager.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.task.RegistryLockManager.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.task.SubscribeDataManager.class - [JAR]
org.apache.dolphinscheduler.plugin.registry.jdbc
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.JdbcOperator.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.JdbcRegistry.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.JdbcRegistryConfiguration.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.JdbcRegistryConstant.class - [JAR]
├─ org.apache.dolphinscheduler.plugin.registry.jdbc.JdbcRegistryProperties.class - [JAR]