ExecControllerSpec.ComputeSpec | 
ExecControllerSpec.ComputeSpec.eventLoopGroup(BiFunction<Integer,ThreadFactory,io.netty.channel.EventLoopGroup> eventLoopGroupFactory) | 
 Specify a factory that generates Netty EventLoopGroup instances with the arguments. 
 | 
ExecControllerSpec.ComputeSpec | 
ExecControllerSpec.ComputeSpec.prefix(String prefix) | 
 Specify the thread prefix to utilize when constructing new threads from this group. 
 | 
ExecControllerSpec.ComputeSpec | 
ExecControllerSpec.ComputeSpec.priority(int priority) | 
 Specify the thread priority for threads created by this group. 
 | 
ExecControllerSpec.ComputeSpec | 
ExecControllerSpec.ComputeSpec.threads(int threads) | 
 Specify the number of threads for this group. 
 |