Package | Description |
---|---|
org.apache.flink.state.changelog |
Modifier and Type | Interface and Description |
---|---|
interface |
KvStateChangeLogger<Value,Namespace>
A logger for some key-partitioned state (not only
ValueState . |
Modifier and Type | Method and Description |
---|---|
StateChangeLogger<T,Void> |
ChangelogKeyGroupedPriorityQueue.getStateChangeLogger() |
Modifier and Type | Method and Description |
---|---|
<T> ChangelogKeyGroupedPriorityQueue<T> |
ChangelogStateFactory.create(String stateName,
KeyGroupedInternalPriorityQueue<T> internalPriorityQueue,
StateChangeLogger<T,Void> logger,
TypeSerializer<T> serializer) |
Constructor and Description |
---|
ChangelogKeyGroupedPriorityQueue(KeyGroupedInternalPriorityQueue<T> delegatedPriorityQueue,
StateChangeLogger<T,Void> logger,
TypeSerializer<T> serializer) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.