| Name | Description | Type | Package | Framework |
| AbstractBoundedObjectPoolQueue | An extension of AbstractObjectPoolQueue which specifies a maximum size for the pool. | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractCollectionConcurrentMap | A ConcurrentHashMap whose values are Collection instances (specialized in concrete subclasses). | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionHashtable | A Hashtable whose values are Collection instances (specialized in concrete subclasses). | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionMap | A map whose values are collections of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionSortedMap | A sorted map whose values are sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AbstractJPPFSnapshot | Convenience class for collecting time or size statistics. | Class | org.jppf.utils.stats | Jppf |
|
| AbstractObjectPoolImpl | | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractObjectPoolImpl .LinkedData | | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractObjectPoolQueue | A thread-safe, dynamic object pool backed by a ConcurrentLinkedQueue. | Class | org.jppf.utils.pooling | Jppf |
|
| ArrayListHashMap | A HashMap whose values are ArrayLists of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AuthorsFileExplorer | | Class | org.jppf.utils | Jppf |
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.jppf.utils.base64 | Jppf |
|
| Base64Decoding | | Class | org.jppf.utils.base64 | Jppf |
|
| Base64Encoding | | Class | org.jppf.utils.base64 | Jppf |
|
| Base64InputStream | A Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. | Class | org.jppf.utils.base64 | Jppf |
|
| Base64OutputStream | A Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. | Class | org.jppf.utils.base64 | Jppf |
|
| BoundedByteArrayOutputStream | A byte ArrayOutputStream with a maximum size of data that can be written into it. | Class | org.jppf.utils.streams | Jppf |
|
| CollectionMap | Interface for maps whose values are collections of a given component type. | Interface | org.jppf.utils.collections | Jppf |
|
| CollectionUtils | This class provides a set of utility methods for manipulating and converting collections and arrays. | Class | org.jppf.utils.collections | Jppf |
|
| ComparisonUtils | A set of utility methods to facilitate concurrent and multithreaded rpogramming. | Class | org.jppf.utils | Jppf |
|
| ConcurrentHashSet | A concurrent et implementation backed by a ConcurrentHashMap. | Class | org.jppf.utils.collections | Jppf |
|
| ConcurrentUtils | A set of utility methods to facilitate concurrent and multithreaded rpogramming. | Class | org.jppf.utils | Jppf |
|
| ConcurrentUtils .Condition | This interface represents a condition to evaluate to either true or false. | Interface | org.jppf.utils | Jppf |
|
| CopyOnWriteListConcurrentMap | A ConcurrentHashMap whose values are CopyOnWriteArrayList instances. | Class | org.jppf.utils.collections | Jppf |
|
| CumulativeSnapshot | In this implementation, getLatest() is computed as the cumulated sum of all values added to the snapshot. | Class | org.jppf.utils.stats | Jppf |
|
| DateTimeUtils | Utility methods for date and time manipulation and conversion. | Class | org.jppf.utils | Jppf |
|
| EnumSetEnumMap | A map whose keys and values are elements of an enum type. | Class | org.jppf.utils.collections | Jppf |
|
| ExceptionUtils | This class provides a set of utility methods for manipulating Throwable objects. | Class | org.jppf.utils | Jppf |
|
| FileExplorer | | Class | org.jppf.utils | Jppf |
|
| FileUtils | This class provides a set of utility methods for reading, writing and manipulating files. | Class | org.jppf.utils | Jppf |
|
| HostIP | Instances of this class represent a hostname / ip address pair. | Class | org.jppf.utils | Jppf |
|
| HTMLPropertiesTableFormat | | Class | org.jppf.utils | Jppf |
|
| IteratorEnumeration | | Class | org.jppf.utils.collections | Jppf |
|
| JPPFCallable | A serializable extension of the Callable interface. | Interface | org.jppf.utils | Jppf |
|
| JPPFConfiguration | Utility class for loading and accessing the JPPF configuration properties. | Class | org.jppf.utils | Jppf |
|
| JPPFConfiguration .ConfigurationSource | WARNING: not shown in the interface but also required: implementations must have a public no-arg constructor. | Interface | org.jppf.utils | Jppf |
|
| JPPFConfiguration .ConfigurationSourceReader | WARNING: not shown in the interface but also required: implementations must have a public no-arg constructor. | Interface | org.jppf.utils | Jppf |
|
| JPPFSnapshot | Convenience class for collecting time or size statistics. | Interface | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelBasedFilter | Base class for filters including or excluding snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelExcludingFilter | Filter excluding snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelIncludingFilter | Filter including snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFStatistics | Instances of this class hold statistics snapshots. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFStatistics .Filter | A filter interface for snapshots. | Interface | org.jppf.utils.stats | Jppf |
|
| JPPFStatisticsHelper | This helper class holds the constants definitions for the labels of the statistics snapshots used in JPPF, along with utility methods. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFUuid | Instances of this class serve as unique identifiers for messages sent to and from remote execution services. | Class | org.jppf.utils | Jppf |
|
| LinkedListSortedMap | A sorted map whose values are linked lists of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| LoggingUtils | | Class | org.jppf.utils | Jppf |
|
| ManagementUtils | | Class | org.jppf.utils | Jppf |
|
| Metadata | A generic dictionary of metadata. | Interface | org.jppf.utils.collections | Jppf |
|
| MetadataImpl | An implementation of the Metadata interface backed by a Hashtable. | Class | org.jppf.utils.collections | Jppf |
|
| MutableReference | Holds a mutable object reference witho no locking or synchronization mechanism. | Class | org.jppf.utils | Jppf |
|
| NonCumulativeSnapshot | In this implementation, getLatest() is computed as the average of the latest set of values that were added, or the latest value if only one was added. | Class | org.jppf.utils.stats | Jppf |
|
| NotifyingInputStream | Input stream that delegates read and skip operations to an underlying stream, and sends notifications of how many bytes were read or skipped via a callback. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingOutputStream | Output stream that delegates write operations to an underlying stream, and sends notifications of how many bytes were written via a callback. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingStreamCallback | This interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped. | Interface | org.jppf.utils.streams | Jppf |
|
| ObjectPool | Interface for oject pools. | Interface | org.jppf.utils.pooling | Jppf |
|
| Pair | Utility class holding a pair of references to two objects. | Class | org.jppf.utils | Jppf |
|
| PropertiesCollection | | Interface | org.jppf.utils | Jppf |
|
| PropertiesTableFormat | Abstract class for formatters that print the contents of a Properties object as a string. | Class | org.jppf.utils | Jppf |
|
| PropertyType | Enumeration of possible properties types. | Class | org.jppf.utils | Jppf |
|
| Range | Instances of this class represent a range of values. | Class | org.jppf.utils | Jppf |
|
| ReflectionUtils | Collection of static utility methods for dealing with reflection-based APIs. | Class | org.jppf.utils | Jppf |
|
| RegexUtils | This class provides a set of utility methods for manipulating regular expressions. | Class | org.jppf.utils | Jppf |
|
| SetHashMap | A hash map whose values are sets of a specified component type. | Class | org.jppf.utils.collections | Jppf |
|
| SetIdentityMap | An identity map whose values are sets of a specified component type. | Class | org.jppf.utils.collections | Jppf |
|
| SetSortedMap | A sorted map whose values are sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| SingleValueSnapshot | Instances of this class simply accumulate the values provided via calls to SingleValueSnapshot. | Class | org.jppf.utils.stats | Jppf |
|
| SoftReferenceValuesMap | Map whose values are soft references. | Class | org.jppf.utils.collections | Jppf |
|
| SortedSetSortedMap | A sorted map whose values are sorted sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| StreamUtils | Collection of utility methods for manipulating streams. | Class | org.jppf.utils.streams | Jppf |
|
| StringUtils | This class provides a set of utility methods for manipulating strings. | Class | org.jppf.utils | Jppf |
|
| SystemUtils | Collection of utility methods used as a convenience for retrieving JVM-level or System-level information. | Class | org.jppf.utils | Jppf |
|
| TexFileSplitter | Utility class that splits a text file into smaller ones with the same number of lines. | Class | org.jppf.utils | Jppf |
|
| TextPropertiesTableFormat | Formatter that print the contents of a Properties object as a plain-text string. | Class | org.jppf.utils | Jppf |
|
| ThumbnailGenerator .ImageAttributes | | Class | org.jppf.utils | Jppf |
|
| TimeMarker | A simple utility class to measure the elapsed time between two points in the code. | Class | org.jppf.utils | Jppf |
|
| TypedProperties | Extension of the java. | Class | org.jppf.utils | Jppf |
|
| TypedProperties .Filter | A filter for TypedProperties objects. | Interface | org.jppf.utils | Jppf |
|
| UnmodifiableTypedProperties | This class is an extension of TypedProperties which does not allow modifying the properties it contains. | Class | org.jppf.utils | Jppf |
|
| VectorHashtable | A Hashtable whose values are Vector instances. | Class | org.jppf.utils.collections | Jppf |
|
| VersionUtils | This class provides a utility method to determine the JPPF build number available in the class path. | Class | org.jppf.utils | Jppf |
|
| VersionUtils .Version | Describes the available version information. | Class | org.jppf.utils | Jppf |