|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use org.jppf.utils | |
|---|---|
| org.jppf.classloader | Support for socket-based communication with remote services. |
| org.jppf.client | Support for the clients connecting to the JPPF driver. |
| org.jppf.client.concurrent | Classes supporting submission of tasks via executor services as specified in java.util.concurrent. |
| org.jppf.comm.discovery | Support for autmatic discovery of JPPF servers. |
| org.jppf.comm.recovery | Support for detection and recovery from hardware failures occurring on remote peers. |
| org.jppf.comm.socket | Support for network communications. |
| org.jppf.gigaspaces.serialization | Classes supporting the GigaSpaces connector sample. |
| org.jppf.io | Support for transport-agnostic communication with remote services and disk overflow. |
| org.jppf.jca.work.submission | Classes supporting the management of asynchronous submission of tasks. |
| org.jppf.management | Support for the JMX-based management of JPPF components. |
| org.jppf.node | Support for node life cycle events. |
| org.jppf.process | Classes supporting the creation of client, driver and node processes to perform tests. |
| org.jppf.server | Classes supporting the core functionality of the JPPF asynchronous comunication model. |
| org.jppf.server.job | Support for job management in the server. |
| org.jppf.server.nio | Classes supporting asynchronous communication through the NIO APIs. |
| org.jppf.server.nio.multiplexer | Classes supporting the multiplexing of TCP ports. |
| org.jppf.server.nio.nodeserver | Classes supporting the server node-side of the JPPF asynchronous comunication model. |
| org.jppf.server.node | Classes supporting the server node-side of the JPPF asynchronous comunication model. |
| org.jppf.server.node.local | Classes supporting local nodes,, in the same JVM as the driver. |
| org.jppf.server.node.remote | Classes supporting remote nodes. |
| org.jppf.server.peer | Classes supporting the inter-driver comunication model. |
| org.jppf.server.protocol | Classes supporting the data transported between components of the communication model. |
| org.jppf.server.scheduler.bundle | Classes supporting the load-balancing of tasks distribution to the nodes. |
| org.jppf.server.scheduler.bundle.autotuned | Classes supporting the automatic adaptive tuning of the task bundle size, using the "autotuned" load-balancing algorithm. |
| org.jppf.server.scheduler.bundle.fixedsize | Classes supporting the fixes size bundle ("manual") load-balancing algorithm. |
| org.jppf.server.scheduler.bundle.proportional | Classes supporting the automatic adaptive tuning of the task bundle size, using the "proportional" load-balancing algorithm. |
| org.jppf.server.scheduler.bundle.providers | Support of pluggable load-balancing algorithms. |
| org.jppf.server.scheduler.bundle.rl | Classes supporting the automatic adaptive tuning of the task bundle size, using the "rl" (reinforcement learning) load-balancing algorithm. |
| org.jppf.server.scheduler.bundle.spi | Support for pluggable load-balancing algorithms. |
| org.jppf.task.storage | Support for tasks to access and share read-only data. |
| org.jppf.ui.monitoring.job | Classes supporting the UI for job monitoring via JMX. |
| org.jppf.ui.options.xml | Utility classes to build UI components from XML descriptors. |
| org.jppf.utils | Utility and helper classes used throughout the JPPF code. |
| org.jppf.utils.streams | COllection of stream utility classes. |
| Classes in org.jppf.utils used by org.jppf.classloader | |
|---|---|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| TraversalList
A list that maintains and manages a current position and corresponding current element. |
|
| Classes in org.jppf.utils used by org.jppf.client | |
|---|---|
| Pair
Utility class holding a pair of references to two objects. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.client.concurrent | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.comm.discovery | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.comm.recovery | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.comm.socket | |
|---|---|
| JPPFBuffer
buffer for the data read from or written to a socket connection. |
|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| Classes in org.jppf.utils used by org.jppf.gigaspaces.serialization | |
|---|---|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| ObjectSerializerImpl
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| SerializationHelperImpl
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| Classes in org.jppf.utils used by org.jppf.io | |
|---|---|
| JPPFBuffer
buffer for the data read from or written to a socket connection. |
|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| Classes in org.jppf.utils used by org.jppf.jca.work.submission | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.management | |
|---|---|
| Pair
Utility class holding a pair of references to two objects. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.node | |
|---|---|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.process | |
|---|---|
| EventEmitter
Generic abstract super class for class that wish to emit events. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server | |
|---|---|
| EventEmitter
Generic abstract super class for class that wish to emit events. |
|
| QueueStats
Instances of this class represent statistics for the content of a queue. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| TimeSnapshot
Convenience class for collecting time statistics. |
|
| Classes in org.jppf.utils used by org.jppf.server.job | |
|---|---|
| Pair
Utility class holding a pair of references to two objects. |
|
| Classes in org.jppf.utils used by org.jppf.server.nio | |
|---|---|
| SimpleObjectLock
Instances of this class be used simply as synchronization focus of multiple threads. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.nio.multiplexer | |
|---|---|
| HostPort
Instances of this class represent a TCP host:port combination. |
|
| Classes in org.jppf.utils used by org.jppf.server.nio.nodeserver | |
|---|---|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.node | |
|---|---|
| JPPFBuffer
buffer for the data read from or written to a socket connection. |
|
| JPPFThreadFactory
Custom thread factory used mostly to specifiy th enames of created threads. |
|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| Pair
Utility class holding a pair of references to two objects. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.node.local | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.node.remote | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.peer | |
|---|---|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| Classes in org.jppf.utils used by org.jppf.server.protocol | |
|---|---|
| TraversalList
A list that maintains and manages a current position and corresponding current element. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.autotuned | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.fixedsize | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.proportional | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.providers | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.rl | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.server.scheduler.bundle.spi | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.task.storage | |
|---|---|
| JPPFCallable
A serializable callback interface. |
|
| Classes in org.jppf.utils used by org.jppf.ui.monitoring.job | |
|---|---|
| SynchronizedTask
Task that is submitted for each received notification. |
|
| Classes in org.jppf.utils used by org.jppf.ui.options.xml | |
|---|---|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.utils | |
|---|---|
| HostPort
Instances of this class represent a TCP host:port combination. |
|
| JPPFBuffer
buffer for the data read from or written to a socket connection. |
|
| JPPFErrorReporter
Utility class used to collect error and warning messages for various operations, including XML parsing and validation. |
|
| NetworkUtils.SubnetInformation
A pair grouping an InetAddress and the corresponding subnet mask length. |
|
| ObjectSerializer
Instances of this class are used to serialize or deserialize objects to or from an array of bytes. |
|
| Pair
Utility class holding a pair of references to two objects. |
|
| QueueStats
Instances of this class represent statistics for the content of a queue. |
|
| Range
Instances of this class represent a range of values. |
|
| SerializationHelper
Collection of utility methods for serializing and deserializing to and from bytes buffers. |
|
| ThreadSynchronization
This class implements a goToSleep and a wakeUp method as wrappers to Object.wait() and
Object.notifyAll() wrappers. |
|
| TimeSnapshot
Convenience class for collecting time statistics. |
|
| TypedProperties
Extension of the java.util.Properties class to handle the conversion of
string values to other types. |
|
| Classes in org.jppf.utils used by org.jppf.utils.streams | |
|---|---|
| JPPFBuffer
buffer for the data read from or written to a socket connection. |
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||