Uses of Class
mondrian.server.monitor.CellCacheEvent.Source
-
Packages that use CellCacheEvent.Source Package Description mondrian.server.monitor -
-
Uses of CellCacheEvent.Source in mondrian.server.monitor
Fields in mondrian.server.monitor declared as CellCacheEvent.Source Modifier and Type Field Description CellCacheEvent.Source
CellCacheEvent. source
Methods in mondrian.server.monitor that return CellCacheEvent.Source Modifier and Type Method Description static CellCacheEvent.Source
CellCacheEvent.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellCacheEvent.Source[]
CellCacheEvent.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mondrian.server.monitor with parameters of type CellCacheEvent.Source Constructor Description CellCacheEvent(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.
-