TumblingWindowTrigger |
TumblingWindowTrigger.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the trigger.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withDelay(Object delay) |
Set the delay property: Specifies how long the trigger waits past due time before triggering new run.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withDependsOn(List<DependencyReference> dependsOn) |
Set the dependsOn property: Triggers that this trigger depends on.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withDescription(String description) |
Set the description property: Trigger description.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withEndTime(OffsetDateTime endTime) |
Set the endTime property: The end time for the time period for the trigger during which events are fired for
windows that are ready.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withFrequency(TumblingWindowFrequency frequency) |
Set the frequency property: The frequency of the time windows.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withInterval(int interval) |
Set the interval property: The interval of the time windows.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withMaxConcurrency(int maxConcurrency) |
Set the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a new
run is triggered.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withPipeline(TriggerPipelineReference pipeline) |
Set the pipeline property: Pipeline for which runs are created when an event is fired for trigger window that is
ready.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withRetryPolicy(RetryPolicy retryPolicy) |
Set the retryPolicy property: Retry policy that will be applied for failed pipeline runs.
|
TumblingWindowTrigger |
TumblingWindowTrigger.withStartTime(OffsetDateTime startTime) |
Set the startTime property: The start time for the time period for the trigger during which events are fired for
windows that are ready.
|