Package mondrian.server.monitor
Class ExecutionStartEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.ExecutionEvent
mondrian.server.monitor.ExecutionStartEvent
- All Implemented Interfaces:
Message
Event signalling the start of executing an MDX statement.
-
Field Summary
Fields inherited from class mondrian.server.monitor.ExecutionEvent
connectionId, executionId, serverId, statementId
-
Constructor Summary
ConstructorDescriptionExecutionStartEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, String mdx) Creates an ExecutionStartEvent. -
Method Summary
Methods inherited from class mondrian.server.monitor.Event
setContextMap
-
Field Details
-
mdx
-
-
Constructor Details
-
ExecutionStartEvent
public ExecutionStartEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, String mdx) Creates an ExecutionStartEvent.- Parameters:
timestamp
- TimestampserverId
- Server idconnectionId
- Connection idstatementId
- Statement idexecutionId
- Execution idmdx
- MDX string
-
-
Method Details