| Interface | Description |
|---|---|
| GenericTCPServer.ConnectionHandler |
Handles incomming connections
|
| SimpleRMI.ServerListener |
Server-side implementations may implement this interface to receive notifications of server start and stop
|
| Class | Description |
|---|---|
| BigNumberUtil |
Miscellaneous BigInteger and BigDecimal utilities
|
| CollectionUtil |
Miscellaneous collection utilities.
|
| ColumnSelector |
Utility class to select a number of column fields based on field name
and type criteria.
|
| CountingOutputStream |
Keeps track of the number of bytes written to the underlying stream
|
| DecimalFormatUtil | |
| FileUtil |
Utility methods for operating on files.
|
| GenericTCPServer |
General purpose TCP server that provides thread pooling, start and stop code.
|
| GUID |
A globally unique identifier.
|
| HashMixer |
A representation of a partially completed hash of a sequence of values.
|
| HashUtil |
Utility methods for hashing different data types.
|
| LogFormatter |
A simple formatter for use with DataRush applications.
|
| LruCache<K,V> |
Simple LRUCache implementation based off of linked hash map
|
| MemorySizes | |
| NonCloseableOutputStream |
Wraps an output stream in one that does not close the underlying stream
|
| NullOutputStream |
OutputStream that ignores all calls.
|
| Preconditions | |
| ProcessBuilders |
Provides various utilities to use when working with the
ProcessBuilder
class. |
| PropertiesFileUtil |
Utility methods to consume properties files.
|
| PropertyUtil |
Utility methods for property validation.
|
| Reference<T> |
An indirect handle to an object.
|
| ReflectionUtil |
Utility methods related to reflection.
|
| SerializationUtil |
Miscellaneous serialization utilities
|
| ServiceLookup |
Provides a means of looking up services of a particular type.
|
| SimpleRMI |
For internal use only; public as a matter of implementation.
|
| SimpleRMI.Registry |
Registry of services.
|
| StringUtil |
Utility methods for operating on strings.
|
| Timeout |
A representation of a point-in-time when a timeout period expires.
|
| Timer |
Duration timer for elapsed wall-clock time.
|
| URLs |
A collection of utility methods for working with URLs.
|
| VariableExpander |
Variable expander that knows how to expand simple macro expressions of
the form "${variableName}".
|
| XMLUtil |
Utility methods for the manipulation of XML documents and elements.
|
| Exception | Description |
|---|---|
| RMIException |
Exception that indicates a remote communication failure.
|
| RMIInterruptedException |
Extension of InterruptedException thrown to indicate that the current thread was interrupted waiting for a remote
request.
|
Copyright © 2016 Actian Corporation. All rights reserved.