Interface PurgingOperations


  • public interface PurgingOperations
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PurgingProcess purgeAsync​(com.onwbp.adaptation.AdaptationTable table)
      Executes a purging process on Matching results of the specified matching table in asynchronous mode.
      void purgeSync​(com.onwbp.adaptation.AdaptationTable table)
      Executes a purging process on Matching results of the specified matching table in synchronous mode.
    • Method Detail

      • purgeSync

        void purgeSync​(com.onwbp.adaptation.AdaptationTable table)
                throws com.orchestranetworks.addon.mame.common.InvalidStateException
        Executes a purging process on Matching results of the specified matching table in synchronous mode.
        Parameters:
        table - A matching table
        Throws:
        com.orchestranetworks.addon.mame.common.InvalidStateException
      • purgeAsync

        PurgingProcess purgeAsync​(com.onwbp.adaptation.AdaptationTable table)
                           throws com.orchestranetworks.addon.mame.common.InvalidStateException
        Executes a purging process on Matching results of the specified matching table in asynchronous mode.
        Parameters:
        table - A matching table
        Returns:
        current purging process
        Throws:
        com.orchestranetworks.addon.mame.common.InvalidStateException