All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pinterest.doctorkafka.BrokerError Maven / Gradle / Ivy

There is a newer version: 0.3.0-rc.2
Show newest version
/**
 * Autogenerated by Avro
 *
 * DO NOT EDIT DIRECTLY
 */
package com.pinterest.doctorkafka;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum BrokerError {
  DiskFailure, JmxConnectionFailure, JmxQueryFailure, KafkaServerProperitiesFailure, MissingKafkaProcess, MultipleKafkaProcesses, UnknownError  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"BrokerError\",\"namespace\":\"com.pinterest.doctorkafka\",\"symbols\":[\"DiskFailure\",\"JmxConnectionFailure\",\"JmxQueryFailure\",\"KafkaServerProperitiesFailure\",\"MissingKafkaProcess\",\"MultipleKafkaProcesses\",\"UnknownError\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy