Package | Description |
---|---|
org.teiid.logging |
Modifier and Type | Method and 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.
|
Constructor and 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) |
Copyright © 2020. All rights reserved.