public enum QuickPulse extends java.lang.Enum<QuickPulse> implements Stoppable
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Deprecated.
|
void |
initialize(TelemetryConfiguration configuration) |
void |
stop(long timeout,
java.util.concurrent.TimeUnit timeUnit)
Stopping the collection of performance data.
|
static QuickPulse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuickPulse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuickPulse INSTANCE
public static QuickPulse[] values()
for (QuickPulse c : QuickPulse.values()) System.out.println(c);
public static QuickPulse 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 null@Deprecated public void initialize()
public void initialize(TelemetryConfiguration configuration)