| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.hashmap | |
| 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.memory |
| Modifier and Type | Method and Description |
|---|---|
DefaultOperatorStateBackend |
DefaultOperatorStateBackendBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<K> AbstractKeyedStateBackend<K> |
FsStateBackend.createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)
Deprecated.
|
OperatorStateBackend |
FsStateBackend.createOperatorStateBackend(StateBackend.OperatorStateBackendParameters parameters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorStateBackend |
HashMapStateBackend.createOperatorStateBackend(StateBackend.OperatorStateBackendParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
HeapKeyedStateBackend<K> |
HeapKeyedStateBackendBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<K> AbstractKeyedStateBackend<K> |
MemoryStateBackend.createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)
Deprecated.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.