Package mondrian.server.monitor
Class StatementStartEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.StatementEvent
mondrian.server.monitor.StatementStartEvent
- All Implemented Interfaces:
Message
Event created just after a statement has been created.
-
Field Summary
Fields inherited from class mondrian.server.monitor.StatementEvent
connectionId, serverId, statementId
-
Constructor Summary
ConstructorDescriptionStatementStartEvent
(long timestamp, int serverId, int connectionId, long statementId) Creates a StatementStartEvent. -
Method Summary
Methods inherited from class mondrian.server.monitor.Event
setContextMap
-
Constructor Details
-
StatementStartEvent
public StatementStartEvent(long timestamp, int serverId, int connectionId, long statementId) Creates a StatementStartEvent.- Parameters:
timestamp
- TimestampserverId
- Server idconnectionId
- Connection idstatementId
- Statement id
-
-
Method Details