Apache Ignite - Pool size in Executor

前端 未结 1 1443
长情又很酷
长情又很酷 2021-01-25 21:58

I am trying to use cluster based executor service.

// Get cluster-enabled executor service. ExecutorService exec = ignite.executorService();

Is there anyway to

相关标签:
1条回答
  • 2021-01-25 22:09

    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.

    0 讨论(0)
提交回复
热议问题