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

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

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

origin: apache/incubator-gobblin

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

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

Popular methods of KafkaEventReporter

  • createSerializer
  • report

Popular in Java

  • Updating database using SQL prepared statement
  • runOnUiThread (Activity)
  • getSharedPreferences (Context)
  • findViewById (Activity)
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • BoxLayout (javax.swing)
  • JFileChooser (javax.swing)
  • Top PhpStorm plugins
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