| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.heap |
This package contains the classes for key/value state backends that store the state
on the JVM heap as objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected StateSnapshot.StateKeyGroupWriter |
KeyGroupPartitioner.computedResult
Cached result.
|
| Modifier and Type | Method and Description |
|---|---|
StateSnapshot.StateKeyGroupWriter |
StateSnapshot.getKeyGroupWriter()
This method returns
StateSnapshot.StateKeyGroupWriter and should be called in the asynchronous part of the snapshot. |
StateSnapshot.StateKeyGroupWriter |
KeyGroupPartitioner.partitionByKeyGroup()
Partitions the data into key-groups and returns the result via
PartitioningResult. |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator state checkpointing. |
| Modifier and Type | Method and Description |
|---|---|
StateSnapshot.StateKeyGroupWriter |
HeapPriorityQueueStateSnapshot.getKeyGroupWriter() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.