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

A

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.DeltaBackendBuilder<K> - org.apache.flink.state.changelog.restore中的接口
Builds ChangelogKeyedStateBackend 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>, ExecutionConfig, TtlTimeProvider, StateChangelogWriter<ChangelogStateHandle>, Collection<ChangelogStateBackendHandle>, MailboxExecutor, ExecutorService) - 类 的构造器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>, PriorityQueueStateChangeLogger<T>, TypeSerializer<T>) - 类 的构造器org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
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.
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
 
createInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateBackend
 
createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry, double) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateBackend
 
createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.state.changelog.ChangelogStateBackend
 

D

delegateAggregateFunction() - 类 中的静态方法org.apache.flink.state.changelog.restore.FunctionDelegationHelper
 
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
 

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
 
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.ChangelogStateBackend
 
getExistingStateForRecovery(String, StateMetaInfoSnapshot.BackendStateType) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
getKeyGroupRange() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
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
 
getSubsetForKeyGroup(int) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 

I

isEmpty() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
isStateImmutableInStateBackend(CheckpointType) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
iterator() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 

N

notifyCheckpointAborted(long) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
notifyCheckpointComplete(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

registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
remove(T) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyGroupedPriorityQueue
 
restore(StateChangelogHandleReader<T>, ClassLoader, Collection<ChangelogStateBackendHandle>, ChangelogBackendRestoreOperation.BaseBackendBuilder<K>, ChangelogBackendRestoreOperation.DeltaBackendBuilder<K>) - 类 中的静态方法org.apache.flink.state.changelog.restore.ChangelogBackendRestoreOperation
 

S

savepoint() - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
setCurrentKey(K) - 类 中的方法org.apache.flink.state.changelog.ChangelogKeyedStateBackend
 
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.
StateChangeOperation - org.apache.flink.state.changelog中的枚举
The operation applied to ChangelogState.

U

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

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.state.changelog.StateChangeOperation
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.state.changelog.StateChangeOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D F G I N O P R S U V 
跳过导航链接

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