Groovy Documentation

gpars.util
[Java] Class PoolUtils

java.lang.Object
  gpars.util.PoolUtils

@SuppressWarnings({"AccessOfSystemProperties", "UtilityClass"})
public final class PoolUtils

Provides a couple of utility methods to pools and schedulers.

Authors:
Vaclav Pech Date: Oct 31, 2009


Method Summary
static void checkValidPoolSize(int poolSize)

static int retrieveDefaultPoolSize()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

checkValidPoolSize

public static void checkValidPoolSize(int poolSize)


retrieveDefaultPoolSize

public static int retrieveDefaultPoolSize()


 

Groovy Documentation