public enum LogEventTypeAvro extends Enum<LogEventTypeAvro>
| Enum Constant and Description |
|---|
ERROR |
REQUEST |
RESPONSE |
UNKNOWN_LOG_EVENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
getClassSchema()
Returns Avro enum schema.
|
static LogEventTypeAvro |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEventTypeAvro[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEventTypeAvro UNKNOWN_LOG_EVENT_TYPE
public static final LogEventTypeAvro REQUEST
public static final LogEventTypeAvro RESPONSE
public static final LogEventTypeAvro ERROR
public static final Schema SCHEMA$
public static LogEventTypeAvro[] values()
for (LogEventTypeAvro c : LogEventTypeAvro.values()) System.out.println(c);
public static LogEventTypeAvro valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Schema getClassSchema()
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.