public class SqlStatementStartEvent extends SqlStatementEvent
SqlStatementEvent.Purpose| Modifier and Type | Field and Description |
|---|---|
int |
cellRequestCount |
locus, purpose, sql, sqlStatementId| Constructor and Description |
|---|
SqlStatementStartEvent(long timestamp,
long sqlStatementId,
Locus locus,
String sql,
SqlStatementEvent.Purpose purpose,
int cellRequestCount)
Creates a SqlStatementStartEvent.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> visitor)
Dispatches a call to the appropriate
visit method on Visitor. |
String |
toString() |
getStatementIdsetContextMappublic SqlStatementStartEvent(long timestamp,
long sqlStatementId,
Locus locus,
String sql,
SqlStatementEvent.Purpose purpose,
int cellRequestCount)
timestamp - TimestampsqlStatementId - SQL Statement idlocus - Locus of eventsql - SQLpurpose - Why Mondrian is executing this statementcellRequestCount - Number of missed cells that led to this requestCopyright © 2021 Hitachi Vantara. All rights reserved.