Package mondrian.server.monitor
Class CellCacheEvent
- java.lang.Object
-
- mondrian.server.monitor.Event
-
- mondrian.server.monitor.ExecutionEvent
-
- mondrian.server.monitor.CellCacheEvent
-
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
CellCacheSegmentCreateEvent
,CellCacheSegmentDeleteEvent
public abstract class CellCacheEvent extends ExecutionEvent
Event concerning the cell cache.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CellCacheEvent.Source
Enumeration of sources of a cell cache segment.
-
Field Summary
Fields Modifier and Type Field Description CellCacheEvent.Source
source
-
Fields inherited from class mondrian.server.monitor.ExecutionEvent
connectionId, executionId, serverId, statementId
-
-
Constructor Summary
Constructors Constructor Description CellCacheEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, CellCacheEvent.Source source)
Creates a CellCacheEvent.
-
-
-
Field Detail
-
source
public final CellCacheEvent.Source source
-
-
Constructor Detail
-
CellCacheEvent
public CellCacheEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, CellCacheEvent.Source source)
Creates a CellCacheEvent.- Parameters:
timestamp
- Timestamp of the event.serverId
- Server ID from which originated the event.connectionId
- Connection ID from which originated the event.statementId
- Statement ID from which originated the event.executionId
- Execution ID from which originated the event.source
- The source of the event, being a value of Source.
-
-