Uses of Enum Class
mondrian.server.monitor.CellCacheEvent.Source
Packages that use CellCacheEvent.Source
-
Uses of CellCacheEvent.Source in mondrian.server.monitor
Fields in mondrian.server.monitor declared as CellCacheEvent.SourceMethods in mondrian.server.monitor that return CellCacheEvent.SourceModifier and TypeMethodDescriptionstatic CellCacheEvent.SourceReturns 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.Constructors in mondrian.server.monitor with parameters of type CellCacheEvent.SourceModifierConstructorDescriptionCellCacheEvent(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.