-
checkpointStreamBackend
org.apache.flink.runtime.state.AbstractStateBackend checkpointStreamBackend
The state backend that we use for creating checkpoint streams.
-
operatorIdentifier
String operatorIdentifier
Operator identifier that is used to uniqueify the RocksDB storage path.
-
jobId
org.apache.flink.api.common.JobID jobId
JobID for uniquifying backup paths.
-
configuredDbBasePaths
org.apache.flink.core.fs.Path[] configuredDbBasePaths
Base paths for RocksDB directory, as configured. May be null.
-
initializedDbBasePaths
File[] initializedDbBasePaths
Base paths for RocksDB directory, as initialized
-
nextDirectory
int nextDirectory
-
predefinedOptions
PredefinedOptions predefinedOptions
The pre-configured option settings
-
optionsFactory
OptionsFactory optionsFactory
The options factory to create the RocksDB options in the cluster