Uses of Class
mondrian.olap.MondrianServer
-
Packages that use MondrianServer Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.server Augments the Mondrian engine with server functionality.mondrian.xmla.impl -
-
Uses of MondrianServer in mondrian.olap
Methods in mondrian.olap that return MondrianServer Modifier and Type Method Description static MondrianServerMondrianServer. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)Creates a server.static MondrianServerMondrianServer. forConnection(Connection connection)Returns the MondrianServer that hosts a given connection.static MondrianServerMondrianServer. forId(String instanceId)Returns the server with the given id. -
Uses of MondrianServer in mondrian.rolap
Methods in mondrian.rolap that return MondrianServer Modifier and Type Method Description MondrianServerRolapConnection. getServer()Returns the server (mondrian instance) that this connection belongs to.Constructors in mondrian.rolap with parameters of type MondrianServer Constructor Description RolapConnection(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 MondrianServer Modifier and Type Method Description voidSegmentCacheManager. externalSegmentCreated(SegmentHeader header, MondrianServer server)Tells the cache that a segment is newly available in an external cache.voidSegmentCacheManager. 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 MondrianServer Constructor Description AggregationManager(MondrianServer server)Creates the AggregationManager.SegmentCacheManager(MondrianServer server) -
Uses of MondrianServer in mondrian.server
Methods in mondrian.server that return MondrianServer Modifier and Type Method Description MondrianServerMondrianServerRegistry. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)MondrianServerLocus. getServer()MondrianServerMondrianServerRegistry. serverForId(String instanceId)Looks up a server with a given id.Methods in mondrian.server with parameters of type MondrianServer Modifier and Type Method Description org.olap4j.OlapConnectionFileRepository. getConnection(MondrianServer server, String databaseName, String catalogName, String roleName, Properties props)org.olap4j.OlapConnectionImplicitRepository. getConnection(MondrianServer server, String databaseName, String catalogName, String roleName, Properties props)org.olap4j.OlapConnectionRepository. 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 Modifier and Type Field Description protected MondrianServerMondrianXmlaServlet. server
-