Uses of Interface
mondrian.server.RepositoryContentFinder
-
Packages that use RepositoryContentFinder 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 -
-
Uses of RepositoryContentFinder in mondrian.olap
Methods in mondrian.olap with parameters of type RepositoryContentFinder Modifier and Type Method Description static MondrianServerMondrianServer. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)Creates a server. -
Uses of RepositoryContentFinder in mondrian.server
Classes in mondrian.server that implement RepositoryContentFinder Modifier and Type Class Description classDynamicContentFinderImplementation ofRepositoryContentFinderthat periodically reloads the content of the repository.classStringRepositoryContentFinderImplementation ofRepositoryContentFinderthat always returns a constant string.classUrlRepositoryContentFinderImplementation ofRepositoryContentFinderthat reads from a URL.Methods in mondrian.server with parameters of type RepositoryContentFinder Modifier and Type Method Description MondrianServerMondrianServerRegistry. createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)Constructors in mondrian.server with parameters of type RepositoryContentFinder Constructor Description FileRepository(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of RepositoryContentFinder in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return RepositoryContentFinder Modifier and Type Method Description protected RepositoryContentFinderDynamicDatasourceXmlaServlet. makeContentFinder(String dataSources)protected RepositoryContentFinderMondrianXmlaServlet. makeContentFinder(String dataSources)Creates a callback for reading the repository.
-