public static interface RunnerApi.Trigger.AfterEndOfWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.Trigger |
getEarlyFirings()
(Optional) A trigger governing output prior to the end of the window.
|
RunnerApi.TriggerOrBuilder |
getEarlyFiringsOrBuilder()
(Optional) A trigger governing output prior to the end of the window.
|
RunnerApi.Trigger |
getLateFirings()
(Optional) A trigger governing output after the end of the window.
|
RunnerApi.TriggerOrBuilder |
getLateFiringsOrBuilder()
(Optional) A trigger governing output after the end of the window.
|
boolean |
hasEarlyFirings()
(Optional) A trigger governing output prior to the end of the window.
|
boolean |
hasLateFirings()
(Optional) A trigger governing output after the end of the window.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEarlyFirings()
(Optional) A trigger governing output prior to the end of the window.
.org.apache.beam.runner_api.v1.Trigger early_firings = 1;RunnerApi.Trigger getEarlyFirings()
(Optional) A trigger governing output prior to the end of the window.
.org.apache.beam.runner_api.v1.Trigger early_firings = 1;RunnerApi.TriggerOrBuilder getEarlyFiringsOrBuilder()
(Optional) A trigger governing output prior to the end of the window.
.org.apache.beam.runner_api.v1.Trigger early_firings = 1;boolean hasLateFirings()
(Optional) A trigger governing output after the end of the window.
.org.apache.beam.runner_api.v1.Trigger late_firings = 2;RunnerApi.Trigger getLateFirings()
(Optional) A trigger governing output after the end of the window.
.org.apache.beam.runner_api.v1.Trigger late_firings = 2;RunnerApi.TriggerOrBuilder getLateFiringsOrBuilder()
(Optional) A trigger governing output after the end of the window.
.org.apache.beam.runner_api.v1.Trigger late_firings = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.