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-graphs-core-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kgraph.library.maxbmatching
├─ io.kgraph.library.maxbmatching.MBMEdgeValue.class - [JAR]
├─ io.kgraph.library.maxbmatching.MBMMessage.class - [JAR]
├─ io.kgraph.library.maxbmatching.MaxBMatching.class - [JAR]
io.kgraph
├─ io.kgraph.Edge.class - [JAR]
├─ io.kgraph.EdgeDirection.class - [JAR]
├─ io.kgraph.EdgeJoinFunction.class - [JAR]
├─ io.kgraph.EdgeWithValue.class - [JAR]
├─ io.kgraph.EdgesFunctionWithVertexValue.class - [JAR]
├─ io.kgraph.GraphAlgorithm.class - [JAR]
├─ io.kgraph.GraphAlgorithmState.class - [JAR]
├─ io.kgraph.GraphSerialized.class - [JAR]
├─ io.kgraph.KGraph.class - [JAR]
├─ io.kgraph.NeighborsFunctionWithVertexValue.class - [JAR]
├─ io.kgraph.VertexJoinFunction.class - [JAR]
├─ io.kgraph.VertexWithValue.class - [JAR]
io.kgraph.utils
├─ io.kgraph.utils.ClientUtils.class - [JAR]
├─ io.kgraph.utils.GraphGenerators.class - [JAR]
├─ io.kgraph.utils.GraphUtils.class - [JAR]
├─ io.kgraph.utils.KryoDeserializer.class - [JAR]
├─ io.kgraph.utils.KryoSerde.class - [JAR]
├─ io.kgraph.utils.KryoSerializer.class - [JAR]
├─ io.kgraph.utils.KryoUtils.class - [JAR]
├─ io.kgraph.utils.Parser.class - [JAR]
├─ io.kgraph.utils.Parsers.class - [JAR]
├─ io.kgraph.utils.StreamUtils.class - [JAR]
├─ io.kgraph.utils.TopicPartitionDeserializer.class - [JAR]
├─ io.kgraph.utils.TopicPartitionSerializer.class - [JAR]
io.kgraph.streaming.library
├─ io.kgraph.streaming.library.BipartitenessCheck.class - [JAR]
├─ io.kgraph.streaming.library.ConnectedComponents.class - [JAR]
├─ io.kgraph.streaming.library.ExactTriangleCount.class - [JAR]
├─ io.kgraph.streaming.library.Spanner.class - [JAR]
io.kgraph.streaming
├─ io.kgraph.streaming.EdgeFoldFunction.class - [JAR]
├─ io.kgraph.streaming.EdgeReduceFunction.class - [JAR]
├─ io.kgraph.streaming.EdgeStream.class - [JAR]
├─ io.kgraph.streaming.KGraphStream.class - [JAR]
├─ io.kgraph.streaming.KGraphWindowedStream.class - [JAR]
├─ io.kgraph.streaming.SummaryAggregation.class - [JAR]
├─ io.kgraph.streaming.SummaryBulkAggregation.class - [JAR]
io.kgraph.streaming.utils
├─ io.kgraph.streaming.utils.SignedVertex.class - [JAR]
io.kgraph.streaming.summaries
├─ io.kgraph.streaming.summaries.AdjacencyListGraph.class - [JAR]
├─ io.kgraph.streaming.summaries.Candidates.class - [JAR]
├─ io.kgraph.streaming.summaries.DisjointSet.class - [JAR]
io.kgraph.library
├─ io.kgraph.library.BreadthFirstSearch.class - [JAR]
├─ io.kgraph.library.ConnectedComponents.class - [JAR]
├─ io.kgraph.library.GraphAlgorithmType.class - [JAR]
├─ io.kgraph.library.LabelPropagation.class - [JAR]
├─ io.kgraph.library.LocalClusteringCoefficient.class - [JAR]
├─ io.kgraph.library.MultipleSourceShortestPaths.class - [JAR]
├─ io.kgraph.library.PageRank.class - [JAR]
├─ io.kgraph.library.SingleSourceShortestPaths.class - [JAR]
├─ io.kgraph.library.SybilRank.class - [JAR]
io.kgraph.library.similarity
├─ io.kgraph.library.similarity.AdamicAdar.class - [JAR]
├─ io.kgraph.library.similarity.Jaccard.class - [JAR]
io.kgraph.library.clustering
├─ io.kgraph.library.clustering.DoubleListAggregator.class - [JAR]
├─ io.kgraph.library.clustering.KMeansClustering.class - [JAR]
├─ io.kgraph.library.clustering.KMeansVertexValue.class - [JAR]
├─ io.kgraph.library.clustering.ListOfDoubleListAggregator.class - [JAR]
├─ io.kgraph.library.clustering.SemiClustering.class - [JAR]
io.kgraph.pregel
├─ io.kgraph.pregel.ComputeFunction.class - [JAR]
├─ io.kgraph.pregel.PregelClientSupplier.class - [JAR]
├─ io.kgraph.pregel.PregelComputation.class - [JAR]
├─ io.kgraph.pregel.PregelConsumer.class - [JAR]
├─ io.kgraph.pregel.PregelGraphAlgorithm.class - [JAR]
├─ io.kgraph.pregel.PregelState.class - [JAR]
├─ io.kgraph.pregel.PregelStateDeserializer.class - [JAR]
├─ io.kgraph.pregel.PregelStateSerializer.class - [JAR]
├─ io.kgraph.pregel.ZKUtils.class - [JAR]
io.kgraph.library.basic
├─ io.kgraph.library.basic.EdgeCount.class - [JAR]
├─ io.kgraph.library.basic.ReverseEdges.class - [JAR]
├─ io.kgraph.library.basic.VertexCount.class - [JAR]
io.kgraph.pregel.aggregators
├─ io.kgraph.pregel.aggregators.Aggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.BooleanAndAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.BooleanOrAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.DoubleMaxAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.DoubleMinAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.DoubleProductAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.DoubleSumAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.LongMaxAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.LongMinAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.LongProductAggregator.class - [JAR]
├─ io.kgraph.pregel.aggregators.LongSumAggregator.class - [JAR]
io.kgraph.library.cf
├─ io.kgraph.library.cf.Als.class - [JAR]
├─ io.kgraph.library.cf.CfId.class - [JAR]
├─ io.kgraph.library.cf.CfLongId.class - [JAR]
├─ io.kgraph.library.cf.CfLongIdDeserializer.class - [JAR]
├─ io.kgraph.library.cf.CfLongIdSerde.class - [JAR]
├─ io.kgraph.library.cf.CfLongIdSerializer.class - [JAR]
├─ io.kgraph.library.cf.EdgeCfLongIdFloatValueParser.class - [JAR]
├─ io.kgraph.library.cf.FloatMatrixMessage.class - [JAR]
├─ io.kgraph.library.cf.Sgd.class - [JAR]
├─ io.kgraph.library.cf.Svdpp.class - [JAR]