Uses of Class
mondrian.olap.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
Modifier 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
Modifier and TypeMethodDescriptionRolapConnection.getServer()
Returns the server (mondrian instance) that this connection belongs to.ModifierConstructorDescriptionRolapConnection
(MondrianServer server, Util.PropertyList connectInfo, DataSource dataSource) Creates a connection. -
Uses of MondrianServer in mondrian.rolap.agg
Modifier 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.ModifierConstructorDescriptionAggregationManager
(MondrianServer server) Creates the AggregationManager.SegmentCacheManager
(MondrianServer server) -
Uses of MondrianServer in mondrian.server
Modifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) final MondrianServer
Locus.getServer()
MondrianServerRegistry.serverForId
(String instanceId) Looks up a server with a given id.Modifier 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