public static enum Experimental.Kind extends java.lang.Enum<Experimental.Kind>
Enum Constant and Description |
---|
AUTOSCALING
Auto-scaling related experimental APIs.
|
CODER_CONTEXT
Experimental feature related to alternative, unnested encodings for coders.
|
CODER_ENCODING_ID
Experimental APIs for Coder binary format identifiers.
|
CODER_TYPE_ENCODING
Experimental feature related to making the encoded element type available from a Coder.
|
CONTEXTFUL
Experimental APIs related to contextful
closures.
|
CORE_RUNNERS_ONLY
Experimental runner APIs.
|
FILESYSTEM
FileSystem and ResourceId
related APIs. |
METRICS
Metrics-related experimental APIs.
|
OUTPUT_TIME
Experimental APIs related to customizing the output time for computed values.
|
PORTABILITY
Portability related APIs.
|
SCHEMAS
PCollection Schema support in Beam.
|
SOURCE_SINK
Sources and sinks related experimental APIs.
|
SPLITTABLE_DO_FN
|
STATE
State-related experimental APIs.
|
TIMERS
Timer-related experimental APIs.
|
TRIGGER
Trigger-related experimental APIs.
|
UNSPECIFIED
Generic group of experimental APIs.
|
WITH_EXCEPTIONS
Experimental APIs related to exception handling in PTransforms.
|
Modifier and Type | Method and Description |
---|---|
static Experimental.Kind |
valueOf(java.lang.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 CODER_ENCODING_ID
public static final Experimental.Kind STATE
public static final Experimental.Kind TIMERS
public static final Experimental.Kind OUTPUT_TIME
public static final Experimental.Kind SPLITTABLE_DO_FN
public static final Experimental.Kind METRICS
public static final Experimental.Kind FILESYSTEM
FileSystem
and ResourceId
related APIs.public static final Experimental.Kind CODER_CONTEXT
public static final Experimental.Kind CORE_RUNNERS_ONLY
public static final Experimental.Kind CODER_TYPE_ENCODING
public static final Experimental.Kind CONTEXTFUL
public static final Experimental.Kind SCHEMAS
public static final Experimental.Kind WITH_EXCEPTIONS
public static final Experimental.Kind PORTABILITY
public static Experimental.Kind[] values()
for (Experimental.Kind c : Experimental.Kind.values()) System.out.println(c);
public static Experimental.Kind 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