Uses of Interface
mondrian.spi.CatalogLocator
-
Packages that use CatalogLocator Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.server Augments the Mondrian engine with server functionality.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package.mondrian.tui Text user interface for Mondrian.mondrian.xmla.impl -
-
Uses of CatalogLocator in mondrian.olap
Methods in mondrian.olap that return CatalogLocator Modifier and Type Method Description abstract CatalogLocator
MondrianServer. getCatalogLocator()
Methods in mondrian.olap with parameters of type CatalogLocator Modifier and Type Method Description static 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
Methods in mondrian.server with parameters of type CatalogLocator Modifier and Type Method Description MondrianServer
MondrianServerRegistry. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)
Constructors in mondrian.server with parameters of type CatalogLocator Constructor Description FileRepository(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator)
-
Uses of CatalogLocator in mondrian.spi.impl
Classes in mondrian.spi.impl that implement CatalogLocator Modifier and Type Class Description class
CatalogLocatorImpl
CatalogLocator which returns the catalog URI unchanged.class
IdentityCatalogLocator
Implementation ofCatalogLocator
that returns the path unchanged.class
ServletContextCatalogLocator
Locates a catalog based upon aServletContext
.Fields in mondrian.spi.impl declared as CatalogLocator Modifier and Type Field Description static CatalogLocator
CatalogLocatorImpl. INSTANCE
-
Uses of CatalogLocator in mondrian.tui
Methods in mondrian.tui that return CatalogLocator Modifier and Type Method Description static CatalogLocator
XmlaSupport. getCatalogLocator()
-
Uses of CatalogLocator in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return CatalogLocator Modifier and Type Method Description protected CatalogLocator
MondrianXmlaServlet. makeCatalogLocator(javax.servlet.ServletConfig servletConfig)
Make catalog locator.
-