Uses of Interface
org.apache.flink.table.runtime.operators.window.slicing.ClockService
-
Packages that use ClockService Package Description org.apache.flink.table.runtime.operators.aggregate.window.processors org.apache.flink.table.runtime.operators.window.slicing -
-
Uses of ClockService in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as ClockService Modifier and Type Field Description protected ClockServiceAbstractWindowAggProcessor. clockService -
Uses of ClockService in org.apache.flink.table.runtime.operators.window.slicing
Methods in org.apache.flink.table.runtime.operators.window.slicing that return ClockService Modifier and Type Method Description static ClockServiceClockService. of(org.apache.flink.streaming.api.operators.InternalTimerService<?> timerService)Creates aClockServicefrom the givenInternalTimerService.static ClockServiceClockService. ofSystem()Creates aClockServicewhich assigns as current processing time the result of callingSystem.currentTimeMillis().Methods in org.apache.flink.table.runtime.operators.window.slicing with parameters of type ClockService Modifier and Type Method Description longSliceAssigner. assignSliceEnd(org.apache.flink.table.data.RowData element, ClockService clock)Returns the end timestamp of a slice that the given element should belong.longSliceAssigners.WindowedSliceAssigner. assignSliceEnd(org.apache.flink.table.data.RowData element, ClockService clock)
-