Tabnine Logo
KafkaAvroEventReporter.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.gobblin.metrics.kafka.KafkaAvroEventReporter
constructor

Best Java code snippets using org.apache.gobblin.metrics.kafka.KafkaAvroEventReporter.<init> (Showing top 2 results out of 315)

origin: apache/incubator-gobblin

/**
 * Builds and returns {@link KafkaAvroEventReporter}.
 *
 * @param brokers string of Kafka brokers
 * @param topic topic to send metrics to
 * @return KafkaAvroReporter
 */
public KafkaAvroEventReporter build(String brokers, String topic) throws IOException {
 this.brokers = brokers;
 this.topic = topic;
 return new KafkaAvroEventReporter(this);
}
origin: org.apache.gobblin/gobblin-kafka-common

/**
 * Builds and returns {@link KafkaAvroEventReporter}.
 *
 * @param brokers string of Kafka brokers
 * @param topic topic to send metrics to
 * @return KafkaAvroReporter
 */
public KafkaAvroEventReporter build(String brokers, String topic) throws IOException {
 this.brokers = brokers;
 this.topic = topic;
 return new KafkaAvroEventReporter(this);
}
org.apache.gobblin.metrics.kafkaKafkaAvroEventReporter<init>

Popular methods of KafkaAvroEventReporter

  • forContext
    Returns a new Builder for KafkaAvroEventReporter.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • requestLocationUpdates (LocationManager)
  • setContentView (Activity)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now