public static enum Experimental.Kind extends Enum<Experimental.Kind>
| Enum Constant and Description |
|---|
AGGREGATOR
Aggregator-related experimental APIs.
|
AUTOSCALING
Auto-scaling related experimental APIs.
|
CODER_ENCODING_ID
Experimental APIs for Coder binary format identifiers.
|
OUTPUT_TIME
Experimental APIs related to customizing the output time for computed values.
|
SOURCE_SINK
Sources and sinks related experimental APIs.
|
STATE
State-related experimental APIs.
|
TIMERS
Timer-related experimental APIs.
|
TRIGGER
Trigger-related experimental APIs.
|
UNSPECIFIED
Generic group of experimental APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static Experimental.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Experimental.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Experimental.Kind UNSPECIFIED
public static final Experimental.Kind SOURCE_SINK
public static final Experimental.Kind AUTOSCALING
public static final Experimental.Kind TRIGGER
public static final Experimental.Kind AGGREGATOR
public static final Experimental.Kind CODER_ENCODING_ID
public static final Experimental.Kind STATE
public static final Experimental.Kind TIMERS
public static final Experimental.Kind OUTPUT_TIME
public static Experimental.Kind[] values()
for (Experimental.Kind c : Experimental.Kind.values()) System.out.println(c);
public static Experimental.Kind 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 null