Uses of Interface
mondrian.spi.CatalogLocator
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
Provides implementations of SPIs defined in the
mondrian.spi
package.Text user interface for Mondrian.
-
Uses of CatalogLocator in mondrian.olap
Modifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server.static Connection
DriverManager.getConnection
(String connectString, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator, DataSource dataSource) Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source. -
Uses of CatalogLocator in mondrian.server
Modifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) ModifierConstructorDescriptionFileRepository
(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of CatalogLocator in mondrian.spi.impl
Modifier and TypeClassDescriptionclass
CatalogLocator which returns the catalog URI unchanged.class
Implementation ofCatalogLocator
that returns the path unchanged.class
Locates a catalog based upon aServletContext
. -
Uses of CatalogLocator in mondrian.tui
-
Uses of CatalogLocator in mondrian.xmla.impl
Modifier and TypeMethodDescriptionprotected CatalogLocator
MondrianXmlaServlet.makeCatalogLocator
(javax.servlet.ServletConfig servletConfig) Make catalog locator.