Package | Description |
---|---|
org.apache.flink.contrib.streaming.state | |
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.state.forst | |
org.apache.flink.state.forst.sync |
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ForStKeyedStateBackendBuilder<K>
Builder class for
ForStKeyedStateBackend which handles all necessary initializations and
cleanups. |
Modifier and Type | Class and Description |
---|---|
class |
ForStSyncKeyedStateBackendBuilder<K>
Builder class for
ForStSyncKeyedStateBackend which
handles all necessary initializations and clean ups. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.