Class StripedExecutorTaskView
- java.lang.Object
-
- org.apache.ignite.spi.systemview.view.StripedExecutorTaskView
-
public class StripedExecutorTaskView extends Object
StripedExecutor
task representation for aSystemView
.
-
-
Constructor Summary
Constructors Constructor Description StripedExecutorTaskView(org.apache.ignite.internal.util.StripedExecutor.Stripe stripe, Runnable task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
int
stripeIndex()
String
taskName()
String
threadName()
-
-
-
Constructor Detail
-
StripedExecutorTaskView
public StripedExecutorTaskView(org.apache.ignite.internal.util.StripedExecutor.Stripe stripe, Runnable task)
- Parameters:
stripe
- Stripe.task
- Task.
-
-