Package mondrian.server.monitor
Class CellCacheSegmentDeleteEvent
- java.lang.Object
-
- mondrian.server.monitor.Event
-
- mondrian.server.monitor.ExecutionEvent
-
- mondrian.server.monitor.CellCacheEvent
-
- mondrian.server.monitor.CellCacheSegmentDeleteEvent
-
- All Implemented Interfaces:
Message
public class CellCacheSegmentDeleteEvent extends CellCacheEvent
Deletion of a segment from the cell cache.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class mondrian.server.monitor.CellCacheEvent
CellCacheEvent.Source
-
-
Field Summary
Fields Modifier and Type Field Description int
coordinateCount
-
Fields inherited from class mondrian.server.monitor.CellCacheEvent
source
-
Fields inherited from class mondrian.server.monitor.ExecutionEvent
connectionId, executionId, serverId, statementId
-
-
Constructor Summary
Constructors Constructor Description CellCacheSegmentDeleteEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, CellCacheEvent.Source source)
Creates a CellCacheSegmentCreateEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(Visitor<T> visitor)
Dispatches a call to the appropriatevisit
method onVisitor
.-
Methods inherited from class mondrian.server.monitor.Event
setContextMap
-
-
-
-
Constructor Detail
-
CellCacheSegmentDeleteEvent
public CellCacheSegmentDeleteEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, 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 headersource
- Source of segment
-
-