| Package | Description |
|---|---|
| org.apache.flink.contrib.streaming.state |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableRocksDBOptionsFactory
An interface for options factory that pick up additional parameters from a configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableOptionsFactory
An implementation of
ConfigurableRocksDBOptionsFactory using options provided by RocksDBConfigurableOptions. |
| Modifier and Type | Method and Description |
|---|---|
RocksDBOptionsFactory |
ConfigurableRocksDBOptionsFactory.configure(org.apache.flink.configuration.ReadableConfig configuration)
Creates a variant of the options factory that applies additional configuration parameters.
|
RocksDBOptionsFactory |
RocksDBStateBackend.getRocksDBOptions()
Gets
Options for the RocksDB instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
RocksDBStateBackend.setRocksDBOptions(RocksDBOptionsFactory optionsFactory)
Sets
Options for the RocksDB instances. |
| Constructor and Description |
|---|
RocksDBResourceContainer(PredefinedOptions predefinedOptions,
RocksDBOptionsFactory optionsFactory) |
RocksDBResourceContainer(PredefinedOptions predefinedOptions,
RocksDBOptionsFactory optionsFactory,
org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.contrib.streaming.state.RocksDBSharedResources> sharedResources) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.