Class StripedExecutorTaskView


  • public class StripedExecutorTaskView
    extends Object
    StripedExecutor task representation for a SystemView.
    • Constructor Detail

      • StripedExecutorTaskView

        public StripedExecutorTaskView​(org.apache.ignite.internal.util.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.