I am trying to use cluster based executor service.
// Get cluster-enabled executor service. ExecutorService exec = ignite.executorService();
Is there anyway to
Jobs submitter to distributed executor service are executed in a public thread pool. Its size can be configured via IgniteConfiguration.publicThreadPoolSize configuration property. Note that the size is specified per node.
IgniteConfiguration.publicThreadPoolSize