public static enum CallTracker.Type extends java.lang.Enum<CallTracker.Type>
| Enum Constant and Description |
|---|
GRPC_CLIENT_TRACKER |
STATE_LOCK_TRACKER |
| Modifier and Type | Method and Description |
|---|---|
static CallTracker.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallTracker.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallTracker.Type GRPC_CLIENT_TRACKER
public static final CallTracker.Type STATE_LOCK_TRACKER
public static CallTracker.Type[] values()
for (CallTracker.Type c : CallTracker.Type.values()) System.out.println(c);
public static CallTracker.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020. All Rights Reserved.