public static enum RunnerApi.TimeDomain.Enum extends Enum<RunnerApi.TimeDomain.Enum> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.runner_api.v1.TimeDomain.Enum| Enum Constant and Description |
|---|
EVENT_TIME
Event time is time from the perspective of the data
|
PROCESSING_TIME
Processing time is time from the perspective of the
execution of your pipeline
|
SYNCHRONIZED_PROCESSING_TIME
Synchronized processing time is the minimum of the
processing time of all pending elements.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_TIME_VALUE
Event time is time from the perspective of the data
|
static int |
PROCESSING_TIME_VALUE
Processing time is time from the perspective of the
execution of your pipeline
|
static int |
SYNCHRONIZED_PROCESSING_TIME_VALUE
Synchronized processing time is the minimum of the
processing time of all pending elements.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.TimeDomain.Enum |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.TimeDomain.Enum> |
internalGetValueMap() |
static RunnerApi.TimeDomain.Enum |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.TimeDomain.Enum |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.TimeDomain.Enum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.TimeDomain.Enum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.TimeDomain.Enum UNSPECIFIED
UNSPECIFIED = 0;public static final RunnerApi.TimeDomain.Enum EVENT_TIME
Event time is time from the perspective of the data
EVENT_TIME = 1;public static final RunnerApi.TimeDomain.Enum PROCESSING_TIME
Processing time is time from the perspective of the execution of your pipeline
PROCESSING_TIME = 2;public static final RunnerApi.TimeDomain.Enum SYNCHRONIZED_PROCESSING_TIME
Synchronized processing time is the minimum of the processing time of all pending elements. The "processing time" of an element refers to the local processing time at which it was emitted
SYNCHRONIZED_PROCESSING_TIME = 3;public static final RunnerApi.TimeDomain.Enum UNRECOGNIZED
public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 0;public static final int EVENT_TIME_VALUE
Event time is time from the perspective of the data
EVENT_TIME = 1;public static final int PROCESSING_TIME_VALUE
Processing time is time from the perspective of the execution of your pipeline
PROCESSING_TIME = 2;public static final int SYNCHRONIZED_PROCESSING_TIME_VALUE
Synchronized processing time is the minimum of the processing time of all pending elements. The "processing time" of an element refers to the local processing time at which it was emitted
SYNCHRONIZED_PROCESSING_TIME = 3;public static RunnerApi.TimeDomain.Enum[] values()
for (RunnerApi.TimeDomain.Enum c : RunnerApi.TimeDomain.Enum.values()) System.out.println(c);
public static RunnerApi.TimeDomain.Enum 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RunnerApi.TimeDomain.Enum valueOf(int value)
forNumber(int) instead.public static RunnerApi.TimeDomain.Enum forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.TimeDomain.Enum> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RunnerApi.TimeDomain.Enum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.