| Package | Description |
|---|---|
| org.apache.flink.contrib.streaming.state |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<RocksDBStateBackend.PriorityQueueStateType> |
RocksDBOptions.TIMER_SERVICE_FACTORY
Choice of timer service implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RocksDBStateBackend.PriorityQueueStateType |
RocksDBStateBackend.getPriorityQueueStateType()
Gets the type of the priority queue state.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RocksDBStateBackend.setPriorityQueueStateType(RocksDBStateBackend.PriorityQueueStateType priorityQueueStateType)
Sets the type of the priority queue state.
|
| Constructor and Description |
|---|
RocksDBKeyedStateBackendBuilder(String operatorIdentifier,
ClassLoader userCodeClassLoader,
File instanceBasePath,
RocksDBResourceContainer optionsContainer,
java.util.function.Function<String,org.rocksdb.ColumnFamilyOptions> columnFamilyOptionsFactory,
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,
org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig,
RocksDBStateBackend.PriorityQueueStateType priorityQueueStateType,
org.apache.flink.runtime.state.ttl.TtlTimeProvider ttlTimeProvider,
org.apache.flink.metrics.MetricGroup metricGroup,
Collection<org.apache.flink.runtime.state.KeyedStateHandle> stateHandles,
org.apache.flink.runtime.state.StreamCompressionDecorator keyGroupCompressionDecorator,
org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.