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 LogEntryLog. 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 LogEntryExecutionHistory. readInstanceErrorInformation(SessionToken session, UUID instanceLogID)Gets the log entry containing the most recent error information for the specified instance.LogEntryExecutionHistory. 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 ornullif 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 BooleanExecutionHistoryTools. getBooleanNullSafe(LogEntry entry, String columnName)static IntegerExecutionHistoryTools. getIntegerNullSafe(LogEntry entry, String columnName)static LongExecutionHistoryTools. getLongEntryNullSafe(LogEntry entry, String colName, String subColName)static LongExecutionHistoryTools. getLongNullSafe(LogEntry entry, String columnName)static StringExecutionHistoryTools. getStringEntryNullSafe(LogEntry entry, String colName, String subColName)static StringExecutionHistoryTools. getStringNullSafe(LogEntry entry, String columnName)static UUIDExecutionHistoryTools. 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 interfaceLogEntrySet.CursorMethods 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 ErrorDataTransformation. flatErrDataToIlm(LogEntry entry)static ErrorDataTransformation. hierErrDataToIlm(LogEntry entry)
-