Package mondrian.server.monitor
Class CellCacheSegmentCreateEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.ExecutionEvent
mondrian.server.monitor.CellCacheEvent
mondrian.server.monitor.CellCacheSegmentCreateEvent
- All Implemented Interfaces:
Message
Creation of a segment in the cell cache.
-
Nested Class Summary
Nested classes/interfaces inherited from class mondrian.server.monitor.CellCacheEvent
CellCacheEvent.Source
-
Field Summary
Fields inherited from class mondrian.server.monitor.CellCacheEvent
source
Fields inherited from class mondrian.server.monitor.ExecutionEvent
connectionId, executionId, serverId, statementId
-
Constructor Summary
ConstructorDescriptionCellCacheSegmentCreateEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, int actualCellCount, CellCacheEvent.Source source) Creates a CellCacheSegmentCreateEvent. -
Method Summary
Methods inherited from class mondrian.server.monitor.Event
setContextMap
-
Field Details
-
coordinateCount
public final int coordinateCount -
actualCellCount
public final int actualCellCount
-
-
Constructor Details
-
CellCacheSegmentCreateEvent
public CellCacheSegmentCreateEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, int actualCellCount, CellCacheEvent.Source source) Creates a CellCacheSegmentCreateEvent.- Parameters:
timestamp
- TimestampserverId
- ID of the server from which the event originates.connectionId
- ID of the connection from which the event originates.statementId
- ID of the statement from which the event originates.executionId
- ID of the execution from which the event originates.coordinateCount
- Number of coordinates of segment headeractualCellCount
- Number of cells in body (or 0 if body not yet present)source
- Source of segment
-
-
Method Details