Uses of Class
org.apache.ignite.thread.IgniteThreadPoolExecutor
-
-
Uses of IgniteThreadPoolExecutor in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type IgniteThreadPoolExecutor Modifier and Type Method Description voidIndexProcessor. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPart, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool)Defragment index partition. -
Uses of IgniteThreadPoolExecutor in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type IgniteThreadPoolExecutor Modifier and Type Method Description voidIndexingDefragmentation. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPartition, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool, IgniteLogger log)Defragment index partition. -
Uses of IgniteThreadPoolExecutor in org.apache.ignite.internal.processors.query.stat
-
Uses of IgniteThreadPoolExecutor in org.apache.ignite.internal.processors.security.thread
Subclasses of IgniteThreadPoolExecutor in org.apache.ignite.internal.processors.security.thread Modifier and Type Class Description classSecurityAwareThreadPoolExecutorExtendsThreadPoolExecutorwith the ability to execute tasks in security context that was actual when task was added to executor's queue.
-