executorService=new ThreadPoolExecutor(options.minWorkerThreads,options.maxWorkerThreads,options.threadKeepAliveTimeSec,TimeUnit.SECONDS,this.callQueue,tfb.build()); | executorService=new ThreadPoolExecutor(minWorkerThreads,maxWorkerThreads,options.threadKeepAliveTimeSec,TimeUnit.SECONDS,this.callQueue,tfb.build()); | executorService=new ThreadPoolExecutor(options.minWorkerThreads,options.maxWorkerThreads,options.threadKeepAliveTimeSec,TimeUnit.SECONDS,this.callQueue,tfb.build()) | executorService=new ThreadPoolExecutor(minWorkerThreads,maxWorkerThreads,options.threadKeepAliveTimeSec,TimeUnit.SECONDS,this.callQueue,tfb.build()) | hbase | 7b5d5394c08e4d5a18c8f9fc62b45930bf892f41 | org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer | | _1 | executorService |
---|
_2 | executorService |
---|
| TCIVar | executorService |
---|
v1 | tfb.build() |
---|
v2 | options.threadKeepAliveTimeSec |
---|
v3 | this.callQueue |
---|
v4 | TimeUnit.SECONDS |
---|
| | TCIVar | executorService |
---|
v1 | tfb.build() |
---|
v2 | options.threadKeepAliveTimeSec |
---|
v3 | this.callQueue |
---|
v4 | TimeUnit.SECONDS |
---|
| Uses | True |