Uses of Interface
org.apache.ignite.internal.processors.pool.MetricsAwareExecutorService
-
Packages that use MetricsAwareExecutorService Package Description org.apache.ignite.internal.processors.security.thread org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.thread Contains threads-related utility classes. -
-
Uses of MetricsAwareExecutorService in org.apache.ignite.internal.processors.security.thread
Classes in org.apache.ignite.internal.processors.security.thread that implement MetricsAwareExecutorService Modifier and Type Class Description classSecurityAwareStripedExecutorExtendsStripedExecutorwith the ability to execute tasks in security context that was actual when task was added to executor's queue.classSecurityAwareStripedThreadPoolExecutorExtendsIgniteStripedThreadPoolExecutorwith the ability to execute tasks in security context that was actual when task was added to executor's queue.classSecurityAwareThreadPoolExecutorExtendsThreadPoolExecutorwith the ability to execute tasks in security context that was actual when task was added to executor's queue. -
Uses of MetricsAwareExecutorService in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util that implement MetricsAwareExecutorService Modifier and Type Class Description classStripedExecutorStriped executor. -
Uses of MetricsAwareExecutorService in org.apache.ignite.thread
Classes in org.apache.ignite.thread that implement MetricsAwareExecutorService Modifier and Type Class Description classIgniteStripedThreadPoolExecutorAnExecutorServicethat executes submitted tasks using pooled grid threads.classIgniteThreadPoolExecutorAnExecutorServicethat executes submitted tasks using pooled grid threads.
-