public enum OpsType extends Enum<OpsType>
| Enum Constant and Description |
|---|
AGGREGATE_COUNTER |
APP_REGISTRY |
COMPLETION |
COUNTER |
FIELD_VALUE_COUNTER |
JOB |
RUNTIME |
STREAM |
TASK |
| Modifier and Type | Method and Description |
|---|---|
static OpsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsType STREAM
public static final OpsType COUNTER
public static final OpsType FIELD_VALUE_COUNTER
public static final OpsType AGGREGATE_COUNTER
public static final OpsType TASK
public static final OpsType JOB
public static final OpsType APP_REGISTRY
public static final OpsType COMPLETION
public static final OpsType RUNTIME
public static OpsType[] values()
for (OpsType c : OpsType.values()) System.out.println(c);
public static OpsType 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 © 2021 Pivotal Software, Inc.. All rights reserved.