All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Awaitable An object performingtimed blocking operation, such asThread.join(long),Object.wait(long),ExecutorService.awaitTermination(long, TimeUnit)etc.Awaitable.AwaitInterruptedException AnInterruptedExceptionthat contains await state of operations passed to one ofawaitMultipe(...) functions.Awaitable.Entry<T> MapsobjecttoAwaitable operationto perform on it byAwaitable.awaitMultiple(long, TimeUnit, boolean, Iterator).Awaitable.WithUnit A more precise and flexibleAwaitable.JulConfig Utility to overridejava.util.loggingproperties with values from system properties.JulFormatter A text log formatter similar toSimpleFormatterthat additionally allows to format stack trace elements and to add log sequence id and thread id to log entries.JulManualResetLogManager A LogManager that does not get reset automatically at JVM shutdown.OrderedConcurrentOutputBuffer<MessageT> Buffers messages until all of those that should be written before to the output are available, so that they all can be written in the correct order.OrderedConcurrentOutputBuffer.OutputStream<MessageT>