this.cellCacheMissCount,
this.cellCachePendingCount));
}
private void fireExecutionStartEvent() {
final RolapConnection connection =
statement.getMondrianConnection();
final MondrianServer server = connection.getServer();
server.getMonitor().sendEvent(
new ExecutionStartEvent(
startTimeMillis,
server.getId(),
connection.getId(),
statement.getId(),
id,
getMdx()));
}