Uses of Interface
io.vertx.core.WorkerExecutor
-
Packages that use WorkerExecutor Package Description io.vertx.core -
-
Uses of WorkerExecutor in io.vertx.core
Methods in io.vertx.core that return WorkerExecutor Modifier and Type Method Description WorkerExecutorVertx. createSharedWorkerExecutor(String name)LikeVertx.createSharedWorkerExecutor(String, int)but with theVertxOptions.setWorkerPoolSize(int)poolSize.WorkerExecutorVertx. createSharedWorkerExecutor(String name, int poolSize)LikeVertx.createSharedWorkerExecutor(String, int, long)but with theVertxOptions.setMaxWorkerExecuteTime(long)maxExecuteTime.WorkerExecutorVertx. createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime)LikeVertx.createSharedWorkerExecutor(String, int, long, TimeUnit)but with theVertxOptions.setMaxWorkerExecuteTimeUnit(TimeUnit)maxExecuteTimeUnit.WorkerExecutorVertx. createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime, TimeUnit maxExecuteTimeUnit)Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.
-