Package | Description |
---|---|
org.apache.flink.streaming.api.operators |
Modifier and Type | Method and Description |
---|---|
InternalTimersSnapshot<K,N> |
InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader.readTimersSnapshot(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,
TypeSerializer<K> keySerializer,
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–2021 The Apache Software Foundation. All rights reserved.