Uses of Class
mondrian.olap.MondrianServer
Packages that use MondrianServer
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
Augments the Mondrian engine with server functionality.
-
Uses of MondrianServer in mondrian.olap
Methods in mondrian.olap that return MondrianServerModifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server.static MondrianServer
MondrianServer.forConnection
(Connection connection) Returns the MondrianServer that hosts a given connection.static MondrianServer
Returns the server with the given id. -
Uses of MondrianServer in mondrian.rolap
Methods in mondrian.rolap that return MondrianServerModifier and TypeMethodDescriptionRolapConnection.getServer()
Returns the server (mondrian instance) that this connection belongs to.Constructors in mondrian.rolap with parameters of type MondrianServerModifierConstructorDescriptionRolapConnection
(MondrianServer server, Util.PropertyList connectInfo, DataSource dataSource) Creates a connection. -
Uses of MondrianServer in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type MondrianServerModifier and TypeMethodDescriptionvoid
SegmentCacheManager.externalSegmentCreated
(SegmentHeader header, MondrianServer server) Tells the cache that a segment is newly available in an external cache.void
SegmentCacheManager.externalSegmentDeleted
(SegmentHeader header, MondrianServer server) Tells the cache that a segment is no longer available in an external cache.Constructors in mondrian.rolap.agg with parameters of type MondrianServerModifierConstructorDescriptionAggregationManager
(MondrianServer server) Creates the AggregationManager.SegmentCacheManager
(MondrianServer server) -
Uses of MondrianServer in mondrian.server
Methods in mondrian.server that return MondrianServerModifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) final MondrianServer
Locus.getServer()
MondrianServerRegistry.serverForId
(String instanceId) Looks up a server with a given id.Methods in mondrian.server with parameters of type MondrianServerModifier and TypeMethodDescriptionorg.olap4j.OlapConnection
FileRepository.getConnection
(MondrianServer server, String databaseName, String catalogName, String roleName, Properties props) org.olap4j.OlapConnection
ImplicitRepository.getConnection
(MondrianServer server, String databaseName, String catalogName, String roleName, Properties props) org.olap4j.OlapConnection
Repository.getConnection
(MondrianServer server, String databaseName, String catalogName, String roleName, Properties props) Returns an OlapConnection object. -
Uses of MondrianServer in mondrian.xmla.impl
Fields in mondrian.xmla.impl declared as MondrianServer