Class StripedExecutorTaskView

    • Constructor Detail

      • StripedExecutorTaskView

        public StripedExecutorTaskView​(StripedExecutor.Stripe stripe,
                                       Runnable task)
        Parameters:
        stripe - Stripe.
        task - Task.
    • Method Detail

      • stripeIndex

        public int stripeIndex()
        Returns:
        Stripe index for task.
      • taskName

        public String taskName()
        Returns:
        Task class name.
      • description

        public String description()
        Returns:
        Task toString representation.
      • threadName

        public String threadName()
        Returns:
        Name of the Thread executing the task.