Interface IDerivedDataServiceLockController


public interface IDerivedDataServiceLockController
Locks the process of the derived data calculation/additional task pipeline processing. Locked derived data service still accepts BM events and registers affected DD parts in the derived data calculation roadmap,
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if there are no active builds at the moment.
    boolean
    Checks if the application infrastructure is ready for the derived data facility to operate.
  • Method Details

    • isInfrastructureReady

      boolean isInfrastructureReady()
      Checks if the application infrastructure is ready for the derived data facility to operate.
      Returns:
      True if the infrastructure is available and alive; false otherwise.
    • areBuildsFinished

      boolean areBuildsFinished()
      Check if there are no active builds at the moment.
      Returns:
      True if the are no builds in the system at the moment.