| 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  | DynamicContentFinderImplementation of
  RepositoryContentFinderthat
 periodically reloads the content of the repository. | 
| class  | StringRepositoryContentFinderImplementation of  RepositoryContentFinderthat always
 returns a constant string. | 
| class  | UrlRepositoryContentFinderImplementation of  RepositoryContentFinderthat 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 | DynamicDatasourceXmlaServlet. makeContentFinder(String dataSources) | 
| protected RepositoryContentFinder | MondrianXmlaServlet. makeContentFinder(String dataSources)Creates a callback for reading the repository. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.