Class SynchronizerStatistics


  • public class SynchronizerStatistics
    extends java.lang.Object
    Holds the statistics of the last synchronization process.
    Since:
    8.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Constructor Detail

      • SynchronizerStatistics

        public SynchronizerStatistics()
    • Method Detail

      • isUserSyncEnabled

        public boolean isUserSyncEnabled()
      • getUsersCreated

        public int getUsersCreated()
      • getUsersDeleted

        public int getUsersDeleted()
      • getUsersUpdated

        public int getUsersUpdated()
      • getUsersMatched

        public int getUsersMatched()
      • getRemoteUsers

        public int getRemoteUsers()
      • isGroupSyncEnabled

        public boolean isGroupSyncEnabled()
      • getGroupsCreated

        public int getGroupsCreated()
      • getGroupsDeleted

        public int getGroupsDeleted()
      • getGroupsUpdated

        public int getGroupsUpdated()
      • getGroupsMatched

        public int getGroupsMatched()
      • getRemoteGroups

        public int getRemoteGroups()
      • getStartTime

        public java.util.Date getStartTime()
      • getFinishTime

        public java.util.Date getFinishTime()
      • getDuration

        public long getDuration()
      • getErrors

        @NotNull
        public java.util.List<java.lang.String> getErrors()
      • clear

        public void clear()
      • syncStarted

        public void syncStarted()
      • syncFinished

        public void syncFinished()
      • addError

        public void addError​(@NotNull
                             java.lang.String error)
      • addInitError

        public void addInitError​(@NotNull
                                 java.lang.String error)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object