com.pinterest.doctorkafka.BrokerError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kafkastats Show documentation
Show all versions of kafkastats Show documentation
Collectoring the kafka stats for DoctorKafka
/**
* 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$; }
}