Hazelcast Executor Service: Thread configuration

At below configuration;
max 4 threads will serve for e1,
max 8 threads will serve for e2.
There can be max 40 tasks of e1 waiting in the queue.
There can be max 80 tasks of e2 waiting in the queue.
        4
        40
        8
        80