| Modifier and Type | Method and Description |
|---|---|
static RocksDBStateBackend.PriorityQueueStateType |
RocksDBStateBackend.PriorityQueueStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RocksDBStateBackend.PriorityQueueStateType[] |
RocksDBStateBackend.PriorityQueueStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RocksDBKeyedStateBackend(String operatorIdentifier,
ClassLoader userCodeClassLoader,
File instanceBasePath,
org.rocksdb.DBOptions dbOptions,
org.rocksdb.ColumnFamilyOptions columnFamilyOptions,
org.apache.flink.runtime.query.TaskKvStateRegistry kvStateRegistry,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
int numberOfKeyGroups,
org.apache.flink.runtime.state.KeyGroupRange keyGroupRange,
org.apache.flink.api.common.ExecutionConfig executionConfig,
boolean enableIncrementalCheckpointing,
org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig,
RocksDBStateBackend.PriorityQueueStateType priorityQueueStateType,
org.apache.flink.runtime.state.ttl.TtlTimeProvider ttlTimeProvider) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.