Interface IContextActivationCallback

All Known Implementing Classes:
DerivedDataManager

public interface IContextActivationCallback
Context activation/deactivation callback that is used to start the process of deactivation/reactivation of a previously collected (but not yet computed) contexts in async data processing pipelie
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reactivates collected async computing contexts for a specified segment.
    void
    Deactivates collected async computing contexts for a specified segment
  • Method Details

    • deactivateContexts

      void deactivateContexts(String segmentId)
      Deactivates collected async computing contexts for a specified segment
      Parameters:
      segmentId - The async computing pipeline segment. Cannot be null
    • activateContexts

      void activateContexts(String segmentId)
      Reactivates collected async computing contexts for a specified segment. Do nothing if contexts were not deactivated earlier
      Parameters:
      segmentId - The async computing pipeline segment. Cannot be null