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-statebackend-heap-spillable-1.17.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.flink.runtime.state.heap.space
├─ org.apache.flink.runtime.state.heap.space.Allocator.class - [JAR]
├─ org.apache.flink.runtime.state.heap.space.Chunk.class - [JAR]
├─ org.apache.flink.runtime.state.heap.space.Constants.class - [JAR]
├─ org.apache.flink.runtime.state.heap.space.SpaceUtils.class - [JAR]
org.apache.flink.runtime.state.heap
├─ org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMap.class - [JAR]
├─ org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMapSnapshot.class - [JAR]
├─ org.apache.flink.runtime.state.heap.LevelIndexHeader.class - [JAR]
├─ org.apache.flink.runtime.state.heap.NodeStatus.class - [JAR]
├─ org.apache.flink.runtime.state.heap.OnHeapLevelIndexHeader.class - [JAR]
├─ org.apache.flink.runtime.state.heap.SkipListKeyComparator.class - [JAR]
├─ org.apache.flink.runtime.state.heap.SkipListKeySerializer.class - [JAR]
├─ org.apache.flink.runtime.state.heap.SkipListUtils.class - [JAR]
├─ org.apache.flink.runtime.state.heap.SkipListValueSerializer.class - [JAR]