Uses of Interface
org.apache.flink.runtime.state.SharedStateRegistryFactory
Packages that use SharedStateRegistryFactory
Package
Description
-
Uses of SharedStateRegistryFactory in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type SharedStateRegistryFactoryModifier and TypeMethodDescriptionCheckpointRecoveryFactory.createRecoveredCompletedCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Creates a RECOVEREDCompletedCheckpointStoreinstance for a job.PerJobCheckpointRecoveryFactory.createRecoveredCompletedCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) StandaloneCheckpointRecoveryFactory.createRecoveredCompletedCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) ZooKeeperCheckpointRecoveryFactory.createRecoveredCompletedCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper.recoverCheckpointStore(int maxNumberOfCheckpointsToRetain, StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Constructors in org.apache.flink.runtime.checkpoint with parameters of type SharedStateRegistryFactoryModifierConstructorDescriptionStandaloneCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) CreatesStandaloneCompletedCheckpointStore. -
Uses of SharedStateRegistryFactory in org.apache.flink.runtime.dispatcher.cleanup
Constructors in org.apache.flink.runtime.dispatcher.cleanup with parameters of type SharedStateRegistryFactoryModifierConstructorDescriptionCheckpointResourcesCleanupRunner(JobResult jobResult, CheckpointRecoveryFactory checkpointRecoveryFactory, SharedStateRegistryFactory sharedStateRegistryFactory, org.apache.flink.configuration.Configuration jobManagerConfiguration, Executor cleanupExecutor, long initializationTimestamp) -
Uses of SharedStateRegistryFactory in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as SharedStateRegistryFactoryModifier and TypeFieldDescriptionstatic final SharedStateRegistryFactorySharedStateRegistry.DEFAULT_FACTORYA singleton object for the default implementation of aSharedStateRegistryFactory -
Uses of SharedStateRegistryFactory in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util with parameters of type SharedStateRegistryFactoryModifier and TypeMethodDescriptionstatic CompletedCheckpointStoreZooKeeperUtils.createCompletedCheckpoints(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, org.apache.flink.configuration.Configuration configuration, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, Executor executor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Creates aDefaultCompletedCheckpointStoreinstance withZooKeeperStateHandleStore.