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 | |
LogEventIterator |
Iterator of LogEvents that can report the current offset and whether the log is complete, as well
as close it.
|
LogFileStorage | Deprecated
no longer used, replaced by
ExecutionFileStorage |
MultiFileStorageRequest |
Represents a request to store files, allowing callback of whether file storage has been performed successfully
|
MultiFileStorageSet |
A set of storage files accessible by type
|
OffsetIterator<T> | |
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.
|
LogUtil |
Utility methods for logs
|
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 |