Interface | Description |
---|---|
CompletableIterator<T> | |
ExecutionFileStorage |
Handles storage and retrieval of typed files for an execution, the filetype is specified in the
ExecutionFileStorage.store(String,
java.io.InputStream, long, java.util.Date) and ExecutionFileStorage.retrieve(String, java.io.OutputStream) methods, and more
than one filetype may be stored or retrieved for the same execution. |
ExecutionFileStorageOptions |
Define whether operations are supported
|
ExecutionMultiFileStorage |
Allows storing multiple files with a single method call
|
LogEvent | |
LogEventControl |
Can modify an existing log event before being emitted
|
LogEventIterator |
Iterator of LogEvents that can report the current offset and whether the log is complete, as well
as close it.
|
LogEventReceiver | |
LogFileStorage | Deprecated
no longer used, replaced by
ExecutionFileStorage |
LoggingManager | |
MultiFileStorageRequest |
Represents a request to store files, allowing callback of whether file storage has been performed successfully
|
MultiFileStorageRequestErrors |
Extend MultiFileStorageRequest to provide a way to report errors
|
MultiFileStorageSet |
A set of storage files accessible by type
|
OffsetIterator<T> | |
PluginLoggingContext |
Context for LoggingFilter plugins
|
PluginLoggingManager |
Allows installing plugins into the logging stream.
|
ReverseSeekingIterable<T> | |
ReverseSeekingStreamingLogReader | |
SeekingIterable<T> | |
StorageFile |
Represents a file to be stored
|
StreamingLogReader |
Reads log events in a streaming manner, and supports resuming from a specified offset.
|
StreamingLogWriter |
writes log entries in a streaming manner
|
Class | Description |
---|---|
ContextLogWriter |
Logs events to a writer using the context
|
FilterStreamingLogWriter |
A log writer class which can easily be subclassed override default behavior.
|
LoggingManagerImpl |
Creates plugin logging managers that can override the thread's log sink
|
LogUtil |
Utility methods for logs
|
OverridableStreamingLogWriter |
Stack based override of the log writer sink for the current and child threads, each child thread gets a copy of the stack
|
PluginFilteredStreamingLogWriter |
Filters log output through log filter plugins
|
Enum | Description |
---|---|
LogFileState |
Represents the state of a log file
|
LogLevel |
Exception | Description |
---|---|
ExecutionFileStorageException |
Indicates an error with a log storage request
|
LogFileStorageException | Deprecated
no longer used, see
ExecutionFileStorageException |