Uses of Interface
de.aristaflow.adept2.model.logmanagement.LogEntry
-
Packages that use LogEntry Package Description de.aristaflow.adept2.core.logmanager de.aristaflow.adept2.core.logmanager.logs de.aristaflow.adept2.model.logmanagement de.aristaflow.ilm.core.logmanager.logs -
-
Uses of LogEntry in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager that return LogEntry Modifier and Type Method Description LogEntry
Log. read(SessionToken session, long logEntryID, String... columnNames)
Reads the log entry with the specified ID. -
Uses of LogEntry in de.aristaflow.adept2.core.logmanager.logs
Methods in de.aristaflow.adept2.core.logmanager.logs that return LogEntry Modifier and Type Method Description LogEntry
ExecutionHistory. readInstanceErrorInformation(SessionToken session, UUID instanceLogID)
Gets the log entry containing the most recent error information for the specified instance.LogEntry
ExecutionHistory. readNodeErrorInformation(SessionToken session, UUID instanceLogID, int nodeID, int nodeIteration)
Returns the log entry containing the most recent error information for the specified instance, node and iteration ornull
if there is no error information available.Methods in de.aristaflow.adept2.core.logmanager.logs with parameters of type LogEntry Modifier and Type Method Description static Boolean
ExecutionHistoryTools. getBooleanNullSafe(LogEntry entry, String columnName)
static Integer
ExecutionHistoryTools. getIntegerNullSafe(LogEntry entry, String columnName)
static Long
ExecutionHistoryTools. getLongEntryNullSafe(LogEntry entry, String colName, String subColName)
static Long
ExecutionHistoryTools. getLongNullSafe(LogEntry entry, String columnName)
static String
ExecutionHistoryTools. getStringEntryNullSafe(LogEntry entry, String colName, String subColName)
static String
ExecutionHistoryTools. getStringNullSafe(LogEntry entry, String columnName)
static UUID
ExecutionHistoryTools. getUuidNullSafe(LogEntry entry, String columnName)
Constructors in de.aristaflow.adept2.core.logmanager.logs with parameters of type LogEntry Constructor Description ExecutionHistoryEntry(LogEntry entry)
Creates a new execution history entry based on the designated log entry.WorkHistoryEntry(LogEntry entry)
Creates a new work history entry based on the designated log entry. -
Uses of LogEntry in de.aristaflow.adept2.model.logmanagement
Subinterfaces of LogEntry in de.aristaflow.adept2.model.logmanagement Modifier and Type Interface Description static interface
LogEntrySet.Cursor
Methods in de.aristaflow.adept2.model.logmanagement that return types with arguments of type LogEntry Modifier and Type Method Description Iterator<LogEntry>
LogEntrySet. iterator()
Returns an iterator over this log entry sets entries. -
Uses of LogEntry in de.aristaflow.ilm.core.logmanager.logs
Methods in de.aristaflow.ilm.core.logmanager.logs with parameters of type LogEntry Modifier and Type Method Description static ErrorData
Transformation. flatErrDataToIlm(LogEntry entry)
static ErrorData
Transformation. hierErrDataToIlm(LogEntry entry)
-