Uses of Enum Class
mondrian.server.monitor.CellCacheEvent.Source
-
Uses of CellCacheEvent.Source in mondrian.server.monitor
Modifier and TypeMethodDescriptionstatic CellCacheEvent.Source
Returns the enum constant of this class with the specified name.static CellCacheEvent.Source[]
CellCacheEvent.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCellCacheEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, CellCacheEvent.Source source) Creates a CellCacheEvent.CellCacheSegmentCreateEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, int actualCellCount, CellCacheEvent.Source source) Creates a CellCacheSegmentCreateEvent.CellCacheSegmentDeleteEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, int coordinateCount, CellCacheEvent.Source source) Creates a CellCacheSegmentCreateEvent.