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.spipackage.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 CatalogLocatorMondrianServer. getCatalogLocator()Methods in mondrian.olap with parameters of type CatalogLocator Modifier and Type Method Description static MondrianServerMondrianServer. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)Creates a server.static ConnectionDriverManager. getConnection(String connectString, CatalogLocator locator)Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static ConnectionDriverManager. getConnection(Util.PropertyList properties, CatalogLocator locator)Creates a connection to a Mondrian OLAP Engine.static ConnectionDriverManager. 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 MondrianServerMondrianServerRegistry. 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 classCatalogLocatorImplCatalogLocator which returns the catalog URI unchanged.classIdentityCatalogLocatorImplementation ofCatalogLocatorthat returns the path unchanged.classServletContextCatalogLocatorLocates a catalog based upon aServletContext.Fields in mondrian.spi.impl declared as CatalogLocator Modifier and Type Field Description static CatalogLocatorCatalogLocatorImpl. INSTANCE -
Uses of CatalogLocator in mondrian.tui
Methods in mondrian.tui that return CatalogLocator Modifier and Type Method Description static CatalogLocatorXmlaSupport. getCatalogLocator() -
Uses of CatalogLocator in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return CatalogLocator Modifier and Type Method Description protected CatalogLocatorMondrianXmlaServlet. makeCatalogLocator(javax.servlet.ServletConfig servletConfig)Make catalog locator.
-