CachedExecutor

inner class CachedExecutor : Executor

This executor provides intra-merge threads for parallel execution of merge tasks. It provides a limited number of threads to execute merge tasks. In particular, if the number of mergeThreads is equal to maxThreadCount, then the executor will execute the merge task in the calling thread.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun execute(command: Runnable)
Link copied to clipboard
fun shutdown()