Class ReconciliationStatus<SPEC extends AbstractFlinkSpec>

    • Constructor Detail

      • ReconciliationStatus

        public ReconciliationStatus()
    • Method Detail

      • getSpecClass

        public abstract java.lang.Class<SPEC> getSpecClass()
      • deserializeLastReconciledSpec

        public SPEC deserializeLastReconciledSpec()
      • deserializeLastStableSpec

        public SPEC deserializeLastStableSpec()
      • deserializeLastReconciledSpecWithMeta

        public SpecWithMeta<SPEC> deserializeLastReconciledSpecWithMeta()
      • deserializeLastStableSpecWithMeta

        public SpecWithMeta<SPEC> deserializeLastStableSpecWithMeta()
      • markReconciledSpecAsStable

        public void markReconciledSpecAsStable()
      • isLastReconciledSpecStable

        public boolean isLastReconciledSpecStable()
      • isBeforeFirstDeployment

        public boolean isBeforeFirstDeployment()