Package | Description |
---|---|
org.apache.flink.streaming.api | |
org.apache.flink.streaming.api.operators | |
org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
Constructor and Description |
---|
SimpleTimerService(InternalTimerService<VoidNamespace> internalTimerService) |
Modifier and Type | Class and Description |
---|---|
class |
InternalTimerServiceImpl<K,N>
InternalTimerService that stores timers on the Java heap. |
Modifier and Type | Method and Description |
---|---|
<N> InternalTimerService<N> |
InternalTimeServiceManager.getInternalTimerService(String name,
TimerSerializer<K,N> timerSerializer,
Triggerable<K,N> triggerable) |
<K,N> InternalTimerService<N> |
AbstractStreamOperator.getInternalTimerService(String name,
TypeSerializer<N> namespaceSerializer,
Triggerable<K,N> triggerable)
Returns a
InternalTimerService that can be used to query current processing time
and event time and to set timers. |
Modifier and Type | Field and Description |
---|---|
protected InternalTimerService<W> |
WindowOperator.internalTimerService |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.