| 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 | Class and Description |
|---|---|
class |
AbstractKeyedStateBackendBuilder<K>
An abstract base implementation of the
StateBackendBuilder interface. |
class |
DefaultOperatorStateBackendBuilder
Builder class for
DefaultOperatorStateBackend which handles all necessary initializations
and clean ups. |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapKeyedStateBackendBuilder<K>
Builder class for
HeapKeyedStateBackend which handles all necessary initializations and
clean ups. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.