| threadPoolExecutor=new BlockingThreadPoolExecutorService(maxThreads,maxThreads + totalTasks,keepAliveTime,TimeUnit.SECONDS,STR0); | threadPoolExecutor=BlockingThreadPoolExecutorService.newInstance(maxThreads,maxThreads + totalTasks,keepAliveTime,TimeUnit.SECONDS,STR0); | threadPoolExecutor=new BlockingThreadPoolExecutorService(maxThreads,maxThreads + totalTasks,keepAliveTime,TimeUnit.SECONDS,STR0) | threadPoolExecutor=BlockingThreadPoolExecutorService.newInstance(maxThreads,maxThreads + totalTasks,keepAliveTime,TimeUnit.SECONDS,STR0) | hadoop | 6c348c56918973fd988b110e79231324a8befe12 | org.apache.hadoop.fs.s3a.S3AFileSystem | | | _1 | threadPoolExecutor |
|---|
| _2 | threadPoolExecutor |
|---|
| | TCIVar | threadPoolExecutor |
|---|
| v1 | STR0 |
|---|
| v2 | TimeUnit.SECONDS |
|---|
| v3 | keepAliveTime |
|---|
| v4 | maxThreads + totalTasks |
|---|
| v5 | maxThreads |
|---|
| | | TCIVar | threadPoolExecutor |
|---|
| v1 | STR0 |
|---|
| v2 | TimeUnit.SECONDS |
|---|
| v3 | keepAliveTime |
|---|
| v4 | maxThreads + totalTasks |
|---|
| v5 | maxThreads |
|---|
| Uses | True |