jar

com.github.codegerm : org.cg.spark-databroker

Maven & Gradle

Dec 15, 2016
1 stars

All kinds of data brokers implemented using spark, e.g. sliding window streaming data broker.

Table Of Contents

Latest Version

Download com.github.codegerm : org.cg.spark-databroker JAR file - Latest Versions:

All Versions

Download com.github.codegerm : org.cg.spark-databroker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 org.cg.spark-databroker-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cg.spark.databroker.example

├─ org.cg.spark.databroker.example.DefaultCoder.class - [JAR]

├─ org.cg.spark.databroker.example.Tweet.class - [JAR]

├─ org.cg.spark.databroker.example.TweetRecord.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsChannelExample.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsKafkaProducer.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsSparkBroker.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsSparkPipeline.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsTransformer.class - [JAR]

├─ org.cg.spark.databroker.example.TweetsWindowTransformer.class - [JAR]

├─ org.cg.spark.databroker.example.TwitterStream.class - [JAR]

org.apache.spark.sql

├─ org.apache.spark.sql.SQLContextExt.class - [JAR]

org.cg.spark.databroker

├─ org.cg.spark.databroker.ChannelCluster.class - [JAR]

├─ org.cg.spark.databroker.ChannelJob.class - [JAR]

├─ org.cg.spark.databroker.ChannelJobManager.class - [JAR]

├─ org.cg.spark.databroker.ChannelJobPipeline.class - [JAR]

├─ org.cg.spark.databroker.ChannelProducer.class - [JAR]

├─ org.cg.spark.databroker.ChannelProducerTransformer.class - [JAR]

├─ org.cg.spark.databroker.ChannelSparkBroker.class - [JAR]

├─ org.cg.spark.databroker.ChannelSubcriber.class - [JAR]

├─ org.cg.spark.databroker.ChannelUtil.class - [JAR]

├─ org.cg.spark.databroker.IChannelListener.class - [JAR]

├─ org.cg.spark.databroker.JobServerQuorum.class - [JAR]

├─ org.cg.spark.databroker.StreamingCoder.class - [JAR]

├─ org.cg.spark.databroker.Topic.class - [JAR]

├─ org.cg.spark.databroker.TopicUtil.class - [JAR]

Advertisement