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 MondrianServerMondrianServer.createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server. -
Uses of RepositoryContentFinder in mondrian.server
Classes in mondrian.server that implement RepositoryContentFinderModifier and TypeClassDescriptionclassImplementation ofRepositoryContentFinderthat periodically reloads the content of the repository.classImplementation ofRepositoryContentFinderthat always returns a constant string.classImplementation ofRepositoryContentFinderthat 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 RepositoryContentFinderDynamicDatasourceXmlaServlet.makeContentFinder(String dataSources) protected RepositoryContentFinderMondrianXmlaServlet.makeContentFinder(String dataSources) Creates a callback for reading the repository.