跳过导航链接
A B C D F G H I K N O P R S U V 

A

AbstractChangelogStateBackend - org.apache.flink.state.changelog中的类
An abstract base implementation of the StateBackend interface whose subclasses use delegatedStateBackend and State changes to restore.
add(T) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
addAll(Collection<? extends T>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
addOrUpdate(StateDescriptor<S, T>) - 类 中的方法org.apache.flink.state.changelog.restore.FunctionDelegationHelper
 
apply(StateChangeOperation, DataInputView) - 接口 中的方法org.apache.flink.state.changelog.restore.StateChangeApplier
 
applyToAllKeys(N, TypeSerializer<N>, StateDescriptor<S, T>, KeyedStateFunction<K, S>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 

B

byCode(byte) - 枚举 中的静态方法org.apache.flink.state.changelog.StateChangeOperation
 

C

ChangelogApplierFactory - org.apache.flink.state.changelog.restore中的接口
ChangelogBackendRestoreOperation - org.apache.flink.state.changelog.restore中的类
Restores ChangelogKeyedStateBackend from the provided handles.
ChangelogBackendRestoreOperation.BaseBackendBuilder<K> - org.apache.flink.state.changelog.restore中的接口
Builds base backend for ChangelogKeyedStateBackend from state.
ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K> - org.apache.flink.state.changelog.restore中的接口
Builds ChangelogRestoreTarget from the base backend and state.
ChangelogKeyedStateBackend<K> - org.apache.flink.state.changelog中的类
A KeyedStateBackend that keeps state on the underlying delegated keyed state backend as well as on the state change log.
ChangelogKeyedStateBackend(AbstractKeyedStateBackend<K>, String, ExecutionConfig, TtlTimeProvider, ChangelogStateBackendMetricGroup, StateChangelogWriter<? extends ChangelogStateHandle>, Collection<ChangelogStateBackendHandle>, CheckpointStorageWorkerView) - 类 的构造器org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
ChangelogKeyedStateBackend(AbstractKeyedStateBackend<K>, String, ExecutionConfig, TtlTimeProvider, ChangelogStateBackendMetricGroup, StateChangelogWriter<? extends ChangelogStateHandle>, Collection<ChangelogStateBackendHandle>, CheckpointStorageWorkerView, ChangelogStateFactory) - 类 的构造器org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
ChangelogKeyGroupedPriorityQueue<T> - org.apache.flink.state.changelog中的类
A KeyGroupedInternalPriorityQueue that keeps state on the underlying delegated KeyGroupedInternalPriorityQueue as well as on the state change log.
ChangelogKeyGroupedPriorityQueue(KeyGroupedInternalPriorityQueue<T>, StateChangeLogger<T, Void>, TypeSerializer<T>) - 类 的构造器org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
ChangelogMigrationRestoreTarget<K> - org.apache.flink.state.changelog.restore中的类
A ChangelogRestoreTarget supports to migrate to the delegated keyed state backend.
ChangelogMigrationRestoreTarget(AbstractKeyedStateBackend<K>, ChangelogStateFactory) - 类 的构造器org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
ChangelogRestoreTarget<K> - org.apache.flink.state.changelog.restore中的接口
Maintains metadata operation related to Changelog recovery.
ChangelogState - org.apache.flink.state.changelog中的接口
ChangelogStateBackend - org.apache.flink.state.changelog中的类
This state backend holds the working state in the underlying delegatedStateBackend, and forwards state changes to State Changelog.
ChangelogStateFactory - org.apache.flink.state.changelog中的类
Maintains the lifecycle of all ChangelogStates.
ChangelogStateFactory() - 类 的构造器org.apache.flink.state.changelog.ChangelogStateFactory
 
close() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
configure(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateBackend
 
create(String, TypeSerializer<T>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
create(StateDescriptor<S, V>, InternalKvState<K, N, V>, KvStateChangeLogger<V, N>, InternalKeyContext<K>) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateFactory
 
create(String, KeyGroupedInternalPriorityQueue<T>, StateChangeLogger<T, Void>, TypeSerializer<T>) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateFactory
 
createKeyedState(TypeSerializer<N>, StateDescriptor<S, V>) - 类 中的方法org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
createKeyedState(TypeSerializer<N>, StateDescriptor<S, V>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogRestoreTarget
Creates a keyed state which could be retrieved by #getExistingState(String, BackendStateType) in the restore procedure.
createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry, double) - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
createPqState(String, TypeSerializer<T>) - 类 中的方法org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
createPqState(String, TypeSerializer<T>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogRestoreTarget
Creates a KeyGroupedInternalPriorityQueue which could be retrieved by #getExistingState(String, BackendStateType) in the restore procedure.

D

DeactivatedChangelogStateBackend - org.apache.flink.state.changelog中的类
This state backend use delegatedStateBackend and State changes to restore to the delegatedStateBackend in which switching Changelog from enabled to disabled.
delegateAggregateFunction() - 类 中的静态方法org.apache.flink.state.changelog.restore.FunctionDelegationHelper
 
delegatedStateBackend - 类 中的变量org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
delegateReduceFunction() - 类 中的静态方法org.apache.flink.state.changelog.restore.FunctionDelegationHelper
 
deregisterKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
dispose() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
dispose() - 类 中的方法org.apache.flink.state.changelog.ChangelogStateFactory
 

F

forAggregating(InternalAggregatingState<K, N, IN, SV, OUT>, InternalKeyContext<K>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
forList(InternalListState<K, N, T>, InternalKeyContext<K>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
forMap(InternalMapState<K, N, UK, UV>, InternalKeyContext<K>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
forPriorityQueue(KeyGroupedInternalPriorityQueue<T>, TypeSerializer<T>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
forReducing(InternalReducingState<K, N, T>, InternalKeyContext<K>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
forValue(InternalValueState<K, N, T>, InternalKeyContext<K>) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogApplierFactory
 
FunctionDelegationHelper - org.apache.flink.state.changelog.restore中的类
Delegating functions are used to create metadata on recovery when the actual function code is not known yet.
FunctionDelegationHelper() - 类 的构造器org.apache.flink.state.changelog.restore.FunctionDelegationHelper
 

G

getChangeApplier(ChangelogApplierFactory) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
getChangeApplier(ChangelogApplierFactory) - 接口 中的方法org.apache.flink.state.changelog.ChangelogState
 
getChangelogRestoreTarget() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getCode() - 枚举 中的方法org.apache.flink.state.changelog.StateChangeOperation
 
getCurrentKey() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getDelegatedKeyedStateBackend(boolean) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getDelegatedStateBackend() - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
getExistingState(String, StateMetaInfoSnapshot.BackendStateType) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateFactory
 
getExistingState(String, StateMetaInfoSnapshot.BackendStateType) - 类 中的方法org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
getExistingState(String, StateMetaInfoSnapshot.BackendStateType) - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogRestoreTarget
getKeyGroupRange() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getKeyGroupRange() - 类 中的方法org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
getKeyGroupRange() - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogRestoreTarget
Returns the key groups which this restore procedure covers.
getKeys(String, N) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getKeysAndNamespaces(String) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getKeySerializer() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getOrCreateKeyedState(TypeSerializer<N>, StateDescriptor<S, T>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getPartitionedState(N, TypeSerializer<N>, StateDescriptor<S, ?>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getRestoredKeyedStateBackend() - 类 中的方法org.apache.flink.state.changelog.restore.ChangelogMigrationRestoreTarget
 
getRestoredKeyedStateBackend() - 接口 中的方法org.apache.flink.state.changelog.restore.ChangelogRestoreTarget
Returns keyed state backend restored finally.
getStateChangeLogger() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
getSubsetForKeyGroup(int) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 

H

handleMaterializationFailureOrCancellation(long, SequenceNumber, Throwable) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
handleMaterializationResult(SnapshotResult<KeyedStateHandle>, long, SequenceNumber) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
This method is not thread safe.

I

initMaterialization() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
Initialize state materialization so that materialized data can be persisted durably and included into the checkpoint.
isEmpty() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
isSafeToReuseKVState() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
iterator() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 

K

KvStateChangeLogger<Value,Namespace> - org.apache.flink.state.changelog中的接口
A logger for some key-partitioned state (not only ValueState.

N

namespacesMerged(Namespace, Collection<Namespace>) - 接口 中的方法org.apache.flink.state.changelog.KvStateChangeLogger
 
notifyCheckpointAborted(long) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
notifyCheckpointComplete(long) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
notifyCheckpointSubsumed(long) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
numKeyValueStateEntries() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 

O

org.apache.flink.state.changelog - 程序包 org.apache.flink.state.changelog
 
org.apache.flink.state.changelog.restore - 程序包 org.apache.flink.state.changelog.restore
 

P

peek() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
poll() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 

R

registerCloseable(Closeable) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
remove(T) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
resetAllWritingMetaFlags() - 类 中的方法org.apache.flink.state.changelog.ChangelogStateFactory
 
resetWritingMetaFlag() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
resetWritingMetaFlag() - 接口 中的方法org.apache.flink.state.changelog.ChangelogState
Enable logging meta data before next writes.
resetWritingMetaFlag() - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
Enable logging meta data before next writes.
restore(Environment, String, KeyGroupRange, TtlTimeProvider, MetricGroup, Collection<ChangelogStateBackendHandle>, ChangelogBackendRestoreOperation.BaseBackendBuilder<K>) - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 
restore(Environment, String, KeyGroupRange, TtlTimeProvider, MetricGroup, Collection<ChangelogStateBackendHandle>, ChangelogBackendRestoreOperation.BaseBackendBuilder<K>) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateBackend
 
restore(Environment, String, KeyGroupRange, TtlTimeProvider, MetricGroup, Collection<ChangelogStateBackendHandle>, ChangelogBackendRestoreOperation.BaseBackendBuilder<K>) - 类 中的方法org.apache.flink.state.changelog.DeactivatedChangelogStateBackend
 
restore(Configuration, ClassLoader, TaskStateManager, Collection<ChangelogStateBackendHandle>, ChangelogBackendRestoreOperation.BaseBackendBuilder<K>, ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>) - 类 中的静态方法org.apache.flink.state.changelog.restore.ChangelogBackendRestoreOperation
 

S

savepoint() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
setCurrentKey(K) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
setDelegatedState(IS) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
setDelegatedState(IS) - 接口 中的方法org.apache.flink.state.changelog.ChangelogState
 
size() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
StateChangeApplier - org.apache.flink.state.changelog.restore中的接口
Applies state data change to some state.
StateChangeLogger<Value,Namespace> - org.apache.flink.state.changelog中的接口
Logs changes to a state created by ChangelogKeyedStateBackend.
StateChangeOperation - org.apache.flink.state.changelog中的枚举
The operation applied to ChangelogState.

U

useManagedMemory() - 类 中的方法org.apache.flink.state.changelog.AbstractChangelogStateBackend
 

V

valueAdded(Value, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State added, such as append to list.addAll.
valueCleared(Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State cleared.
valueElementAdded(ThrowingConsumer<DataOutputViewStreamWrapper, IOException>, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State element added, such as append of a single element to a list.
valueElementAddedOrUpdated(ThrowingConsumer<DataOutputViewStreamWrapper, IOException>, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State element added or updated, such as put into a map.
valueElementRemoved(ThrowingConsumer<DataOutputViewStreamWrapper, IOException>, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State element removed, such mapping removal from a map.
valueOf(String) - 枚举 中的静态方法org.apache.flink.state.changelog.StateChangeOperation
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.state.changelog.StateChangeOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueUpdated(Value, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State updated, such as by ListState.update(java.util.List<T>).
valueUpdatedInternal(Value, Namespace) - 接口 中的方法org.apache.flink.state.changelog.StateChangeLogger
State update internally (usually with a value that the user has no control over).
A B C D F G H I K N O P R S U V 
跳过导航链接

Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.