()
| 225 | } |
| 226 | |
| 227 | public void startWorking() { |
| 228 | for (int i = 0; i < NUMBER_OF_PIPLINE_TO_BUILD; i++) { |
| 229 | exec.submit(new PipelineBuilder()); |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | // ----------------------------------------------------------------- |
| 234 | public static void main(String[] args) throws InterruptedException, InvocationTargetException { |