jar

io.kgraph : kafka-graphs-core

Maven & Gradle

Sep 27, 2021
1 usages
91 stars
Table Of Contents

Latest Version

Download io.kgraph : kafka-graphs-core JAR file - Latest Versions:

All Versions

Download io.kgraph : kafka-graphs-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement

Dependencies from Group

Sep 27, 2021
1 usages
91 stars
Sep 28, 2021
91 stars
Sep 28, 2021
98 stars
Apr 19, 2023
Apr 19, 2023
22 stars

Discover Dependencies

Jul 12, 2023
81 usages
1.3k stars
Jul 12, 2019
1 usages
115 stars
Jun 17, 2020
4 usages
1 stars
Jan 12, 2023
1 usages
16.4k stars
Nov 29, 2018
1 usages
3 stars
May 19, 2020
1 stars
Aug 15, 2023
8 usages
1.1k stars