public static enum RunnerApi.OutputTime extends Enum<RunnerApi.OutputTime> implements com.google.protobuf.ProtocolMessageEnum
When a number of windowed, timestamped inputs are aggregated, the timestamp for the resulting output.Protobuf enum
org.apache.beam.runner_api.v1.OutputTime| Enum Constant and Description |
|---|
EARLIEST_IN_PANE
The output has the earliest timestamp of the input elements since
the last output.
|
END_OF_WINDOW
The output has the timestamp of the end of the window.
|
LATEST_IN_PANE
The output has the latest timestamp of the input elements since
the last output.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EARLIEST_IN_PANE_VALUE
The output has the earliest timestamp of the input elements since
the last output.
|
static int |
END_OF_WINDOW_VALUE
The output has the timestamp of the end of the window.
|
static int |
LATEST_IN_PANE_VALUE
The output has the latest timestamp of the input elements since
the last output.
|
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.OutputTime |
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.OutputTime> |
internalGetValueMap() |
static RunnerApi.OutputTime |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.OutputTime |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.OutputTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.OutputTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.OutputTime END_OF_WINDOW
The output has the timestamp of the end of the window.
END_OF_WINDOW = 0;public static final RunnerApi.OutputTime LATEST_IN_PANE
The output has the latest timestamp of the input elements since the last output.
LATEST_IN_PANE = 1;public static final RunnerApi.OutputTime EARLIEST_IN_PANE
The output has the earliest timestamp of the input elements since the last output.
EARLIEST_IN_PANE = 2;public static final RunnerApi.OutputTime UNRECOGNIZED
public static final int END_OF_WINDOW_VALUE
The output has the timestamp of the end of the window.
END_OF_WINDOW = 0;public static final int LATEST_IN_PANE_VALUE
The output has the latest timestamp of the input elements since the last output.
LATEST_IN_PANE = 1;public static final int EARLIEST_IN_PANE_VALUE
The output has the earliest timestamp of the input elements since the last output.
EARLIEST_IN_PANE = 2;public static RunnerApi.OutputTime[] values()
for (RunnerApi.OutputTime c : RunnerApi.OutputTime.values()) System.out.println(c);
public static RunnerApi.OutputTime 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.OutputTime valueOf(int value)
forNumber(int) instead.public static RunnerApi.OutputTime forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.OutputTime> 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.OutputTime valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.