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 MondrianServer
MondrianServer. 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 class
DynamicContentFinder
Implementation ofRepositoryContentFinder
that periodically reloads the content of the repository.class
StringRepositoryContentFinder
Implementation ofRepositoryContentFinder
that always returns a constant string.class
UrlRepositoryContentFinder
Implementation ofRepositoryContentFinder
that reads from a URL.Methods in mondrian.server with parameters of type RepositoryContentFinder Modifier and Type Method Description MondrianServer
MondrianServerRegistry. 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 RepositoryContentFinder
DynamicDatasourceXmlaServlet. makeContentFinder(String dataSources)
protected RepositoryContentFinder
MondrianXmlaServlet. makeContentFinder(String dataSources)
Creates a callback for reading the repository.
-