public static enum LogEventType.NativeImpl extends Enum<LogEventType.NativeImpl> implements LogEventType<LogEventType.NativeImpl>
LogEventType.Avro, LogEventType.NativeImpl, LogEventType.Protobuf, LogEventType.Thrift| Enum Constant and Description |
|---|
ERROR |
REQUEST |
RESPONSE |
UNKNOWN_LOG_EVENT_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
LogEventType.NativeImpl |
get()
Returns underlying object.
|
int |
getOrdinal()
Returns enumeration ordinal.
|
static LogEventType.NativeImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEventType.NativeImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfavro, avro, avro, avro, getAvroClass, getAvroSchema, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, isError, isRequest, isResponse, isUnknownLogEventType, nativeImpl, nativeImpl, nativeImpl, protobuf, protobuf, protobuf, protobuf, thrift, thrift, thrift, thriftpublic static final LogEventType.NativeImpl UNKNOWN_LOG_EVENT_TYPE
public static final LogEventType.NativeImpl REQUEST
public static final LogEventType.NativeImpl RESPONSE
public static final LogEventType.NativeImpl ERROR
public static final long serialVersionUID
public static LogEventType.NativeImpl[] values()
for (LogEventType.NativeImpl c : LogEventType.NativeImpl.values()) System.out.println(c);
public static LogEventType.NativeImpl 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 LogEventType.NativeImpl get()
LogEventTypeget in interface LogEventType<LogEventType.NativeImpl>get in interface Supplier<LogEventType.NativeImpl>public int getOrdinal()
LogEventTypegetOrdinal in interface LogEventType<LogEventType.NativeImpl>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.