RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the trigger.
|
RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withDescription(String description) |
Set the description property: Trigger description.
|
RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withParentTrigger(Object parentTrigger) |
Set the parentTrigger property: The parent trigger reference.
|
RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withRequestedEndTime(OffsetDateTime requestedEndTime) |
Set the requestedEndTime property: The end time for the time period for which restatement is initiated.
|
RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withRequestedStartTime(OffsetDateTime requestedStartTime) |
Set the requestedStartTime property: The start time for the time period for which restatement is initiated.
|
RerunTumblingWindowTrigger |
RerunTumblingWindowTrigger.withRerunConcurrency(int rerunConcurrency) |
Set the rerunConcurrency property: The max number of parallel time windows (ready for execution) for which a
rerun is triggered.
|