Package | Description |
---|---|
org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent . |
Modifier and Type | Method and Description |
---|---|
JPPFExecutorService |
JPPFExecutorService.setBatchSize(int batchSize)
Set the minimum number of tasks that must be submitted before they are sent to the server.
|
JPPFExecutorService |
JPPFExecutorService.setBatchTimeout(long batchTimeout)
Set the maximum time to wait before the next batch of tasks is to be sent for execution.
|
Constructor and Description |
---|
JPPFCompletionService(JPPFExecutorService executor)
Initialize this completion service with the specified executor.
|
Copyright © 2005-2018 JPPF Team.