Class StripedExecutorTaskView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.StripedExecutorTaskView
 
- 
 public class StripedExecutorTaskView extends Object StripedExecutortask representation for aSystemView.
- 
- 
Constructor SummaryConstructors Constructor Description StripedExecutorTaskView(org.apache.ignite.internal.util.StripedExecutor.Stripe stripe, Runnable task)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()intstripeIndex()StringtaskName()StringthreadName()
 
- 
- 
- 
Constructor Detail- 
StripedExecutorTaskViewpublic StripedExecutorTaskView(org.apache.ignite.internal.util.StripedExecutor.Stripe stripe, Runnable task)- Parameters:
- stripe- Stripe.
- task- Task.
 
 
- 
 
-