| AuthUtil |
Helper methods for handling Authentication and AuthTokens
|
| BooleanUtils |
Utilities for translating boxed Booleans to/from primitive bytes.
|
| BufferUtil |
Utility methods for working with ByteBuffers.
|
| ConfigurationDynamicMBean |
|
| ConfigurationUtils |
Class to provide functionality that expands on Configuration.
|
| EncodingUtil |
|
| ExceptionDetails |
Class to help with determining details from Throwable instances.
|
| ExceptionDetails.Shallower |
Sometimes the initial stack trace is ridiculously deep, and irrelevant.
|
| ExpandingThreadPoolExecutorFactory |
Creates a ThreadPoolExecutor which can then be used to submit or execute tasks.
|
| FindExceptionCause |
|
| FunctionalInterfaces |
Holder for functional interfaces not defined in the java.util.function package.
|
| FutureUtils |
Utility class for use to assist with Future-related tasks.
|
| HeapDump |
A simple method for generating a Heap dump for this JVM.
|
| IngesterPersistentQueryConstants |
Class to hold constants used in the ingestion persistent queries.
|
| JavaTimeUtils |
Utility class to help with Java time usage
|
| QueryConstants |
Constants for null and infinite values within the Deephaven Database.
|
| SafeCloseableArray<T extends SafeCloseable> |
SafeCloseable that will close non-null values inside of an array.
|
| SafeCloseableList |
|
| SafeCloseablePair<A extends SafeCloseable,B extends SafeCloseable> |
|
| SoftRecycler<T> |
This class makes a little "recycle bin" for your objects of type T.
|
| SslStoreParams |
Helper class to allow the retrieval of SSL-related parameters.
|
| SystemStreamAdapter |
Class to allow logs to receive sysout and syserr output.
|
| TimerTaskAdapter |
A TimerTask implementation that wraps a runnable.
|
| TokenBucketThrottle |
A simple implementation of a Token Bucket algorithm for throttling.
|
| TokenBucketThrottle.WaitElement |
|
| Utils |
Landing place for general purpose utility functions.
|
| Utils.Timer |
Mark a start time, and allow logging of elapsed time and time between log messages (steps of a process).
|
| VerifyNonNullArgument |
|
| XmlUtils |
A couple of static methods to compare Documents, Elements and Content
|