Uses of Interface
mondrian.server.RepositoryContentFinder
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
-
Uses of RepositoryContentFinder in mondrian.olap
Modifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server. -
Uses of RepositoryContentFinder in mondrian.server
Modifier and TypeClassDescriptionclass
Implementation ofRepositoryContentFinder
that periodically reloads the content of the repository.class
Implementation ofRepositoryContentFinder
that always returns a constant string.class
Implementation ofRepositoryContentFinder
that reads from a URL.Modifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) ModifierConstructorDescriptionFileRepository
(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of RepositoryContentFinder in mondrian.xmla.impl
Modifier and TypeMethodDescriptionprotected RepositoryContentFinder
DynamicDatasourceXmlaServlet.makeContentFinder
(String dataSources) protected RepositoryContentFinder
MondrianXmlaServlet.makeContentFinder
(String dataSources) Creates a callback for reading the repository.