Class RequestThreadPool

java.lang.Object
org.apache.iotdb.itbase.runtime.RequestThreadPool

public class RequestThreadPool extends Object
A singleton thread pool used for handling test requests in one single JVM. This can be used to avoid thread leak and frequency thread allocation.
  • Method Details