Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jppf.utils Classes and Interfaces - 82 results found.
NameDescriptionTypePackageFramework
AbstractBoundedObjectPoolQueueAn extension of AbstractObjectPoolQueue which specifies a maximum size for the pool.Classorg.jppf.utils.poolingJppf
AbstractCollectionConcurrentMapA ConcurrentHashMap whose values are Collection instances (specialized in concrete subclasses).Classorg.jppf.utils.collectionsJppf
AbstractCollectionHashtableA Hashtable whose values are Collection instances (specialized in concrete subclasses).Classorg.jppf.utils.collectionsJppf
AbstractCollectionMapA map whose values are collections of a given component type.Classorg.jppf.utils.collectionsJppf
AbstractCollectionSortedMapA sorted map whose values are sets of a given component type.Classorg.jppf.utils.collectionsJppf
AbstractJPPFSnapshotConvenience class for collecting time or size statistics.Classorg.jppf.utils.statsJppf
AbstractObjectPoolImplClassorg.jppf.utils.poolingJppf
AbstractObjectPoolImpl .LinkedDataClassorg.jppf.utils.poolingJppf
AbstractObjectPoolQueueA thread-safe, dynamic object pool backed by a ConcurrentLinkedQueue.Classorg.jppf.utils.poolingJppf
ArrayListHashMapA HashMap whose values are ArrayLists of a given component type.Classorg.jppf.utils.collectionsJppf
AuthorsFileExplorerClassorg.jppf.utilsJppf
Base64Encodes and decodes to and from Base64 notation.Classorg.jppf.utils.base64Jppf
Base64DecodingClassorg.jppf.utils.base64Jppf
Base64EncodingClassorg.jppf.utils.base64Jppf
Base64InputStreamA Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Classorg.jppf.utils.base64Jppf
Base64OutputStreamA Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Classorg.jppf.utils.base64Jppf
BoundedByteArrayOutputStreamA byte ArrayOutputStream with a maximum size of data that can be written into it.Classorg.jppf.utils.streamsJppf
CollectionMapInterface for maps whose values are collections of a given component type.Interfaceorg.jppf.utils.collectionsJppf
CollectionUtilsThis class provides a set of utility methods for manipulating and converting collections and arrays.Classorg.jppf.utils.collectionsJppf
ComparisonUtilsA set of utility methods to facilitate concurrent and multithreaded rpogramming.Classorg.jppf.utilsJppf
ConcurrentHashSetA concurrent et implementation backed by a ConcurrentHashMap.Classorg.jppf.utils.collectionsJppf
ConcurrentUtilsA set of utility methods to facilitate concurrent and multithreaded rpogramming.Classorg.jppf.utilsJppf
ConcurrentUtils .ConditionThis interface represents a condition to evaluate to either true or false.Interfaceorg.jppf.utilsJppf
CopyOnWriteListConcurrentMapA ConcurrentHashMap whose values are CopyOnWriteArrayList instances.Classorg.jppf.utils.collectionsJppf
CumulativeSnapshotIn this implementation, getLatest() is computed as the cumulated sum of all values added to the snapshot.Classorg.jppf.utils.statsJppf
DateTimeUtilsUtility methods for date and time manipulation and conversion.Classorg.jppf.utilsJppf
EnumSetEnumMapA map whose keys and values are elements of an enum type.Classorg.jppf.utils.collectionsJppf
ExceptionUtilsThis class provides a set of utility methods for manipulating Throwable objects.Classorg.jppf.utilsJppf
FileExplorerClassorg.jppf.utilsJppf
FileUtilsThis class provides a set of utility methods for reading, writing and manipulating files.Classorg.jppf.utilsJppf
HostIPInstances of this class represent a hostname / ip address pair.Classorg.jppf.utilsJppf
HTMLPropertiesTableFormatClassorg.jppf.utilsJppf
IteratorEnumerationClassorg.jppf.utils.collectionsJppf
JPPFCallableA serializable extension of the Callable interface.Interfaceorg.jppf.utilsJppf
JPPFConfigurationUtility class for loading and accessing the JPPF configuration properties.Classorg.jppf.utilsJppf
JPPFConfiguration .ConfigurationSource WARNING: not shown in the interface but also required: implementations must have a public no-arg constructor.Interfaceorg.jppf.utilsJppf
JPPFConfiguration .ConfigurationSourceReader WARNING: not shown in the interface but also required: implementations must have a public no-arg constructor.Interfaceorg.jppf.utilsJppf
JPPFSnapshotConvenience class for collecting time or size statistics.Interfaceorg.jppf.utils.statsJppf
JPPFSnapshot .LabelBasedFilterBase class for filters including or excluding snpashots based on a provided set of labels.Classorg.jppf.utils.statsJppf
JPPFSnapshot .LabelExcludingFilterFilter excluding snpashots based on a provided set of labels.Classorg.jppf.utils.statsJppf
JPPFSnapshot .LabelIncludingFilterFilter including snpashots based on a provided set of labels.Classorg.jppf.utils.statsJppf
JPPFStatisticsInstances of this class hold statistics snapshots.Classorg.jppf.utils.statsJppf
JPPFStatistics .FilterA filter interface for snapshots.Interfaceorg.jppf.utils.statsJppf
JPPFStatisticsHelperThis helper class holds the constants definitions for the labels of the statistics snapshots used in JPPF, along with utility methods.Classorg.jppf.utils.statsJppf
JPPFUuidInstances of this class serve as unique identifiers for messages sent to and from remote execution services.Classorg.jppf.utilsJppf
LinkedListSortedMapA sorted map whose values are linked lists of a given component type.Classorg.jppf.utils.collectionsJppf
LoggingUtilsClassorg.jppf.utilsJppf
ManagementUtilsClassorg.jppf.utilsJppf
MetadataA generic dictionary of metadata.Interfaceorg.jppf.utils.collectionsJppf
MetadataImplAn implementation of the Metadata interface backed by a Hashtable.Classorg.jppf.utils.collectionsJppf
MutableReferenceHolds a mutable object reference witho no locking or synchronization mechanism.Classorg.jppf.utilsJppf
NonCumulativeSnapshotIn 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.Classorg.jppf.utils.statsJppf
NotifyingInputStreamInput 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.Classorg.jppf.utils.streamsJppf
NotifyingOutputStreamOutput stream that delegates write operations to an underlying stream, and sends notifications of how many bytes were written via a callback.Classorg.jppf.utils.streamsJppf
NotifyingStreamCallbackThis interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped.Interfaceorg.jppf.utils.streamsJppf
ObjectPoolInterface for oject pools.Interfaceorg.jppf.utils.poolingJppf
PairUtility class holding a pair of references to two objects.Classorg.jppf.utilsJppf
PropertiesCollectionInterfaceorg.jppf.utilsJppf
PropertiesTableFormatAbstract class for formatters that print the contents of a Properties object as a string.Classorg.jppf.utilsJppf
PropertyTypeEnumeration of possible properties types.Classorg.jppf.utilsJppf
RangeInstances of this class represent a range of values.Classorg.jppf.utilsJppf
ReflectionUtilsCollection of static utility methods for dealing with reflection-based APIs.Classorg.jppf.utilsJppf
RegexUtilsThis class provides a set of utility methods for manipulating regular expressions.Classorg.jppf.utilsJppf
SetHashMapA hash map whose values are sets of a specified component type.Classorg.jppf.utils.collectionsJppf
SetIdentityMapAn identity map whose values are sets of a specified component type.Classorg.jppf.utils.collectionsJppf
SetSortedMapA sorted map whose values are sets of a given component type.Classorg.jppf.utils.collectionsJppf
SingleValueSnapshotInstances of this class simply accumulate the values provided via calls to SingleValueSnapshot.Classorg.jppf.utils.statsJppf
SoftReferenceValuesMapMap whose values are soft references.Classorg.jppf.utils.collectionsJppf
SortedSetSortedMapA sorted map whose values are sorted sets of a given component type.Classorg.jppf.utils.collectionsJppf
StreamUtilsCollection of utility methods for manipulating streams.Classorg.jppf.utils.streamsJppf
StringUtilsThis class provides a set of utility methods for manipulating strings.Classorg.jppf.utilsJppf
SystemUtilsCollection of utility methods used as a convenience for retrieving JVM-level or System-level information.Classorg.jppf.utilsJppf
TexFileSplitterUtility class that splits a text file into smaller ones with the same number of lines.Classorg.jppf.utilsJppf
TextPropertiesTableFormatFormatter that print the contents of a Properties object as a plain-text string.Classorg.jppf.utilsJppf
ThumbnailGenerator .ImageAttributesClassorg.jppf.utilsJppf
TimeMarkerA simple utility class to measure the elapsed time between two points in the code.Classorg.jppf.utilsJppf
TypedPropertiesExtension of the java.Classorg.jppf.utilsJppf
TypedProperties .FilterA filter for TypedProperties objects.Interfaceorg.jppf.utilsJppf
UnmodifiableTypedPropertiesThis class is an extension of TypedProperties which does not allow modifying the properties it contains.Classorg.jppf.utilsJppf
VectorHashtableA Hashtable whose values are Vector instances.Classorg.jppf.utils.collectionsJppf
VersionUtilsThis class provides a utility method to determine the JPPF build number available in the class path.Classorg.jppf.utilsJppf
VersionUtils .VersionDescribes the available version information.Classorg.jppf.utilsJppf