public enum SpanEvent extends Enum<SpanEvent>
Enum Constant and Description |
---|
CLIENT_RECV |
CLIENT_SEND |
SERVER_RECV |
SERVER_SEND |
Modifier and Type | Method and Description |
---|---|
static Schema |
getClassSchema() |
static SpanEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpanEvent SERVER_RECV
public static final SpanEvent SERVER_SEND
public static final SpanEvent CLIENT_RECV
public static final SpanEvent CLIENT_SEND
public static final Schema SCHEMA$
public static SpanEvent[] values()
for (SpanEvent c : SpanEvent.values()) System.out.println(c);
public static SpanEvent 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 © 2009-2014 The Apache Software Foundation. All Rights Reserved.