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 kafka-storage-api-3.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.kafka.server.log.remote.storage
├─ org.apache.kafka.server.log.remote.storage.LogSegmentData.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogMetadata.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogMetadataManager.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogSegmentId.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogSegmentMetadata.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogSegmentMetadataUpdate.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteLogSegmentState.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemotePartitionDeleteMetadata.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemotePartitionDeleteState.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteResourceNotFoundException.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteStorageException.class - [JAR]
├─ org.apache.kafka.server.log.remote.storage.RemoteStorageManager.class - [JAR]