Uses of Class
com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
-
Packages that use TimeGuard.TimeData Package Description com.igormaznitsa.meta.common.exceptions com.igormaznitsa.meta.common.utils -
-
Uses of TimeGuard.TimeData in com.igormaznitsa.meta.common.exceptions
Fields in com.igormaznitsa.meta.common.exceptions declared as TimeGuard.TimeData Modifier and Type Field Description private TimeGuard.TimeDataTimeViolationError. itemMethods in com.igormaznitsa.meta.common.exceptions that return TimeGuard.TimeData Modifier and Type Method Description TimeGuard.TimeDataTimeViolationError. getData()Get the data container which was created during time watcher registration.Constructors in com.igormaznitsa.meta.common.exceptions with parameters of type TimeGuard.TimeData Constructor Description TimeViolationError(long detectedTimeInMilliseconds, TimeGuard.TimeData item)The Constructor. -
Uses of TimeGuard.TimeData in com.igormaznitsa.meta.common.utils
Fields in com.igormaznitsa.meta.common.utils with type parameters of type TimeGuard.TimeData Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.List<TimeGuard.TimeData>>TimeGuard. REGISTRYInside thread local storage of registered processors.Methods in com.igormaznitsa.meta.common.utils with parameters of type TimeGuard.TimeData Modifier and Type Method Description voidTimeGuard.TimeAlertListener. onTimeAlert(long detectedTimeDelayInMilliseconds, TimeGuard.TimeData timeData)Process time.
-