Interface SharedStateRegistryFactory


public interface SharedStateRegistryFactory
Simple factory to produce SharedStateRegistry objects.
  • Method Details

    • create

      SharedStateRegistry create(Executor deleteExecutor, Collection<CompletedCheckpoint> checkpoints, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)
      Factory method for SharedStateRegistry.
      Parameters:
      deleteExecutor - executor used to run (async) deletes.
      checkpoints - whose shared state will be registered.
      recoveryClaimMode - the mode in which the given checkpoints were restored
      Returns:
      a SharedStateRegistry object