public class ParallelExecutorService extends Object
Constructor and Description |
---|
ParallelExecutorService(ILogger logger,
ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
ParallelExecutor |
newBlockingParallelExecutor(int concurrencyLevel,
int capacity) |
ParallelExecutor |
newParallelExecutor(int concurrencyLevel) |
void |
shutdown() |
public ParallelExecutorService(ILogger logger, ExecutorService executorService)
public void shutdown()
public ParallelExecutor newBlockingParallelExecutor(int concurrencyLevel, int capacity)
public ParallelExecutor newParallelExecutor(int concurrencyLevel)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.