|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.server.monitor.Event
mondrian.server.monitor.SqlStatementEvent
mondrian.server.monitor.SqlStatementExecuteEvent
public class SqlStatementExecuteEvent
Event created just after Mondrian has executed a SQL statement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class mondrian.server.monitor.SqlStatementEvent |
|---|
SqlStatementEvent.Purpose |
| Field Summary | |
|---|---|
long |
executeNanos
|
| Fields inherited from class mondrian.server.monitor.SqlStatementEvent |
|---|
locus, purpose, sql, sqlStatementId |
| Fields inherited from class mondrian.server.monitor.Event |
|---|
timestamp |
| Constructor Summary | |
|---|---|
SqlStatementExecuteEvent(long timestamp,
long statementId,
Locus locus,
String sql,
SqlStatementEvent.Purpose purpose,
long executeNanos)
Creates a SqlStatementExecuteEvent. |
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<T> visitor)
Dispatches a call to the appropriate visit method on
Visitor. |
|
String |
toString()
|
|
| Methods inherited from class mondrian.server.monitor.SqlStatementEvent |
|---|
getStatementId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final long executeNanos
| Constructor Detail |
|---|
public SqlStatementExecuteEvent(long timestamp,
long statementId,
Locus locus,
String sql,
SqlStatementEvent.Purpose purpose,
long executeNanos)
timestamp - TimestampstatementId - Statement idlocus - Locus of eventsql - SQLpurpose - Why Mondrian is executing this statementexecuteNanos - Execution time| Method Detail |
|---|
public String toString()
toString in class Objectpublic <T> T accept(Visitor<T> visitor)
Messagevisit method on
Visitor.
T - Return typevisitor - Visitor
visit method
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||