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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface mondrian.server.monitor.Message |
accept |
source
public final CellCacheEvent.Source source
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.