Searched refs:CORE_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
73 private static final int CORE_POOL_SIZE = 1000; field in DataFetcher367 ThreadPoolExecutor exec = new ThreadPoolExecutor(CORE_POOL_SIZE, MAX_POOL_SIZE, in main()