| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators |
| Modifier and Type | Method and Description |
|---|---|
InternalTimersSnapshot<K,N> |
InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader.readTimersSnapshot(org.apache.flink.core.memory.DataInputView in)
Reads a timers snapshot from the provided input view.
|
InternalTimersSnapshot<K,N> |
InternalTimerServiceImpl.snapshotTimersForKeyGroup(int keyGroupIdx)
Snapshots the timers (both processing and event time ones) for a given
keyGroupIdx. |
| Modifier and Type | Method and Description |
|---|---|
static <K,N> InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter |
InternalTimersSnapshotReaderWriters.getWriterForVersion(int version,
InternalTimersSnapshot<K,N> timersSnapshot,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer) |
void |
InternalTimerServiceImpl.restoreTimersForKeyGroup(InternalTimersSnapshot<?,?> restoredSnapshot,
int keyGroupIdx)
Restore the timers (both processing and event time ones) for a given
keyGroupIdx. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.