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
Event concerning the cell cache.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of sources of a cell cache segment. -
Field Summary
FieldsFields inherited from class mondrian.server.monitor.ExecutionEvent
connectionId, executionId, serverId, statementId -
Constructor Summary
ConstructorsConstructorDescriptionCellCacheEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, CellCacheEvent.Source source) Creates a CellCacheEvent. -
Method Summary
Methods inherited from class mondrian.server.monitor.Event
setContextMap
-
Field Details
-
source
-
-
Constructor Details
-
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.
-