public static enum CallTracker.Type extends Enum<CallTracker.Type>
Enum Constant and Description |
---|
GRPC_CLIENT_TRACKER |
STATE_LOCK_TRACKER |
Modifier and Type | Method and Description |
---|---|
static CallTracker.Type |
valueOf(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(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 nullCopyright © 2023. All Rights Reserved.