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 the
mondrian.spi package. |
mondrian.tui |
Text user interface for Mondrian.
|
mondrian.xmla.impl |
Modifier and Type | Method and Description |
---|---|
abstract CatalogLocator |
MondrianServer.getCatalogLocator() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MondrianServer |
MondrianServerRegistry.createWithRepository(RepositoryContentFinder contentFinder,
CatalogLocator catalogLocator) |
Constructor and Description |
---|
FileRepository(RepositoryContentFinder repositoryContentFinder,
CatalogLocator locator) |
Modifier and Type | Class and Description |
---|---|
class |
CatalogLocatorImpl
CatalogLocator which returns the catalog URI unchanged.
|
class |
IdentityCatalogLocator
Implementation of
CatalogLocator that returns
the path unchanged. |
class |
ServletContextCatalogLocator
Locates a catalog based upon a
ServletContext .
If the catalog URI is an absolute path, it refers to a resource inside our
WAR file, so replace the URL. |
Modifier and Type | Field and Description |
---|---|
static CatalogLocator |
CatalogLocatorImpl.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static CatalogLocator |
XmlaSupport.getCatalogLocator() |
Modifier and Type | Method and Description |
---|---|
protected CatalogLocator |
MondrianXmlaServlet.makeCatalogLocator(javax.servlet.ServletConfig servletConfig)
Make catalog locator.
|
Copyright © 2019 Hitachi Vantara. All rights reserved.