| 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.
|
| org.apache.flink.runtime.state.ttl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyedStateBackend<K>
Base implementation of KeyedStateBackend.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyedStateBackend<?> |
DefaultKeyedStateStore.keyedStateBackend |
| Constructor and Description |
|---|
DefaultKeyedStateStore(KeyedStateBackend<?> keyedStateBackend,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapKeyedStateBackend<K>
A
AbstractKeyedStateBackend that keeps state on the Java Heap and will serialize state to
streams provided by a CheckpointStreamFactory upon checkpointing. |
| Modifier and Type | Method and Description |
|---|---|
static <K,N,SV,TTLSV,S extends org.apache.flink.api.common.state.State,IS extends S> |
TtlStateFactory.createStateAndWrapWithTtlIfEnabled(org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer,
org.apache.flink.api.common.state.StateDescriptor<S,SV> stateDesc,
KeyedStateBackend<K> stateBackend,
TtlTimeProvider timeProvider) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.