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.xmla.impl |
Modifier and Type | Method and Description |
---|---|
static MondrianServer |
MondrianServer.createWithRepository(RepositoryContentFinder contentFinder,
CatalogLocator catalogLocator)
Creates a server.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicContentFinder
Implementation of
RepositoryContentFinder that
periodically reloads the content of the repository. |
class |
StringRepositoryContentFinder
Implementation of
RepositoryContentFinder that always
returns a constant string. |
class |
UrlRepositoryContentFinder
Implementation of
RepositoryContentFinder that reads
from a URL. |
Modifier and Type | Method and Description |
---|---|
MondrianServer |
MondrianServerRegistry.createWithRepository(RepositoryContentFinder contentFinder,
CatalogLocator catalogLocator) |
Constructor and Description |
---|
FileRepository(RepositoryContentFinder repositoryContentFinder,
CatalogLocator locator) |
Modifier and Type | Method and Description |
---|---|
protected RepositoryContentFinder |
MondrianXmlaServlet.makeContentFinder(String dataSources)
Creates a callback for reading the repository.
|
protected RepositoryContentFinder |
DynamicDatasourceXmlaServlet.makeContentFinder(String dataSources) |
Copyright © 2020 Hitachi Vantara. All rights reserved.