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 arangodb-spark-connector-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.arangodb.spark.rdd
├─ com.arangodb.spark.rdd.ArangoRDD.class - [JAR]
com.arangodb.spark.rdd.api.java
├─ com.arangodb.spark.rdd.api.java.ArangoJavaRDD.class - [JAR]
com.arangodb.spark.vpack
├─ com.arangodb.spark.vpack.VPackUtils.class - [JAR]
com.arangodb.spark
├─ com.arangodb.spark.ArangoOptions.class - [JAR]
├─ com.arangodb.spark.ArangoSpark.class - [JAR]
├─ com.arangodb.spark.ReadOptions.class - [JAR]
├─ com.arangodb.spark.WriteOptions.class - [JAR]
├─ com.arangodb.spark.package.class - [JAR]
com.arangodb.spark.rdd.partition
├─ com.arangodb.spark.rdd.partition.ArangoDefaultPartitioner.class - [JAR]
├─ com.arangodb.spark.rdd.partition.ArangoPartition.class - [JAR]
├─ com.arangodb.spark.rdd.partition.ArangoPartitioner.class - [JAR]
├─ com.arangodb.spark.rdd.partition.ArangoPartitionerByShardCount.class - [JAR]
├─ com.arangodb.spark.rdd.partition.ArangoPartitionerSinglePartition.class - [JAR]