Package | Description |
---|---|
org.apache.flink.contrib.streaming.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 |
RocksDBKeyedStateBackendBuilder<K>
Builder class for
RocksDBKeyedStateBackend 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–2024 The Apache Software Foundation. All rights reserved.