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 spark-on-angel-core-3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.angel.spark.util
├─ com.tencent.angel.spark.util.ConfExchange.class - [JAR]
├─ com.tencent.angel.spark.util.PSMatrixUtils.class - [JAR]
├─ com.tencent.angel.spark.util.VectorUtils.class - [JAR]
com.tencent.angel.spark.models.impl
├─ com.tencent.angel.spark.models.impl.PSMatrixImpl.class - [JAR]
├─ com.tencent.angel.spark.models.impl.PSVectorImpl.class - [JAR]
com.tencent.angel.spark.models
├─ com.tencent.angel.spark.models.PSMatrix.class - [JAR]
├─ com.tencent.angel.spark.models.PSModel.class - [JAR]
├─ com.tencent.angel.spark.models.PSVector.class - [JAR]
com.tencent.angel.spark.context
├─ com.tencent.angel.spark.context.AngelPSContext.class - [JAR]
├─ com.tencent.angel.spark.context.PSContext.class - [JAR]
├─ com.tencent.angel.spark.context.PSVectorPool.class - [JAR]
com.tencent.angel.spark.client
├─ com.tencent.angel.spark.client.AngelClientFactory.class - [JAR]