| Package | Description |
|---|---|
| org.jppf.client | |
| org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent. |
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| Modifier and Type | Method and Description |
|---|---|
JPPFClient |
AbstractClientConnectionPool.getClient()
Get the JPPF client which holds this pool.
|
| Constructor and Description |
|---|
JPPFExecutorService(JPPFClient client)
Initialize this executor service with the specified JPPF client.
|
JPPFExecutorService(JPPFClient client,
int batchSize,
long batchTimeout)
Initialize this executor service with the specified JPPF client, batch size and batch tiemout.
|
| Modifier and Type | Method and Description |
|---|---|
JPPFClient |
ClientQueueEvent.getClient()
Get the JPPF client source of this event.
|
| Constructor and Description |
|---|
ClientQueueEvent(JPPFClient client,
JPPFJob job,
JPPFPriorityQueue queue)
Initialize this event with the specified source JPPF client and Job.
|
| Modifier and Type | Method and Description |
|---|---|
JPPFClient |
TopologyManager.getJPPFClient()
Get the JPPF client.
|
| Constructor and Description |
|---|
TopologyManager(JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
JPPFClient client,
boolean loadSystemInfo,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
Copyright © 2005-2019 JPPF Team.