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 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
MondrianServer. 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 MondrianServer
RolapConnection. 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 void
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 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 MondrianServer
MondrianServerRegistry. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)
MondrianServer
Locus. getServer()
MondrianServer
MondrianServerRegistry. 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.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 Modifier and Type Field Description protected MondrianServer
MondrianXmlaServlet. server
-