| Interface | Description |
|---|---|
| Bindable |
Created by sergeych on 12.01.17.
|
| ConsoleInterceptor.Block | |
| DeferredResult.Handler |
Callback to be executed on deferred result state changed
|
| Do.Action |
Interface to single method with no parameters throwing exception.
|
| Do.Task<T> | |
| Do.TaskWithoutResult | |
| Hashable |
Object that has hash representation and can be reconstructed from the hash
Created by sergeych on 15/04/16.
|
| SystemdJournal |
Binding to the native journald library.
|
| Class | Description |
|---|---|
| AsyncEvent<T> |
Asymchronous consumer-based event.
|
| Average |
Memory and calculation-effectiver way to calculate average and standard deviation over arbitrary
number of samples.
|
| Binder |
Created by sergeych on 02/12/16.
|
| BufferedLogger |
Navigable fast asynchronous buffered logger, thread safe.
|
| BufferedLogger.Entry |
Log entry structure provides ID to navigate, creation instant and the message.
|
| ByteRingBuffer |
Efficient threadsafe blocking LIFO byte buffer.
|
| ConsoleInterceptor | |
| DeferredResult |
Promise-like object to wait for command answer.
|
| Do |
Created by sergeych on 15/02/16.
|
| FilenameTool |
Helper tool for writing files with overwrite protection.
|
| FileTool |
Helper tool for writing files with overwrite protection.
|
| JsonTool |
Handy tools to deal with JSON
|
| Reporter |
Tool to report messages, errors, progress notifications the same way in console applications, GUI applications and
services.
|
| RingBuffer<T> |
Created by sergeych on 14.04.16.
|
| RunnableWithDynamicPeriod | |
| StopWatch | |
| StreamConnector |
Privides pair or connected streams.
|
| SystemdJournalWriter |
| Exception | Description |
|---|---|
| DeferredResult.Error |
Exception raised if operation is failed and
DeferredResult.getResult() returns Throwable, which is passed as
exception cause (with stack trace this way). |
| DeferredResult.Failure |
Exception raised when operation is failed and
DeferredResult.getResult() passes non-exception object, which is
available as DeferredResult.Failure.failureData. |
| Hashable.Error |