Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
HeapAggregatingState<K,N,IN,ACC,OUT>
Heap-backed partitioned
AggregatingState that is
snapshotted into files. |
class |
HeapListState<K,N,V>
Heap-backed partitioned
ListState that is snapshotted into files. |
class |
HeapReducingState<K,N,V>
Heap-backed partitioned
ReducingState that is snapshotted into files. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.