Interface SynchronizationAdministrationApi


  • @Deprecated
    public interface SynchronizationAdministrationApi
    Deprecated.
    This interface will be removed in the future. Please, use SynchronizationAdministrationApi.
    API for maintaining command's synchronization hashes.
    • Method Detail

      • exists

        @Deprecated
        boolean exists​(String synchronizationId)
        Deprecated.
        This method will be removed in the future. Please, use SynchronizationAdministrationApi.exists(String).
        Checks whether given synchronization id already exists.
        Parameters:
        synchronizationId - the synchronization id to check
        Returns:
        true if synchronization id already exists, false otherwise
      • removeSynchronization

        @Deprecated
        void removeSynchronization​(String synchronizationId)
        Deprecated.
        This method will be removed in the future. Please, use SynchronizationAdministrationApi.removeSynchronization(String).
        Removes all information about synchronization process corresponding to provided synchronization id.

        This stops tracking of synchronization identified by provided synchronization id. The next synchronization process specified with this id will not be able to detect resources that should be removed.

        Parameters:
        synchronizationId - the synchronization id for which synchronization information should be removed
      • evictSynchronizationCache

        @Deprecated
        void evictSynchronizationCache​(String synchronizationId)
        Deprecated.
        This method will be removed in the future. Please, use SynchronizationAdministrationApi.evictSynchronizationCache(String).
        Removes all cache entries corresponding to provided synchronization id.
        Parameters:
        synchronizationId - the synchronization id for which cache entries should be cleaned