- EmbeddedRocksDBStateBackend - org.apache.flink.contrib.streaming.state中的类
-
A StateBackend that stores its state in an embedded RocksDB instance.
- EmbeddedRocksDBStateBackend() - 类 的构造器org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Creates a new EmbeddedRocksDBStateBackend for storing local state.
- EmbeddedRocksDBStateBackend(boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Creates a new EmbeddedRocksDBStateBackend for storing local state.
- EmbeddedRocksDBStateBackend(TernaryBoolean) - 类 的构造器org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Creates a new EmbeddedRocksDBStateBackend for storing local state.
- EmbeddedRocksDBStateBackend.PriorityQueueStateType - org.apache.flink.contrib.streaming.state中的枚举
-
The options to chose for the type of priority queue state.
- EmbeddedRocksDBStateBackendFactory - org.apache.flink.contrib.streaming.state中的类
-
- EmbeddedRocksDBStateBackendFactory() - 类 的构造器org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackendFactory
-
- EMPTY_PREVIOUS_SNAPSHOT - 类 中的静态变量org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-
- enableActualDelayedWriteRate() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the current actual delayed write rate. 0 means no delay.
- enableBackgroundErrors() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns accumulated number of background errors.
- enableBlockCacheCapacity() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns block cache capacity.
- enableBlockCachePinnedUsage() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the memory size for the entries being pinned in block cache.
- enableBlockCacheUsage() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the memory size for the entries residing in block cache.
- enableCompactionPending() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns 1 if at least one compaction is pending; otherwise, returns 0.
- enableCurSizeActiveMemTable() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns approximate size of active memtable (bytes).
- enableCurSizeAllMemTables() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns approximate size of active and unflushed immutable memtables (bytes).
- enableEstimateLiveDataSize() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns an estimate of the amount of live data in bytes.
- enableEstimateNumKeys() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns estimated number of total keys in the active and unflushed immutable memtables and
storage.
- enableEstimatePendingCompactionBytes() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns estimated total number of bytes compaction needs to rewrite to get all levels down to
under target size.
- enableEstimateTableReadersMem() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns estimated memory used for reading SST tables, excluding memory used in block cache
(e.g.
- enableIsWriteStopped() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns 1 if write has been stopped.
- enableLiveSstFilesSize() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- enableMemTableFlushPending() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns 1 if a memtable flush is pending; otherwise, returns 0.
- enableNativeStatistics(ConfigOption<Boolean>) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- enableNumDeletesActiveMemTable() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns total number of delete entries in the active memtable.
- enableNumDeletesImmMemTables() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns total number of delete entries in the unflushed immutable memtables.
- enableNumEntriesActiveMemTable() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns total number of entries in the active memtable.
- enableNumEntriesImmMemTables() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns total number of entries in the unflushed immutable memtables.
- enableNumImmutableMemTable() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns number of immutable memtables that have not yet been flushed.
- enableNumLiveVersions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns number of live versions.
- enableNumRunningCompactions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the number of currently running compactions.
- enableNumRunningFlushes() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the number of currently running flushes.
- enableNumSnapshots() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns number of unreleased snapshots of the database.
- enableSizeAllMemTables() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns approximate size of active, unflushed immutable, and pinned immutable memtables
(bytes).
- enableTotalSstFilesSize() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns total size (bytes) of all SST files.
- ESTIMATE_LIVE_DATA_SIZE - 类 中的静态变量org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- ESTIMATE_NUM_KEYS - 类 中的静态变量org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- ESTIMATE_PENDING_COMPACTION_BYTES - 类 中的静态变量org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- ESTIMATE_TABLE_READERS_MEM - 类 中的静态变量org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- getBackendUID() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getCheckpointBackend() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets the state backend that this RocksDB state backend uses to persist its bytes to.
- getColumnOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
Gets the RocksDB ColumnFamilyOptions to be used for all RocksDB instances.
- getConfigKey() - 枚举 中的方法org.apache.flink.contrib.streaming.state.RocksDBProperty
-
- getConfiguredOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- getDb() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getDbOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
Gets the RocksDB DBOptions to be used for RocksDB instances.
- getDbStoragePaths() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets the configured local DB storage paths, or null, if none were configured.
- getDbStoragePaths() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets the configured local DB storage paths, or null, if none were configured.
- getDefaultColumnFamilyHandle() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getDefaultValue() - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- getDescription() - 枚举 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend.PriorityQueueStateType
-
- getDescription() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-
- getFixedMemoryPerSlot() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Gets the fixed amount of memory to be shared between all RocksDB instances (in all tasks and
operators) of a slot.
- getHighPriorityPoolRatio() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Gets the fraction of the total memory to be used for high priority blocks like indexes,
dictionaries, etc.
- getInstanceRocksDBPath(File) - 类 中的静态方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackendBuilder
-
- getInternalIndex() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet
-
- getKeyGroupPrefixBytes() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- getKeys(String, N) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- getKeysAndNamespaces(String) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- getKeySerializer() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- getKvStateId() - 类 中的方法org.apache.flink.contrib.streaming.state.iterator.RocksQueueIterator
-
- getKvStateId() - 接口 中的方法org.apache.flink.contrib.streaming.state.iterator.SingleStateIterator
-
- getLastCompletedCheckpointId() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getLocalSnapshot(StreamStateHandle, List<IncrementalKeyedStateHandle.HandleAndLocalPath>) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation
-
- getMemoryConfiguration() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets the memory configuration object, which offers settings to control RocksDB's memory
usage.
- getMetaInfoSnapshots() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- getMonitorTickerTypes() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- getNativeMetricMonitor() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getNumberOfTransferingThreads() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
- getNumberOfTransferThreads() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets the number of threads used to transfer files while snapshotting/restoring.
- getNumberOfTransferThreads() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets the number of threads used to transfer files while snapshotting/restoring.
- getOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- getPredefinedOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets the currently set predefined options for RocksDB.
- getPredefinedOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets the currently set predefined options for RocksDB.
- getPriorityQueueStateType() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets the type of the priority queue state.
- getPriorityQueueStateType() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets the type of the priority queue state.
- getProperties() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- getReadOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- getReadOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
Gets the RocksDB ReadOptions to be used for read operations.
- getRestoredSstFiles() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- getRocksDBOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Gets Options for the RocksDB instances.
- getRocksDBOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Gets Options for the RocksDB instances.
- getRocksDBProperty() - 枚举 中的方法org.apache.flink.contrib.streaming.state.RocksDBProperty
-
- getRocksIterator(RocksDB, ColumnFamilyHandle, ReadOptions) - 类 中的静态方法org.apache.flink.contrib.streaming.state.RocksDBOperationUtils
-
- getSerializedValue(byte[], TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<V>) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- getStreamCompressionDecorator() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- getUploaded(String) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.PreviousSnapshot
-
- getWriteBatchSize() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
- getWriteBatchSize() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
- getWriteBufferManagerCapacity() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
Gets write buffer manager capacity.
- getWriteBufferRatio() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Gets the fraction of the total memory to be used for write buffers.
- getWriteOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- getWriteOptions() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
Gets the RocksDB WriteOptions to be used for write operations.
- refresh() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- registerKvStateInformation(Map<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, RocksDBNativeMetricMonitor, String, RocksDBKeyedStateBackend.RocksDbKvStateInfo) - 类 中的静态方法org.apache.flink.contrib.streaming.state.RocksDBOperationUtils
-
- release() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- release() - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources
-
- remove(byte[]) - 接口 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet.OrderedByteArraySetCache
-
Removes the given element, if it is contained.
- remove(E) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet
-
- remove(ColumnFamilyHandle, byte[]) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- remove(byte[]) - 类 中的方法org.apache.flink.contrib.streaming.state.TreeOrderedSetCache
-
- requiresLegacySynchronousTimerSnapshots(SnapshotType) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- resolveCheckpoint(String) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
- restore() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBFullRestoreOperation
-
Restores all key-groups data that is referenced by the passed state handles.
- restore() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBHeapTimersFullRestoreOperation
-
Restores all key-groups data that is referenced by the passed state handles.
- restore() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBIncrementalRestoreOperation
-
Root method that branches for different implementations of KeyedStateHandle.
- restore() - 类 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBNoneRestoreOperation
-
- restore() - 接口 中的方法org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreOperation
-
Restores state that was previously snapshot-ed from the provided state handles.
- RESTORE_OVERLAP_FRACTION_THRESHOLD - 类 中的静态变量org.apache.flink.contrib.streaming.state.RocksDBConfigurableOptions
-
- RocksDBCachingPriorityQueueSet<E extends org.apache.flink.runtime.state.heap.HeapPriorityQueueElement> - org.apache.flink.contrib.streaming.state中的类
-
A priority queue with set semantics, implemented on top of RocksDB.
- RocksDBCachingPriorityQueueSet.OrderedByteArraySetCache - org.apache.flink.contrib.streaming.state中的接口
-
Cache that is organized as an ordered set for byte-arrays.
- RocksDBConfigurableOptions - org.apache.flink.contrib.streaming.state中的类
-
- RocksDBConfigurableOptions() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBConfigurableOptions
-
- RocksDBFullRestoreOperation<K> - org.apache.flink.contrib.streaming.state.restore中的类
-
Encapsulates the process of restoring a RocksDB instance from a full snapshot.
- RocksDBFullRestoreOperation(KeyGroupRange, ClassLoader, Map<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, StateSerializerProvider<K>, File, DBOptions, Function<String, ColumnFamilyOptions>, RocksDBNativeMetricOptions, MetricGroup, Collection<KeyedStateHandle>, RocksDbTtlCompactFiltersManager, long, Long) - 类 的构造器org.apache.flink.contrib.streaming.state.restore.RocksDBFullRestoreOperation
-
- RocksDBFullSnapshotResources<K> - org.apache.flink.contrib.streaming.state.snapshot中的类
-
A FullSnapshotResources for the RocksDB backend.
- RocksDBFullSnapshotResources(ResourceGuard.Lease, Snapshot, List<RocksDBKeyedStateBackend.RocksDbKvStateInfo>, List<HeapPriorityQueueStateSnapshot<?>>, List<StateMetaInfoSnapshot>, RocksDB, int, KeyGroupRange, TypeSerializer<K>, StreamCompressionDecorator) - 类 的构造器org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
- RocksDBHeapTimersFullRestoreOperation<K> - org.apache.flink.contrib.streaming.state.restore中的类
-
Encapsulates the process of restoring a RocksDB instance from a full snapshot.
- RocksDBHeapTimersFullRestoreOperation(KeyGroupRange, int, ClassLoader, Map<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, LinkedHashMap<String, HeapPriorityQueueSnapshotRestoreWrapper<?>>, HeapPriorityQueueSetFactory, StateSerializerProvider<K>, File, DBOptions, Function<String, ColumnFamilyOptions>, RocksDBNativeMetricOptions, MetricGroup, Collection<KeyedStateHandle>, RocksDbTtlCompactFiltersManager, long, Long) - 类 的构造器org.apache.flink.contrib.streaming.state.restore.RocksDBHeapTimersFullRestoreOperation
-
- RocksDBIncrementalCheckpointUtils - org.apache.flink.contrib.streaming.state中的类
-
Utils for RocksDB Incremental Checkpoint.
- RocksDBIncrementalCheckpointUtils() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBIncrementalCheckpointUtils
-
- RocksDBIncrementalRestoreOperation<K> - org.apache.flink.contrib.streaming.state.restore中的类
-
Encapsulates the process of restoring a RocksDB instance from an incremental snapshot.
- RocksDBIncrementalRestoreOperation(String, KeyGroupRange, int, int, CloseableRegistry, ClassLoader, Map<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, StateSerializerProvider<K>, File, File, DBOptions, Function<String, ColumnFamilyOptions>, RocksDBNativeMetricOptions, MetricGroup, Collection<KeyedStateHandle>, RocksDbTtlCompactFiltersManager, long, Long, double) - 类 的构造器org.apache.flink.contrib.streaming.state.restore.RocksDBIncrementalRestoreOperation
-
- RocksDBKeyedStateBackend<K> - org.apache.flink.contrib.streaming.state中的类
-
An AbstractKeyedStateBackend that stores its state in RocksDB and serializes
state to streams provided by a CheckpointStreamFactory
upon checkpointing.
- RocksDBKeyedStateBackend(ClassLoader, File, RocksDBResourceContainer, Function<String, ColumnFamilyOptions>, TaskKvStateRegistry, TypeSerializer<K>, ExecutionConfig, TtlTimeProvider, LatencyTrackingStateConfig, RocksDB, LinkedHashMap<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>>, int, CloseableRegistry, StreamCompressionDecorator, ResourceGuard, RocksDBSnapshotStrategyBase<K, ?>, RocksDBWriteBatchWrapper, ColumnFamilyHandle, RocksDBNativeMetricMonitor, SerializedCompositeKeyBuilder<K>, PriorityQueueSetFactory, RocksDbTtlCompactFiltersManager, InternalKeyContext<K>, long) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- RocksDBKeyedStateBackend.RocksDbKvStateInfo - org.apache.flink.contrib.streaming.state中的类
-
Rocks DB specific information about the k/v states.
- RocksDBKeyedStateBackendBuilder<K> - org.apache.flink.contrib.streaming.state中的类
-
- RocksDBKeyedStateBackendBuilder(String, ClassLoader, File, RocksDBResourceContainer, Function<String, ColumnFamilyOptions>, TaskKvStateRegistry, TypeSerializer<K>, int, KeyGroupRange, ExecutionConfig, LocalRecoveryConfig, EmbeddedRocksDBStateBackend.PriorityQueueStateType, TtlTimeProvider, LatencyTrackingStateConfig, MetricGroup, Collection<KeyedStateHandle>, StreamCompressionDecorator, CloseableRegistry) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackendBuilder
-
- RocksDbKvStateInfo(ColumnFamilyHandle, RegisteredStateMetaInfoBase) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend.RocksDbKvStateInfo
-
- RocksDBMemoryConfiguration - org.apache.flink.contrib.streaming.state中的类
-
The settings regarding RocksDBs memory usage.
- RocksDBMemoryConfiguration() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
- RocksDBMemoryControllerUtils - org.apache.flink.contrib.streaming.state中的类
-
Utils to create Cache and WriteBufferManager which are used to control total
memory usage of RocksDB.
- RocksDBMemoryControllerUtils() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBMemoryControllerUtils
-
- RocksDBNativeMetricMonitor - org.apache.flink.contrib.streaming.state中的类
-
A monitor which pulls {RocksDB} native metrics and forwards them to Flink's metric group.
- RocksDBNativeMetricMonitor(RocksDBNativeMetricOptions, MetricGroup, RocksDB, Statistics) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBNativeMetricMonitor
-
- RocksDBNativeMetricOptions - org.apache.flink.contrib.streaming.state中的类
-
Enable which RocksDB metrics to forward to Flink's metrics reporter.
- RocksDBNativeMetricOptions() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
- RocksDBNoneRestoreOperation<K> - org.apache.flink.contrib.streaming.state.restore中的类
-
Encapsulates the process of initiating a RocksDB instance without restore.
- RocksDBNoneRestoreOperation(Map<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, File, DBOptions, Function<String, ColumnFamilyOptions>, RocksDBNativeMetricOptions, MetricGroup, RocksDbTtlCompactFiltersManager, Long) - 类 的构造器org.apache.flink.contrib.streaming.state.restore.RocksDBNoneRestoreOperation
-
- RocksDBOperationUtils - org.apache.flink.contrib.streaming.state中的类
-
Utils for RocksDB Operations.
- RocksDBOperationUtils() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBOperationUtils
-
- RocksDBOptions - org.apache.flink.contrib.streaming.state中的类
-
Configuration options for the RocksDB backend.
- RocksDBOptions() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBOptions
-
- RocksDBOptionsFactory - org.apache.flink.contrib.streaming.state中的接口
-
- RocksDBPriorityQueueSetFactory - org.apache.flink.contrib.streaming.state中的类
-
Encapsulates the logic and resources in connection with creating priority queue state structures,
for RocksDB backend.
- RocksDBProperty - org.apache.flink.contrib.streaming.state中的枚举
-
RocksDB properties that can be queried by Flink's metrics reporter.
- RocksDBResourceContainer - org.apache.flink.contrib.streaming.state中的类
-
The container for RocksDB resources, including predefined options, option factory and shared
resource among instances.
- RocksDBResourceContainer() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
- RocksDBResourceContainer(PredefinedOptions, RocksDBOptionsFactory) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
- RocksDBResourceContainer(PredefinedOptions, RocksDBOptionsFactory, OpaqueMemoryResource<RocksDBSharedResources>) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
- RocksDBResourceContainer(ReadableConfig, PredefinedOptions, RocksDBOptionsFactory, OpaqueMemoryResource<RocksDBSharedResources>, boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBResourceContainer
-
- rocksDBResourceGuard - 类 中的变量org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-
Resource guard for the RocksDB instance.
- RocksDBRestoreOperation - org.apache.flink.contrib.streaming.state.restore中的接口
-
Interface for RocksDB restore.
- RocksDBRestoreResult - org.apache.flink.contrib.streaming.state.restore中的类
-
Entity holding result of RocksDB instance restore.
- RocksDBRestoreResult(RocksDB, ColumnFamilyHandle, RocksDBNativeMetricMonitor, long, UUID, SortedMap<Long, Collection<IncrementalKeyedStateHandle.HandleAndLocalPath>>) - 类 的构造器org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreResult
-
- RocksDBSnapshotOperation(long, CheckpointStreamFactory, SnapshotDirectory, List<StateMetaInfoSnapshot>) - 类 的构造器org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation
-
- RocksDBSnapshotStrategyBase<K,R extends org.apache.flink.runtime.state.SnapshotResources> - org.apache.flink.contrib.streaming.state.snapshot中的类
-
Abstract base class for SnapshotStrategy implementations for RocksDB state backend.
- RocksDBSnapshotStrategyBase(String, RocksDB, ResourceGuard, TypeSerializer<K>, LinkedHashMap<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, KeyGroupRange, int, LocalRecoveryConfig, File, UUID) - 类 的构造器org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-
- RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources - org.apache.flink.contrib.streaming.state.snapshot中的类
-
A SnapshotResources for native rocksdb snapshot.
- RocksDBSnapshotStrategyBase.PreviousSnapshot - org.apache.flink.contrib.streaming.state.snapshot中的类
-
Previous snapshot with uploaded sst files.
- RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation - org.apache.flink.contrib.streaming.state.snapshot中的类
-
Common operation in native rocksdb snapshot result supplier.
- RocksDBStateBackend - org.apache.flink.contrib.streaming.state中的类
-
已过时。
- RocksDBStateBackend(String) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that stores its checkpoint data in the file system
and location defined by the given URI.
- RocksDBStateBackend(String, boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that stores its checkpoint data in the file system
and location defined by the given URI.
- RocksDBStateBackend(URI) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that stores its checkpoint data in the file system
and location defined by the given URI.
- RocksDBStateBackend(URI, boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that stores its checkpoint data in the file system
and location defined by the given URI.
- RocksDBStateBackend(StateBackend) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that uses the given state backend to store its
checkpoint data streams.
- RocksDBStateBackend(StateBackend, TernaryBoolean) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Creates a new RocksDBStateBackend that uses the given state backend to store its
checkpoint data streams.
- RocksDBStateBackend(AbstractStateBackend) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
- RocksDBStateBackend(AbstractStateBackend, boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
- RocksDBStateBackend.PriorityQueueStateType - org.apache.flink.contrib.streaming.state中的枚举
-
已过时。
- RocksDBStateBackendFactory - org.apache.flink.contrib.streaming.state中的类
-
- RocksDBStateBackendFactory() - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateBackendFactory
-
- RocksDBStateDownloader - org.apache.flink.contrib.streaming.state中的类
-
Help class for downloading RocksDB state files.
- RocksDBStateDownloader(int) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateDownloader
-
- RocksDBStateUploader - org.apache.flink.contrib.streaming.state中的类
-
Help class for uploading RocksDB state files.
- RocksDBStateUploader(int) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBStateUploader
-
- RocksDbTtlCompactFiltersManager - org.apache.flink.contrib.streaming.state.ttl中的类
-
RocksDB compaction filter utils for state with TTL.
- RocksDbTtlCompactFiltersManager(TtlTimeProvider) - 类 的构造器org.apache.flink.contrib.streaming.state.ttl.RocksDbTtlCompactFiltersManager
-
- RocksDBWriteBatchWrapper - org.apache.flink.contrib.streaming.state中的类
-
It's a wrapper class around RocksDB's WriteBatch for writing in bulk.
- RocksDBWriteBatchWrapper(RocksDB, long) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- RocksDBWriteBatchWrapper(RocksDB, WriteOptions) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- RocksDBWriteBatchWrapper(RocksDB, WriteOptions, long) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- RocksDBWriteBatchWrapper(RocksDB, WriteOptions, int, long) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper
-
- RocksIncrementalSnapshotStrategy<K> - org.apache.flink.contrib.streaming.state.snapshot中的类
-
Snapshot strategy for
RocksDBKeyedStateBackend
that is based on RocksDB's native checkpoints and creates incremental snapshots.
- RocksIncrementalSnapshotStrategy(RocksDB, ResourceGuard, TypeSerializer<K>, LinkedHashMap<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, KeyGroupRange, int, LocalRecoveryConfig, CloseableRegistry, File, UUID, SortedMap<Long, Collection<IncrementalKeyedStateHandle.HandleAndLocalPath>>, RocksDBStateUploader, long) - 类 的构造器org.apache.flink.contrib.streaming.state.snapshot.RocksIncrementalSnapshotStrategy
-
- RocksIteratorWrapper - org.apache.flink.contrib.streaming.state中的类
-
This class was originally a wrapper around RocksIterator to check the iterator status for
all the methods mentioned to require this check in the wiki documentation: seek, next,
seekToFirst, seekToLast, seekForPrev, and prev.
- RocksIteratorWrapper(RocksIterator) - 类 的构造器org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- RocksNativeFullSnapshotStrategy<K> - org.apache.flink.contrib.streaming.state.snapshot中的类
-
Snapshot strategy for
RocksDBKeyedStateBackend based on RocksDB's native checkpoints and
creates full snapshots. the difference between savepoint is that sst files will be uploaded
rather than states.
- RocksNativeFullSnapshotStrategy(RocksDB, ResourceGuard, TypeSerializer<K>, LinkedHashMap<String, RocksDBKeyedStateBackend.RocksDbKvStateInfo>, KeyGroupRange, int, LocalRecoveryConfig, File, UUID, RocksDBStateUploader) - 类 的构造器org.apache.flink.contrib.streaming.state.snapshot.RocksNativeFullSnapshotStrategy
-
- RocksQueueIterator - org.apache.flink.contrib.streaming.state.iterator中的类
-
An iterator over heap timers that produces rocks compatible binary format.
- RocksQueueIterator(HeapPriorityQueueStateSnapshot<?>, KeyGroupRange, int, int) - 类 的构造器org.apache.flink.contrib.streaming.state.iterator.RocksQueueIterator
-
- RocksSnapshotUtil - org.apache.flink.contrib.streaming.state.snapshot中的类
-
- RocksStateKeysAndNamespaceIterator<K,N> - org.apache.flink.contrib.streaming.state.iterator中的类
-
- RocksStateKeysAndNamespaceIterator(RocksIteratorWrapper, String, TypeSerializer<K>, TypeSerializer<N>, int, boolean) - 类 的构造器org.apache.flink.contrib.streaming.state.iterator.RocksStateKeysAndNamespaceIterator
-
- RocksStateKeysIterator<K> - org.apache.flink.contrib.streaming.state.iterator中的类
-
- RocksStateKeysIterator(RocksIteratorWrapper, String, TypeSerializer<K>, int, boolean, byte[]) - 类 的构造器org.apache.flink.contrib.streaming.state.iterator.RocksStateKeysIterator
-
- RocksStatesPerKeyGroupMergeIterator - org.apache.flink.contrib.streaming.state.iterator中的类
-
Iterator that merges multiple RocksDB iterators to partition all states into contiguous
key-groups.
- RocksStatesPerKeyGroupMergeIterator(CloseableRegistry, List<Tuple2<RocksIteratorWrapper, Integer>>, List<SingleStateIterator>, int) - 类 的构造器org.apache.flink.contrib.streaming.state.iterator.RocksStatesPerKeyGroupMergeIterator
-
- RocksTransformingIteratorWrapper - org.apache.flink.contrib.streaming.state.iterator中的类
-
Wrapper around RocksIterator that applies a given StateSnapshotTransformer to the
elements during the iteration.
- RocksTransformingIteratorWrapper(RocksIterator, StateSnapshotTransformer<byte[]>) - 类 的构造器org.apache.flink.contrib.streaming.state.iterator.RocksTransformingIteratorWrapper
-
- savepoint() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- seek(byte[]) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- seek(ByteBuffer) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- seekForPrev(byte[]) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- seekForPrev(ByteBuffer) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- seekToFirst() - 类 中的方法org.apache.flink.contrib.streaming.state.iterator.RocksTransformingIteratorWrapper
-
- seekToFirst() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- seekToLast() - 类 中的方法org.apache.flink.contrib.streaming.state.iterator.RocksTransformingIteratorWrapper
-
- seekToLast() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- setAndRegisterCompactFilterIfStateTtl(RegisteredStateMetaInfoBase, ColumnFamilyOptions) - 类 中的方法org.apache.flink.contrib.streaming.state.ttl.RocksDbTtlCompactFiltersManager
-
- setBlockCacheSize(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setBlockSize(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setBloomFilterBitsPerKey(double) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setBloomFilterBlockBasedMode(boolean) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setColumnFamilyAsVariable(boolean) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBNativeMetricOptions
-
Returns the column family as variable.
- setCompactionStyle(CompactionStyle) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setCurrentKey(K) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
- setCurrentNamespace(N) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- setDbStoragePath(String) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the path where the RocksDB local database files should be stored on the local file
system.
- setDbStoragePath(String) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the path where the RocksDB local database files should be stored on the local file
system.
- setDbStoragePaths(String...) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the directories in which the local RocksDB database puts its files (like SST and
metadata files).
- setDbStoragePaths(String...) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the directories in which the local RocksDB database puts its files (like SST and
metadata files).
- setDefaultValue(V) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- setFixedMemoryPerSlot(MemorySize) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Configures RocksDB to use a fixed amount of memory shared between all instances (operators)
in a slot.
- setFixedMemoryPerSlot(String) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Configures RocksDB to use a fixed amount of memory shared between all instances (operators)
in a slot.
- setHighPriorityPoolRatio(double) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Sets the fraction of the total memory to be used for high priority blocks like indexes,
dictionaries, etc.
- setInternalIndex(int) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet
-
- setLogDir(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
The directory for RocksDB's logging files.
- setLogFileNum(int) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
The maximum number of files RocksDB should keep for logging.
- setLogLevel(InfoLogLevel) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMaxBackgroundThreads(int) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMaxLogFileSize(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
The maximum size of RocksDB's file used for logging.
- setMaxOpenFiles(int) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMaxSizeLevelBase(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMaxWriteBufferNumber(int) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMetadataBlockSize(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setMinWriteBufferNumberToMerge(int) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setNamespaceSerializer(TypeSerializer<N>) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- setNumberOfTransferingThreads(int) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
- setNumberOfTransferThreads(int) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the number of threads used to transfer files while snapshotting/restoring.
- setNumberOfTransferThreads(int) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the number of threads used to transfer files while snapshotting/restoring.
- setPredefinedOptions(PredefinedOptions) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the predefined options for RocksDB.
- setPredefinedOptions(PredefinedOptions) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the predefined options for RocksDB.
- setPriorityQueueStateType(EmbeddedRocksDBStateBackend.PriorityQueueStateType) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the type of the priority queue state.
- setPriorityQueueStateType(RocksDBStateBackend.PriorityQueueStateType) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the type of the priority queue state.
- setRocksDBOptions(RocksDBOptionsFactory) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets Options for the RocksDB instances.
- setRocksDBOptions(RocksDBOptionsFactory) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets Options for the RocksDB instances.
- setTargetFileSizeBase(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setUseBloomFilter(boolean) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setUseDynamicLevelSize(boolean) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- setUseManagedMemory(boolean) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Configures RocksDB to use the managed memory of a slot.
- setValueSerializer(TypeSerializer<V>) - 类 中的方法org.apache.flink.contrib.streaming.state.AbstractRocksDBState
-
- setWriteBatchSize(long) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
Sets the max batch size will be used in
RocksDBWriteBatchWrapper, no positive value
will disable memory size controller, just use item count controller.
- setWriteBatchSize(long) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
Sets the max batch size will be used in
RocksDBWriteBatchWrapper, no positive value
will disable memory size controller, just use item count controller.
- setWriteBufferRatio(double) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBMemoryConfiguration
-
Sets the fraction of the total memory to be used for write buffers.
- setWriteBufferSize(String) - 类 中的方法org.apache.flink.contrib.streaming.state.DefaultConfigurableOptionsFactory
-
已过时。
- SingleStateIterator - org.apache.flink.contrib.streaming.state.iterator中的接口
-
An interface for iterating over a single state in a RocksDB state backend.
- size() - 接口 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet.OrderedByteArraySetCache
-
Returns the number of contained elements.
- size() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBCachingPriorityQueueSet
-
This implementation comes at a relatively high cost per invocation.
- size() - 类 中的方法org.apache.flink.contrib.streaming.state.TreeOrderedSetCache
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
Triggers an asynchronous snapshot of the keyed state backend from RocksDB.
- snapshotDirectory - 类 中的变量org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources
-
- snapshotMetaData(long, List<StateMetaInfoSnapshot>) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-
- snapshotMetaData(long, List<StateMetaInfoSnapshot>) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksIncrementalSnapshotStrategy
-
- snapshotMetaData(long, List<StateMetaInfoSnapshot>) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksNativeFullSnapshotStrategy
-
- SST_FILE_SUFFIX - 类 中的静态变量org.apache.flink.contrib.streaming.state.snapshot.RocksSnapshotUtil
-
File suffix of sstable files.
- state - 类 中的变量org.apache.flink.contrib.streaming.state.iterator.AbstractRocksStateKeysIterator
-
- stateMetaInfoSnapshots - 类 中的变量org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources
-
- stateMetaInfoSnapshots - 类 中的变量org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation
-
The state meta data.
- status() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksIteratorWrapper
-
- supportsNoClaimRestoreMode() - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
- supportsNoClaimRestoreMode() - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
- supportsSavepointFormat(SavepointFormatType) - 类 中的方法org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
-
- supportsSavepointFormat(SavepointFormatType) - 类 中的方法org.apache.flink.contrib.streaming.state.RocksDBStateBackend
-
已过时。
- syncPrepareResources(long) - 类 中的方法org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase
-