| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.aggregate.window.processors | |
| org.apache.flink.table.runtime.operators.window.slicing |
| Modifier and Type | Field and Description |
|---|---|
protected ClockService |
AbstractWindowAggProcessor.clockService |
| Modifier and Type | Method and Description |
|---|---|
static ClockService |
ClockService.of(org.apache.flink.streaming.api.operators.InternalTimerService<?> timerService)
Creates a
ClockService from the given InternalTimerService. |
static ClockService |
ClockService.ofSystem()
Creates a
ClockService which assigns as current processing time the result of calling
System.currentTimeMillis(). |
| Modifier and Type | Method and Description |
|---|---|
long |
SliceAssigner.assignSliceEnd(org.apache.flink.table.data.RowData element,
ClockService clock)
Returns the end timestamp of a slice that the given element should belong.
|
long |
SliceAssigners.WindowedSliceAssigner.assignSliceEnd(org.apache.flink.table.data.RowData element,
ClockService clock) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.