Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
mondrian.rolap.format | |
mondrian.spi.impl |
Provides implementations of SPIs defined in the
mondrian.spi package. |
Modifier and Type | Interface and Description |
---|---|
interface |
MemberFormatter
Deprecated.
Use
MemberFormatter . This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0. |
Modifier and Type | Field and Description |
---|---|
protected MemberFormatter |
LevelBase.memberFormatter |
Modifier and Type | Method and Description |
---|---|
MemberFormatter |
LevelBase.getMemberFormatter() |
MemberFormatter |
Level.getMemberFormatter()
Returns the object that is used to format members of this level.
|
Modifier and Type | Method and Description |
---|---|
MemberFormatter |
RolapCubeLevel.getMemberFormatter() |
Modifier and Type | Method and Description |
---|---|
MemberFormatter |
FormatterFactory.createRolapMemberFormatter(FormatterCreateContext context)
Given the name of a member formatter class
and/or a member formatter script, returns a member formatter.
|
Modifier and Type | Method and Description |
---|---|
static MemberFormatter |
Scripts.memberFormatter(String scriptText,
String scriptLanguage)
Creates an implementation of the
MemberFormatter SPI based on
a script. |
Copyright © 2020 Hitachi Vantara. All rights reserved.