Class PrioritizedRunnable

    • Constructor Detail

      • PrioritizedRunnable

        protected PrioritizedRunnable​(Priority priority)
    • Method Detail

      • getCreationDateInNanos

        public long getCreationDateInNanos()
      • getAgeInMillis

        public long getAgeInMillis()
        The elapsed time in milliseconds since this instance was created, as calculated by the difference between System.nanoTime() at the time of creation, and System.nanoTime() at the time of invocation of this method
        Returns:
        the age in milliseconds calculated