public class RocksDBStateBackendFactory extends Object implements org.apache.flink.runtime.state.StateBackendFactory<org.apache.flink.runtime.state.filesystem.FsStateBackend>
RocksDBStateBackend
from a configuration.| Modifier and Type | Field and Description |
|---|---|
static String |
CHECKPOINT_DIRECTORY_URI_CONF_KEY
The key under which the config stores the directory where checkpoints should be stored
|
protected static org.slf4j.Logger |
LOG |
static String |
ROCKSDB_CHECKPOINT_DIRECTORY_URI_CONF_KEY
The key under which the config stores the directory where RocksDB should be stored
|
| Constructor and Description |
|---|
RocksDBStateBackendFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.state.AbstractStateBackend |
createFromConfig(org.apache.flink.configuration.Configuration config) |
protected static final org.slf4j.Logger LOG
public static final String CHECKPOINT_DIRECTORY_URI_CONF_KEY
public static final String ROCKSDB_CHECKPOINT_DIRECTORY_URI_CONF_KEY
public org.apache.flink.runtime.state.AbstractStateBackend createFromConfig(org.apache.flink.configuration.Configuration config)
throws Exception
createFromConfig in interface org.apache.flink.runtime.state.StateBackendFactory<org.apache.flink.runtime.state.filesystem.FsStateBackend>ExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.