Uses of Class
org.teiid.logging.CommandLogMessage.Event
-
Packages that use CommandLogMessage.Event Package Description org.teiid.logging -
-
Uses of CommandLogMessage.Event in org.teiid.logging
Methods in org.teiid.logging that return CommandLogMessage.Event Modifier and Type Method Description CommandLogMessage.Event
CommandLogMessage. getStatus()
static CommandLogMessage.Event
CommandLogMessage.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandLogMessage.Event[]
CommandLogMessage.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.logging with parameters of type CommandLogMessage.Event Constructor Description CommandLogMessage(long timestamp, String requestID, long sourceCommandID, String transactionID, String modelName, String translatorName, String sessionID, String principal, Long finalRowCount, CommandLogMessage.Event event, ExecutionContext context, Long cpuTime)
CommandLogMessage(long timestamp, String requestID, String transactionID, String sessionID, String principal, String vdbName, String vdbVersion, Long finalRowCount, CommandLogMessage.Event event, PlanNode plan)
-