Uses of Interface
mondrian.server.RepositoryContentFinder
Packages that use 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
Methods in mondrian.olap with parameters of type RepositoryContentFinderModifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server. -
Uses of RepositoryContentFinder in mondrian.server
Classes in mondrian.server that implement RepositoryContentFinderModifier 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.Methods in mondrian.server with parameters of type RepositoryContentFinderModifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Constructors in mondrian.server with parameters of type RepositoryContentFinderModifierConstructorDescriptionFileRepository
(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of RepositoryContentFinder in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return RepositoryContentFinderModifier and TypeMethodDescriptionprotected RepositoryContentFinder
DynamicDatasourceXmlaServlet.makeContentFinder
(String dataSources) protected RepositoryContentFinder
MondrianXmlaServlet.makeContentFinder
(String dataSources) Creates a callback for reading the repository.