A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
A
- AbortException() - Constructor for exception mondrian.rolap.agg.SegmentCacheManager.AbortException
- abs(double) - Static method in class mondrian.olap.fun.vba.Vba
- ABSOLUTE - mondrian.olap.SolveOrderMode
-
The SOLVE_ORDER value is absolute regardless of where it is defined; e.g.
- AbstractAggregateFunDef - Class in mondrian.olap.fun
-
Abstract base class for all aggregate functions (
Aggregate
,Sum
,Avg
, et cetera). - AbstractAggregateFunDef(FunDef) - Constructor for class mondrian.olap.fun.AbstractAggregateFunDef
- AbstractBitKey() - Constructor for class mondrian.rolap.BitKey.AbstractBitKey
- AbstractBooleanCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
BooleanCalc
interface. - AbstractBooleanCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractBooleanCalc
-
Creates an AbstractBooleanCalc.
- AbstractCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
Calc
interface. - AbstractCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractCalc
-
Creates an AbstractCalc.
- AbstractClassResolver() - Constructor for class mondrian.util.ClassResolver.AbstractClassResolver
- AbstractColumnPredicate - Class in mondrian.rolap.agg
-
A
AbstractColumnPredicate
is an abstract implementation forStarColumnPredicate
. - AbstractColumnPredicate(RolapStar.Column) - Constructor for class mondrian.rolap.agg.AbstractColumnPredicate
-
Creates an AbstractColumnPredicate.
- AbstractColumnPredicate.Factory - Class in mondrian.rolap.agg
-
Factory for
StarPredicate
s andStarColumnPredicate
s. - AbstractDateTimeCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
DateTimeCalc
interface. - AbstractDateTimeCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDateTimeCalc
-
Creates an AbstractDateTimeCalc.
- AbstractDimensionCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
DimensionCalc
interface. - AbstractDimensionCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDimensionCalc
-
Creates an AbstractDimensionCalc.
- AbstractDoubleCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
DoubleCalc
interface. - AbstractDoubleCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDoubleCalc
-
Creates an AbstractDoubleCalc.
- AbstractExpCompiler - Class in mondrian.calc.impl
-
Abstract implementation of the
ExpCompiler
interface. - AbstractExpCompiler(Evaluator, Validator) - Constructor for class mondrian.calc.impl.AbstractExpCompiler
-
Creates an AbstractExpCompiler
- AbstractExpCompiler(Evaluator, Validator, List<ResultStyle>) - Constructor for class mondrian.calc.impl.AbstractExpCompiler
-
Creates an AbstractExpCompiler which is constrained to produce one of a set of result styles.
- AbstractFlatList() - Constructor for class mondrian.olap.Util.AbstractFlatList
- AbstractHierarchyCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
HierarchyCalc
interface. - AbstractHierarchyCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractHierarchyCalc
-
Creates an AbstractHierarchyCalc.
- AbstractIntegerCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
IntegerCalc
interface. - AbstractIntegerCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractIntegerCalc
-
Creates an AbstractIntegerCalc.
- AbstractIterCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
IterCalc
interface. - AbstractIterCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractIterCalc
-
Creates an abstract implementation of a compiled expression which returns a
TupleIterable
. - AbstractLevelCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
LevelCalc
interface. - AbstractLevelCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractLevelCalc
-
Creates an AbstractLevelCalc.
- AbstractListCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
ListCalc
interface. - AbstractListCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractListCalc
-
Creates an abstract implementation of a compiled expression which returns a mutable list of tuples.
- AbstractListCalc(Exp, Calc[], boolean) - Constructor for class mondrian.calc.impl.AbstractListCalc
-
Creates an abstract implementation of a compiled expression which returns a list.
- AbstractMemberCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
MemberCalc
interface. - AbstractMemberCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractMemberCalc
-
Creates an AbstractMemberCalc.
- AbstractMemoryMonitor - Class in mondrian.util
-
Abstract implementation of
MemoryMonitor
. - AbstractMemoryMonitor() - Constructor for class mondrian.util.AbstractMemoryMonitor
-
Constructor of this base class.
- AbstractQuerySpec - Class in mondrian.rolap.agg
-
Base class for
QuerySpec
implementations. - AbstractQuerySpec(RolapStar, boolean) - Constructor for class mondrian.rolap.agg.AbstractQuerySpec
-
Creates an AbstractQuerySpec.
- AbstractRecorder - Class in mondrian.recorder
-
Abstract implemention of the
MessageRecorder
interface. - AbstractRecorder() - Constructor for class mondrian.recorder.AbstractRecorder
- AbstractRecorder(int) - Constructor for class mondrian.recorder.AbstractRecorder
- AbstractStringCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
StringCalc
interface. - AbstractStringCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractStringCalc
-
Creates an AbstractStringCalc.
- AbstractTupleCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
TupleCalc
interface. - AbstractTupleCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractTupleCalc
-
Creates an AbstractTupleCalc.
- AbstractTupleCursor - Class in mondrian.calc.impl
-
Abstract implementation of
TupleIterator
. - AbstractTupleCursor(int) - Constructor for class mondrian.calc.impl.AbstractTupleCursor
- AbstractTupleIterable - Class in mondrian.calc.impl
-
Abstract implementation of
TupleIterable
. - AbstractTupleIterable(int) - Constructor for class mondrian.calc.impl.AbstractTupleIterable
-
Creates an AbstractTupleIterable.
- AbstractTupleIterator - Class in mondrian.calc.impl
-
Abstract implementation of
TupleIterator
. - AbstractTupleIterator(int) - Constructor for class mondrian.calc.impl.AbstractTupleIterator
- AbstractTupleList - Class in mondrian.calc.impl
-
Abstract implementation of
TupleList
. - AbstractTupleList(int) - Constructor for class mondrian.calc.impl.AbstractTupleList
- AbstractTupleList.AbstractTupleListIterator - Class in mondrian.calc.impl
-
Implementation of
TupleIterator
forArrayTupleList
. - AbstractTupleListIterator() - Constructor for class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- AbstractVoidCalc - Class in mondrian.calc.impl
-
Abstract implementation of the
VoidCalc
interface. - AbstractVoidCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractVoidCalc
- accept(CalcWriter) - Method in interface mondrian.calc.Calc
-
Prints this expression, by accepting a visiting
CalcWriter
. - accept(CalcWriter) - Method in class mondrian.calc.impl.AbstractCalc
- accept(ExpCompiler) - Method in class mondrian.calc.DummyExp
- accept(ExpCompiler) - Method in class mondrian.mdx.DimensionExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.HierarchyExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.LevelExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.MemberExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.NamedSetExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.ParameterExpr
- accept(ExpCompiler) - Method in class mondrian.mdx.ResolvedFunCall
- accept(ExpCompiler) - Method in class mondrian.mdx.UnresolvedFunCall
- accept(ExpCompiler) - Method in interface mondrian.olap.Exp
-
Converts this expression into an a tree of expressions which can be efficiently evaluated.
- accept(ExpCompiler) - Method in class mondrian.olap.ExpBase
- accept(ExpCompiler) - Method in class mondrian.olap.Literal
- accept(MdxVisitor) - Method in class mondrian.calc.DummyExp
- accept(MdxVisitor) - Method in class mondrian.mdx.DimensionExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.HierarchyExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.LevelExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.MemberExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.NamedSetExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.ParameterExpr
- accept(MdxVisitor) - Method in class mondrian.mdx.ResolvedFunCall
- accept(MdxVisitor) - Method in class mondrian.mdx.UnresolvedFunCall
- accept(MdxVisitor) - Method in interface mondrian.olap.Exp
-
Accepts a visitor to this Exp.
- accept(MdxVisitor) - Method in class mondrian.olap.Formula
-
Accepts a visitor to this Formula.
- accept(MdxVisitor) - Method in class mondrian.olap.Id
- accept(MdxVisitor) - Method in class mondrian.olap.Literal
- accept(MdxVisitor) - Method in class mondrian.olap.Query
- accept(MdxVisitor) - Method in class mondrian.olap.QueryAxis
- accept(Validator) - Method in class mondrian.calc.DummyExp
- accept(Validator) - Method in class mondrian.mdx.DimensionExpr
- accept(Validator) - Method in class mondrian.mdx.HierarchyExpr
- accept(Validator) - Method in class mondrian.mdx.LevelExpr
- accept(Validator) - Method in class mondrian.mdx.MemberExpr
- accept(Validator) - Method in class mondrian.mdx.NamedSetExpr
- accept(Validator) - Method in class mondrian.mdx.ParameterExpr
- accept(Validator) - Method in class mondrian.mdx.ResolvedFunCall
- accept(Validator) - Method in class mondrian.mdx.UnresolvedFunCall
- accept(Validator) - Method in interface mondrian.olap.Exp
-
Validates this expression.
- accept(Validator) - Method in class mondrian.olap.Id
- accept(Validator) - Method in class mondrian.olap.Literal
- accept(Visitor<T>) - Method in class mondrian.server.monitor.CellCacheSegmentCreateEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.CellCacheSegmentDeleteEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.ConnectionEndEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.ConnectionStartEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.ExecutionEndEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.ExecutionPhaseEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.ExecutionStartEvent
- accept(Visitor<T>) - Method in interface mondrian.server.monitor.Message
-
Dispatches a call to the appropriate
visit
method onVisitor
. - accept(Visitor<T>) - Method in class mondrian.server.monitor.SqlStatementEndEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.SqlStatementExecuteEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.SqlStatementStartEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.StatementEndEvent
- accept(Visitor<T>) - Method in class mondrian.server.monitor.StatementStartEvent
- accept(T) - Method in interface mondrian.util.FilteredIterableList.Filter
- acceptsConnection(Connection) - Method in class mondrian.spi.impl.JdbcDialectFactory
-
Returns whether this dialect is suitable for the given connection.
- acceptsURL(String) - Method in class mondrian.olap4j.MondrianOlap4jDriver
- access - Variable in class mondrian.olap.MondrianDef.CubeGrant
- access - Variable in class mondrian.olap.MondrianDef.DimensionGrant
- access - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- access - Variable in class mondrian.olap.MondrianDef.MemberGrant
- access - Variable in class mondrian.olap.MondrianDef.SchemaGrant
- Access - Enum in mondrian.olap
-
Access
enumerates the allowable access rights. - ACCESS - mondrian.spi.Dialect.DatabaseProduct
- ACCESS - Static variable in class mondrian.xmla.Enumeration
- AccessDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Microsoft Access database (also called the JET Engine). - AccessDialect(Connection) - Constructor for class mondrian.spi.impl.AccessDialect
-
Creates an AccessDialect.
- accuracy(LinReg.Value) - Static method in class mondrian.olap.fun.LinReg
- acos(double) - Static method in class mondrian.olap.fun.vba.Excel
- acosh(double) - Static method in class mondrian.olap.fun.vba.Excel
- action_obj - Variable in class mondrian.olap.Parser
-
Instance of action encapsulation class.
- action_table() - Method in class mondrian.olap.Parser
-
Access to parse-action table.
- ACTION_TYPE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the format string.
- ACTION_TYPE_ORDINAL - Static variable in class mondrian.olap.Property
- actualCellCount - Variable in class mondrian.server.monitor.CellCacheSegmentCreateEvent
- adaptList(TupleList, int, int[]) - Method in class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
- add(int, Object) - Method in class mondrian.olap.Util.AbstractFlatList
- add(int, List<Member>) - Method in class mondrian.calc.impl.ArrayTupleList
- add(int, List<Member>) - Method in class mondrian.calc.impl.DelegatingTupleList
- add(int, List<Member>) - Method in class mondrian.calc.impl.ListTupleList
- add(int, List<Member>) - Method in class mondrian.calc.impl.UnaryTupleList
- add(int, T) - Method in class mondrian.util.ConcatenableList
- add(int, T) - Method in class mondrian.util.UnsupportedList
- add(E) - Method in class mondrian.util.PartiallyOrderedSet
-
Adds an element to this lattice.
- add(Object) - Method in class mondrian.olap.Util.AbstractFlatList
- add(List<Member>) - Method in class mondrian.calc.impl.ArrayTupleList
- add(List<Member>) - Method in class mondrian.calc.impl.UnaryTupleList
- add(GroupingSet) - Method in class mondrian.rolap.GroupingSetsCollector
- add(ExplicitRules.TableDef.Level) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Adds a Level.
- add(ExplicitRules.TableDef.Measure) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Adds a Measure.
- add(RolapMember) - Method in class mondrian.rolap.TargetBase
- add(SegmentHeader, SegmentBuilder.SegmentConverter, boolean) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Adds a header to the index.
- add(SegmentHeader, SegmentBuilder.SegmentConverter, boolean) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- add(SpatialValueTree.SpatialRegion<K, E>, V) - Method in interface mondrian.util.SpatialValueTree
-
Stores a string value at all points which intersect with the passed region key.
- add(SpatialValueTree2.SpatialRegion) - Method in interface mondrian.util.SpatialValueTree2
-
Stores a region in this tree.
- add(T) - Method in class mondrian.util.ConcatenableList
- add(T) - Method in class mondrian.util.ObjectPool
-
Adds an object to the ObjectPool if it is not already in the pool or returns the object that is already in the pool that matches the object being added.
- add(T) - Method in class mondrian.util.UnsupportedList
- add(T) - Method in class mondrian.util.UnsupportedList.ListItr
- addAggregateList(BitKey, StarPredicate) - Method in class mondrian.rolap.agg.CellRequest
-
Add compound member (formed via aggregate function) constraint to the Cell.
- addAggStar(AggStar) - Method in class mondrian.rolap.RolapStar
-
Adds an
AggStar
to this star. - addAll(int, Collection<? extends List<Member>>) - Method in class mondrian.calc.impl.ArrayTupleList
- addAll(int, Collection<? extends T>) - Method in class mondrian.olap.Util.AbstractFlatList
- addAll(int, Collection<? extends T>) - Method in class mondrian.util.UnsupportedList
- addAll(Collection<? extends T>) - Method in class mondrian.olap.Util.AbstractFlatList
- addAll(Collection<? extends T>) - Method in class mondrian.util.ConcatenableList
- addAll(Collection<? extends T>) - Method in class mondrian.util.UnsupportedList
- addAppender(Appender, Logger, Level) - Static method in class mondrian.olap.Util
- addCache(SegmentCache) - Static method in class mondrian.spi.SegmentCache.SegmentCacheInjector
-
Adds a
SegmentCache
instance for Mondrian's use. - addCallback(XmlaRequestCallback) - Method in class mondrian.xmla.XmlaServlet
-
Registers a callback.
- addCode(String, String) - Method in class mondrian.olap.MondrianDef.View
- addColumnsToList(List<AggStar.Table.Column>) - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
-
Add all of this Table's columns to the list parameter and then add all child table columns.
- addConnection(RolapConnection) - Method in class mondrian.olap.MondrianServer
-
Called just after a connection has been created.
- addConstrainedColumn(RolapStar.Column, StarColumnPredicate) - Method in class mondrian.rolap.agg.CellRequest
-
Adds a constraint to this request.
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.DefaultTupleConstraint
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in interface mondrian.rolap.sql.CrossJoinArg
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.sql.MemberKeyConstraint
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in interface mondrian.rolap.sql.TupleConstraint
-
Modifies a Level.Members query.
- addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.SqlContextConstraint
-
Called from LevelMembers: restricts the SQL resultset to the current context.
- addContextConstraint(SqlQuery, AggStar, Evaluator, RolapCube, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
-
For every restricting member in the current context, generates a WHERE condition and a join to the fact table.
- addCookie(Cookie) - Method in class mondrian.tui.MockHttpServletRequest
- addCookie(Cookie) - Method in class mondrian.tui.MockHttpServletResponse
-
Adds the specified cookie to the response.
- addCube(RolapCube) - Method in class mondrian.rolap.RolapSchema
-
Adds a cube to the cube name map.
- addCurrent(TupleCursor) - Method in class mondrian.calc.impl.AbstractTupleList
- addCurrent(TupleCursor) - Method in class mondrian.calc.impl.ArrayTupleList
- addCurrent(TupleCursor) - Method in class mondrian.calc.impl.UnaryTupleList
- addCurrent(TupleCursor) - Method in interface mondrian.calc.TupleList
- addData(Segment, SegmentBody) - Static method in class mondrian.rolap.agg.SegmentBuilder
-
Converts a segment plus a
SegmentBody
into aSegmentWithData
. - addDatabaseTime(long) - Static method in class mondrian.olap.Util
-
Deprecated.Will be removed in 4.0.
- addDateHeader(String, long) - Method in class mondrian.tui.MockHttpServletResponse
-
Adds a response header with the given name and date-value.
- addDrillThroughColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- addDrillThroughMeasure(RolapStar.Measure) - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- addError(XmlUtil.SaxErrorHandler.ErrorInfo) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- addEscapes(String) - Static method in error mondrian.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addExclude(ExplicitRules.Exclude) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Add an exclude rule.
- addFK(MondrianDef.AggForeignKey) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Add foreign key mapping entry (maps from fact table foreign key column name to aggregate table foreign key column name).
- addForeignKeyToNotLostColumnUsages(JdbcSchema.Table.Column) - Method in class mondrian.rolap.aggmatcher.AggGen
- addFormula(Formula) - Method in class mondrian.olap.Query
-
Adds a new formula specifying a member or a set to an existing query; resolve is called after the formula has been added.
- addFormula(Id, Exp) - Method in class mondrian.olap.Query
-
Adds a new formula specifying a set to an existing query.
- addFormula(Id, Exp, MemberProperty[]) - Method in class mondrian.olap.Query
-
Adds a new formula specifying a member to an existing query.
- addFormulas(Formula...) - Method in class mondrian.olap.Query
-
Adds some number of new formulas specifying members or sets to an existing query; resolve is only called once, after all the new members have been added to the query.
- addFrom(MondrianDef.RelationOrJoin, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds a relation to a query, adding appropriate join conditions, unless it is already present.
- addFrom(SqlQuery, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
- addFromQuery(String, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds a subquery to the FROM clause of this Query with a given alias.
- addGrantCubeSlicer(String, String, boolean) - Method in class mondrian.olap.CubeAccess
-
Adds restricted hierarchy or limited member based on bMember
- addGroupBy(String) - Method in class mondrian.rolap.sql.SqlQuery
- addGroupBy(String, String) - Method in class mondrian.rolap.sql.SqlQuery
- addGroupingFunction(String) - Method in class mondrian.rolap.sql.SqlQuery
- addGroupingFunction(SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
- addGroupingSet(List<String>) - Method in class mondrian.rolap.sql.SqlQuery
- addGroupingSets(SqlQuery, Map<String, String>) - Method in class mondrian.rolap.agg.AbstractQuerySpec
- addHaving(String) - Method in class mondrian.rolap.sql.SqlQuery
- addHeader(String, String) - Method in class mondrian.tui.MockHttpServletRequest
- addHeader(String, String) - Method in class mondrian.tui.MockHttpServletResponse
-
Adds a response header with the given name and value.
- addIgnoreColumnName(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Adds the name of an aggregate table column that is to be ignored.
- addInitParameter(String, String) - Method in class mondrian.tui.MockServletConfig
- addInitParameter(String, String) - Method in class mondrian.tui.MockServletContext
- addIntHeader(String, int) - Method in class mondrian.tui.MockHttpServletResponse
-
Adds a response header with the given name and integer value.
- addLevel(Level) - Method in class mondrian.olap.QueryAxis
- addLevel(AggStar.Table.Level) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Add a Level column.
- addLevelCalculatedMembers(SchemaReader, Level, List<Member>) - Static method in class mondrian.olap.Util
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.DefaultTupleConstraint
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
-
Will be called once for the level that contains the children of a Member.Children query.
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.sql.MemberKeyConstraint
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in interface mondrian.rolap.sql.TupleConstraint
-
Will be called multiple times for every "group by" level in Level.Members query, i.e.
- addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.SqlContextConstraint
- addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in class mondrian.rolap.SqlTupleReader
- addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in interface mondrian.rolap.TupleReader
-
Adds a hierarchy to retrieve members from.
- addLevelMemberSql(SqlQuery, RolapLevel, RolapCube, SqlTupleReader.WhichSelect, AggStar) - Method in class mondrian.rolap.SqlTupleReader
-
Generates the SQL statement to access members of
level
. - addLevelTo(ExplicitRules.TableDef, String, String, boolean, String, String, MondrianDef.AggLevelProperty[]) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- addLevelToAxis(AxisOrdinal, Level) - Method in class mondrian.olap.Query
-
Adds a level to an axis expression.
- addListener(SegmentCache.SegmentCacheListener) - Method in class mondrian.rolap.cache.MemorySegmentCache
- addListener(SegmentCache.SegmentCacheListener) - Method in interface mondrian.spi.SegmentCache
-
Adds a listener to this segment cache implementation.
- addListener(MemoryMonitor.Listener) - Method in class mondrian.util.AbstractMemoryMonitor
- addListener(MemoryMonitor.Listener) - Method in class mondrian.util.FauxMemoryMonitor
- addListener(MemoryMonitor.Listener) - Method in interface mondrian.util.MemoryMonitor
-
Adds a
Listener
using the default threshold percentage. - addListener(MemoryMonitor.Listener, int) - Method in class mondrian.util.AbstractMemoryMonitor
- addListener(MemoryMonitor.Listener, int) - Method in class mondrian.util.FauxMemoryMonitor
- addListener(MemoryMonitor.Listener, int) - Method in interface mondrian.util.MemoryMonitor
-
Adds a
Listener
to theMemoryMonitor
with a given threshold percentage. - addLocale(Locale) - Method in class mondrian.tui.MockHttpServletRequest
- addLocales(List<Locale>) - Method in class mondrian.tui.MockHttpServletRequest
- addMeasure(int, SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Adds a measure to a query.
- addMeasuresMembers(OlapElement) - Method in class mondrian.olap.Query
-
Keeps track of references to members of the measures dimension
- addMeasureTo(ExplicitRules.TableDef, String, String, String) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- addMember(Member) - Method in class mondrian.rolap.TupleConstraintStruct
- addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
- addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
-
Modifies a
Member.Children
query so that (all or some) children of all parent members contained inparents
will be returned in the result set. - addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in class mondrian.rolap.SqlContextConstraint
-
Adds
parents
to the current context and restricts the SQL resultset to that new context. - addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>, boolean, boolean, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Creates a "WHERE exp IN (...)" condition containing the values of all parents.
- addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
- addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
-
Modifies a
Member.Children
query so that only the children ofparent
will be returned in the result set. - addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in class mondrian.rolap.SqlContextConstraint
-
Called from MemberChildren: adds
parent
to the current context and restricts the SQL resultset to that new context. - addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Creates a "WHERE parent = value" constraint.
- addMembers(List<Member>) - Method in class mondrian.rolap.TupleConstraintStruct
- addOrderBy(String, boolean, boolean, boolean) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds an item to the ORDER BY clause.
- addOrderBy(String, String, boolean, boolean, boolean, boolean) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds an item to the ORDER BY clause.
- addPredicate(RolapStar.Column, StarColumnPredicate) - Method in class mondrian.rolap.RolapCacheRegion
-
Adds a predicate which applies to a single column.
- addPredicate(StarPredicate) - Method in class mondrian.rolap.RolapCacheRegion
-
Adds a predicate which applies to multiple columns.
- addPredicateString(String) - Method in class mondrian.rolap.agg.CellRequest
- addResource(String, URL) - Method in class mondrian.tui.MockServletContext
- addRow(SqlStatement, int) - Method in class mondrian.rolap.TargetBase
-
Adds a row to the collection.
- addSelect(String, SqlStatement.Type) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds an expression to the select clause, automatically creating a column alias.
- addSelect(String, SqlStatement.Type, String) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds an expression to the select clause, with a specified type and column alias.
- addSelectGroupBy(String, SqlStatement.Type) - Method in class mondrian.rolap.sql.SqlQuery
-
Adds an expression to the SELECT and GROUP BY clauses.
- addStatement(Statement) - Method in class mondrian.olap.MondrianServer
-
Called just after a statement has been created.
- addTable(ResultSet) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Makes a Table from an ResultSet: the table's name is the ResultSet third entry.
- addTable(AggStar.DimTable) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Add a child DimTable table.
- addTableDef(ExplicitRules.TableDef) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Add a name or pattern (table) rule.
- addToEntry(K, V) - Method in class mondrian.rolap.SmartIncrementalCache
- addToFrom(SqlQuery, boolean, boolean) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
This is a copy of the code found in RolapStar used to generate an SQL query.
- addToFrom(SqlQuery, boolean, boolean) - Method in class mondrian.rolap.RolapStar.Table
-
Adds this table to the FROM clause of a query, and also, if
joinToParent
, any join condition. - addTuple(Member...) - Method in class mondrian.calc.impl.ArrayTupleList
- addTuple(Member...) - Method in class mondrian.calc.impl.DelegatingTupleList
- addTuple(Member...) - Method in class mondrian.calc.impl.ListTupleList
- addTuple(Member...) - Method in class mondrian.calc.impl.UnaryTupleList
- addTuple(Member...) - Method in interface mondrian.calc.TupleList
- addTupleList(TupleList) - Method in class mondrian.rolap.TupleConstraintStruct
- addWhere(String) - Method in class mondrian.rolap.sql.SqlQuery
- addWhere(String, String, String) - Method in class mondrian.rolap.sql.SqlQuery
- addWhere(RolapStar.Condition) - Method in class mondrian.rolap.sql.SqlQuery
- adjustBeginLineColumn(int, int) - Method in class mondrian.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdvancedFlag - mondrian.xmla.PropertyDefinition
- AFTER - mondrian.olap.MatchType
-
If no exact match, return the next member
- afterCompile(Exp, Calc, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
-
Hook for post-processing.
- aggColumn - Variable in class mondrian.olap.MondrianDef.AggForeignKey
- AggColumnName() - Constructor for class mondrian.olap.MondrianDef.AggColumnName
- AggColumnName(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggColumnName
- AggExclude() - Constructor for class mondrian.olap.MondrianDef.AggExclude
- AggExclude(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggExclude
- aggExcludes - Variable in class mondrian.olap.MondrianDef.Table
- AggFactCount() - Constructor for class mondrian.olap.MondrianDef.AggFactCount
- AggFactCount(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggFactCount
- AggForeignKey() - Constructor for class mondrian.olap.MondrianDef.AggForeignKey
- AggForeignKey(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggForeignKey
- AggGen - Class in mondrian.rolap.aggmatcher
-
This class is used to create "lost" and "collapsed" aggregate table creation sql (creates the rdbms table and inserts into it from the base fact table).
- AggGen(String, RolapStar, RolapStar.Column[]) - Constructor for class mondrian.rolap.aggmatcher.AggGen
- aggGroup - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- AggIgnoreColumn() - Constructor for class mondrian.olap.MondrianDef.AggIgnoreColumn
- AggIgnoreColumn(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggIgnoreColumn
- AggLevel() - Constructor for class mondrian.olap.MondrianDef.AggLevel
- AggLevel(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggLevel
- AggLevelProperty() - Constructor for class mondrian.olap.MondrianDef.AggLevelProperty
- AggLevelProperty(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggLevelProperty
- AggLoadingError - Variable in class mondrian.resource.MondrianResource
-
AggLoadingError
is 'Error while loading/reloading aggregates.
' - AggLoadingExceededErrorCount - Variable in class mondrian.resource.MondrianResource
-
AggLoadingExceededErrorCount
is 'Too many errors, ''{0,number}'', while loading/reloading aggregates.
' - AggMeasure() - Constructor for class mondrian.olap.MondrianDef.AggMeasure
- AggMeasure(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggMeasure
- AggMeasureFactCount() - Constructor for class mondrian.olap.MondrianDef.AggMeasureFactCount
- AggMeasureFactCount(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggMeasureFactCount
- AggMultipleMatchingMeasure - Variable in class mondrian.resource.MondrianResource
-
AggMultipleMatchingMeasure
is 'Context ''{0}'': Candidate aggregate table ''{1}'' for fact table ''{2}'' has ''{3,number}'' columns matching measure ''{4}'', ''{5}'', ''{6}''".
' - AggName() - Constructor for class mondrian.olap.MondrianDef.AggName
- AggName(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggName
- AggPattern() - Constructor for class mondrian.olap.MondrianDef.AggPattern
- AggPattern(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggPattern
- aggregate(List<Object>, Dialect.Datatype) - Method in interface mondrian.olap.Aggregator
-
Applies this aggregator over a raw list of objects for a rollup operation.
- aggregate(List<Object>, Dialect.Datatype) - Method in class mondrian.rolap.RolapAggregator
- aggregate(Calc, Evaluator, TupleList) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
-
Computes an expression for each element of a list, and aggregates the result according to the evaluation context's current aggregation strategy.
- aggregate(Evaluator, TupleList, Calc) - Method in interface mondrian.olap.Aggregator
-
Applies this aggregator to an expression over a set of members and returns the result.
- aggregate(Evaluator, TupleList, Calc) - Method in class mondrian.rolap.RolapAggregator.BaseAggor
- AggregateCalc(Exp, ListCalc, Calc) - Constructor for class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- AggregateCalc(Exp, ListCalc, Calc, Member) - Constructor for class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- AggregateFunDef - Class in mondrian.olap.fun
-
Definition of the
AGGREGATE
MDX function. - AggregateFunDef(FunDef) - Constructor for class mondrian.olap.fun.AggregateFunDef
-
Creates an AggregateFunDef.
- AggregateFunDef.AggregateCalc - Class in mondrian.olap.fun
- AggregateRules - Variable in class mondrian.olap.MondrianProperties
-
String property containing the name of the file which defines the rules for recognizing an aggregate table.
- AggregateRuleTag - Variable in class mondrian.olap.MondrianProperties
-
String property that is the AggRule element's tag value.
- AggregateScanCatalog - mondrian.rolap.RolapConnectionProperties
-
The "AggregateScanCatalog" property is the name of the database catalog to scan when looking for aggregate tables.
- AggregateScanSchema - mondrian.rolap.RolapConnectionProperties
-
The "AggregateScanSchema" property is the name of the database schema to scan when looking for aggregate tables.
- Aggregation - Class in mondrian.rolap.agg
-
A
Aggregation
is a pre-computed aggregation over a set of columns. - Aggregation(AggregationKey) - Constructor for class mondrian.rolap.agg.Aggregation
-
Creates an Aggregation.
- AGGREGATION_TYPE - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds the aggregation type.
- AGGREGATION_TYPE_ORDINAL - Static variable in class mondrian.olap.Property
- AggregationKey - Class in mondrian.rolap.agg
-
Column context that an Aggregation is computed for.
- AggregationKey(CellRequest) - Constructor for class mondrian.rolap.agg.AggregationKey
-
Creates an AggregationKey.
- aggregationLists - Variable in class mondrian.rolap.RolapEvaluator
-
List of lists of tuples or members, rarely used, but overrides the ordinary dimensional context if set when a cell value comes to be evaluated.
- AggregationManager - Class in mondrian.rolap.agg
-
RolapAggregationManager
manages allAggregation
s in the system. - AggregationManager(MondrianServer) - Constructor for class mondrian.rolap.agg.AggregationManager
-
Creates the AggregationManager.
- AggregationManager.PinSetImpl - Class in mondrian.rolap.agg
-
Implementation of
RolapAggregationManager.PinSet
using aHashSet
. - aggregator - Variable in class mondrian.olap.MondrianDef.Measure
- Aggregator - Interface in mondrian.olap
-
Describes an aggregation operator, such as "sum" or "count".
- AggRule() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- AggRule(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- AggRuleParse - Variable in class mondrian.resource.MondrianResource
-
AggRuleParse
is 'Error while parsing default aggregate recognition ''{0}''.
' - aggRules - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All AggRules (at least one).
- AggRules() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- AggRules(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- AggStar - Class in mondrian.rolap.aggmatcher
-
Aggregate table version of a RolapStar for a fact table.
- AggStar.DimTable - Class in mondrian.rolap.aggmatcher
-
This class represents a dimension table.
- AggStar.FactTable - Class in mondrian.rolap.aggmatcher
-
This is an aggregate fact table.
- AggStar.FactTable.Measure - Class in mondrian.rolap.aggmatcher
-
This is a Column that is a Measure (contains an aggregator).
- AggStar.Table - Class in mondrian.rolap.aggmatcher
-
Base Table class for the FactTable and DimTable classes.
- AggStar.Table.Column - Class in mondrian.rolap.aggmatcher
-
Base class for Level and Measure classes
- AggStar.Table.JoinCondition - Class in mondrian.rolap.aggmatcher
-
The query join condition between a base table and this table (the table that owns the join condition).
- AggStar.Table.Level - Class in mondrian.rolap.aggmatcher
-
This class is used for holding dimension level information.
- AggTable() - Constructor for class mondrian.olap.MondrianDef.AggTable
- AggTable(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.AggTable
- AggTableManager - Class in mondrian.rolap.aggmatcher
-
Manages aggregate tables.
- AggTableManager(RolapSchema) - Constructor for class mondrian.rolap.aggmatcher.AggTableManager
- AggTableNoConstraintGenerated - Variable in class mondrian.resource.MondrianResource
-
AggTableNoConstraintGenerated
is 'Aggregate star fact table ''{0}'': A constraint will not be generated because name column is not the same as key column.
' - aggTables - Variable in class mondrian.olap.MondrianDef.Table
- AggTableZeroSize - Variable in class mondrian.resource.MondrianResource
-
AggTableZeroSize
is 'Zero size Aggregate table ''{0}'' for Fact Table ''{1}''.
' - AggUnknownColumn - Variable in class mondrian.resource.MondrianResource
-
AggUnknownColumn
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has a column ''{2}'' with unknown usage.
' - AlertNativeEvaluationUnsupported - Variable in class mondrian.olap.MondrianProperties
-
Alerting action to take in case native evaluation of a function is enabled but not supported for that function's usage in a particular query.
- alertNonNative(String, String) - Static method in class mondrian.rolap.RolapUtil
-
Raises an alert that native SQL evaluation could not be used in a case where it might have been beneficial, but some limitation in Mondrian's implementation prevented it.
- alias - Variable in class mondrian.olap.MondrianDef.InlineTable
- alias - Variable in class mondrian.olap.MondrianDef.Table
- alias - Variable in class mondrian.olap.MondrianDef.View
- AliasReplacer(String, String) - Constructor for class mondrian.rolap.RolapStar.AliasReplacer
- ALL - mondrian.olap.Access
-
All access to an object and its children.
- ALL - mondrian.olap.Member.MemberType
- ALL_DIMENSIONS - mondrian.olap.Access
-
Access to all shared dimensions (applies to schema grant).
- allLevelName - Variable in class mondrian.olap.HierarchyBase
- allLevelName - Variable in class mondrian.olap.MondrianDef.Hierarchy
- allMember() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
- allMember() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
-
Returns the 'all' member of the hierarchy.
- allMemberCaption - Variable in class mondrian.olap.MondrianDef.Hierarchy
- allMemberName - Variable in class mondrian.olap.HierarchyBase
- allMemberName - Variable in class mondrian.olap.MondrianDef.Hierarchy
- allowsAs() - Method in interface mondrian.spi.Dialect
-
Returns whether the SQL dialect allows "AS" in the FROM clause.
- allowsAs() - Method in class mondrian.spi.impl.FirebirdDialect
- allowsAs() - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- allowsAs() - Method in class mondrian.spi.impl.HiveDialect
- allowsAs() - Method in class mondrian.spi.impl.InterbaseDialect
- allowsAs() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsAs() - Method in class mondrian.spi.impl.OracleDialect
- allowsAs() - Method in class mondrian.spi.impl.SybaseDialect
- allowsCompoundCountDistinct() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect allows multiple arguments to the
COUNT(DISTINCT ...) aggregate function, for example
SELECT COUNT(DISTINCT x, y) FROM t
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.HiveDialect
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.InfobrightDialect
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.MonetDbDialect
- allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.MySqlDialect
- allowsCountDistinct() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect supports distinct aggregations.
- allowsCountDistinct() - Method in class mondrian.spi.impl.AccessDialect
- allowsCountDistinct() - Method in class mondrian.spi.impl.GreenplumDialect
- allowsCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsCountDistinct() - Method in class mondrian.spi.impl.MonetDbDialect
- allowsCountDistinctWithOtherAggs() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect supports distinct aggregations with other aggregations in the same query.
- allowsCountDistinctWithOtherAggs() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsCountDistinctWithOtherAggs() - Method in class mondrian.spi.impl.MonetDbDialect
- allowsCountDistinctWithOtherAggs() - Method in class mondrian.spi.impl.VerticaDialect
- allowsDdl() - Method in interface mondrian.spi.Dialect
-
Returns whether this dialect supports common SQL Data Definition Language (DDL) statements such as
CREATE TABLE
andDROP INDEX
. - allowsDdl() - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- allowsDdl() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsDdl() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsDdl() - Method in class mondrian.spi.impl.NeoviewDialect
- allowsDialectSharing() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect object can be used for all connections from the same data source.
- allowsDialectSharing() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsFromQuery() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect allows a subquery in the from clause, for example
SELECT * FROM (SELECT * FROM t) AS x
- allowsFromQuery() - Method in class mondrian.spi.impl.Db2OldAs400Dialect
- allowsFromQuery() - Method in class mondrian.spi.impl.InformixDialect
- allowsFromQuery() - Method in class mondrian.spi.impl.InterbaseDialect
- allowsFromQuery() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsFromQuery() - Method in class mondrian.spi.impl.MySqlDialect
- allowsFromQuery() - Method in class mondrian.spi.impl.SybaseDialect
- allowsFromQuery() - Method in class mondrian.spi.impl.VerticaDialect
- allowsJoinOn() - Method in interface mondrian.spi.Dialect
-
Returns whether this dialect supports "ANSI-style JOIN syntax",
FROM leftTable JOIN rightTable ON conditon
. - allowsJoinOn() - Method in class mondrian.spi.impl.HiveDialect
- allowsJoinOn() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsJoinOn() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsJoinOn() - Method in class mondrian.spi.impl.OracleDialect
- allowsMultipleCountDistinct() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect supports more than one distinct aggregation in the same query.
- allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.DerbyDialect
- allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.MonetDbDialect
- allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.VerticaDialect
- allowsMultipleDistinctSqlMeasures() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect has performant support of distinct SQL measures in the same query.
- allowsMultipleDistinctSqlMeasures() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsMultipleDistinctSqlMeasures() - Method in class mondrian.spi.impl.LucidDbDialect
- allowsMultipleDistinctSqlMeasures() - Method in class mondrian.spi.impl.MonetDbDialect
- allowsOrderByAlias() - Method in interface mondrian.spi.Dialect
-
Returns true if aliases defined in the SELECT clause can be used as expressions in the ORDER BY clause.
- allowsOrderByAlias() - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- allowsOrderByAlias() - Method in class mondrian.spi.impl.HiveDialect
- allowsOrderByAlias() - Method in class mondrian.spi.impl.InfobrightDialect
- allowsOrderByAlias() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsOrderByAlias() - Method in class mondrian.spi.impl.SnowflakeDialect
- allowsRegularExpressionInWhereClause() - Method in interface mondrian.spi.Dialect
-
Informs Mondrian if the dialect supports regular expressions when creating the 'where' or the 'having' clause.
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.GreenplumDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.MySqlDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.NetezzaDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.OracleDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.PostgreSqlDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.RedshiftDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.SnowflakeDialect
- allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.VerticaDialect
- allowsSelectNotInGroupBy() - Method in interface mondrian.spi.Dialect
-
Returns whether the database currently permits queries to include in the SELECT clause expressions that are not listed in the GROUP BY clause.
- allowsSelectNotInGroupBy() - Method in class mondrian.spi.impl.ImpalaDialect
- allowsSelectNotInGroupBy() - Method in class mondrian.spi.impl.JdbcDialectImpl
- allowsSelectNotInGroupBy() - Method in class mondrian.spi.impl.SnowflakeDialect
- alwaysRequiresFactColumn() - Method in class mondrian.rolap.RolapAggregator.AvgFromAvg
- alwaysRequiresFactColumn() - Method in class mondrian.rolap.RolapAggregator.AvgFromSum
- alwaysRequiresFactColumn() - Method in class mondrian.rolap.RolapAggregator.BaseAggor
- alwaysRequiresFactColumn() - Method in class mondrian.rolap.RolapAggregator.SumFromAvg
- alwaysResolveFunDef() - Method in interface mondrian.olap.Validator
-
Whether to resolve function name and arguments to a function definition each time a node is validated, not just the first time.
- AMP_QUOTED_ID - Static variable in interface mondrian.olap.ParserSym
- AMP_QUOTED_ID - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- AMP_UNQUOTED_ID - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- AmpersandQuotedProperty - mondrian.olap.Syntax
-
Defines syntax for expression invoked
object.[&PROPERTY]
(a variant ofSyntax.Property
). - ampId() - Method in class mondrian.parser.MdxParserImpl
- and(BitKey) - Method in interface mondrian.rolap.BitKey
-
Returns the boolean AND of this bitkey and the given bitkey.
- and(BitKey) - Method in class mondrian.rolap.BitKey.Big
- and(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- and(BitKey) - Method in class mondrian.rolap.BitKey.Small
- and(StarPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- and(StarPredicate) - Method in class mondrian.rolap.agg.AndPredicate
- and(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- and(StarPredicate) - Method in class mondrian.rolap.agg.OrPredicate
- and(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
-
Returns this intersection of this Predicate with another.
- AND - Static variable in interface mondrian.olap.ParserSym
- AND - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- andNot(BitKey) - Method in interface mondrian.rolap.BitKey
-
Returns a
BitKey
containing all of the bits in thisBitSet
whose corresponding bit is NOT set in the specifiedBitSet
. - andNot(BitKey) - Method in class mondrian.rolap.BitKey.Big
- andNot(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- andNot(BitKey) - Method in class mondrian.rolap.BitKey.Small
- AndPredicate - Class in mondrian.rolap.agg
-
Predicate which is the intersection of a list of predicates.
- AndPredicate(List<StarPredicate>) - Constructor for class mondrian.rolap.agg.AndPredicate
- Annotated - Interface in mondrian.olap
-
An element that has annotations.
- Annotation - Interface in mondrian.olap
-
User-defined property on a metadata element.
- Annotation() - Constructor for class mondrian.olap.MondrianDef.Annotation
- Annotation(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Annotation
- annotations - Variable in class mondrian.olap.MondrianDef.CalculatedMember
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Cube
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.CubeDimension
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Hierarchy
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Level
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Measure
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.NamedSet
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Role
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.Schema
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.VirtualCube
-
Contains values of user-defined properties.
- annotations - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
-
Contains values of user-defined properties.
- Annotations() - Constructor for class mondrian.olap.MondrianDef.Annotations
- Annotations(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Annotations
- ANY - mondrian.calc.ResultStyle
-
Indicates that caller will accept any applicable style.
- ANY_LIST - Static variable in enum mondrian.calc.ResultStyle
- ANY_ONLY - Static variable in enum mondrian.calc.ResultStyle
- anyDepends(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
-
Returns true if one of the calcs depends on the given dimension.
- anyDependsButFirst(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
-
Returns true if calc[0] depends on dimension, else false if calc[0] returns dimension, else true if any of the other calcs depend on dimension.
- append(Id.Segment) - Method in class mondrian.olap.Id
-
Returns a new Identifier consisting of this one with another segment appended.
- append(T[], T) - Static method in class mondrian.olap.Util
-
Adds an object to the end of an array.
- appendArrays(T[], T[]...) - Static method in class mondrian.olap.Util
-
Concatenates one or more arrays.
- appendCube(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendEcho(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendError(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendExit(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendExpr(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendFile(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendFunc(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in interface mondrian.spi.Dialect
-
Assembles and returns a string containing any hints that should be appended after the FROM clause in a SELECT statement, based on any hints provided.
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in class mondrian.spi.impl.JdbcDialectImpl
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in class mondrian.spi.impl.MySqlDialect
- appendIndent(StringBuilder, int) - Static method in class mondrian.tui.CmdRunner
- appendList(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendLog(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendParam(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- appendSet(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- ApplResources - Class in mondrian.web.taglib
-
Holds compiled stylesheets.
- ApplResources() - Constructor for class mondrian.web.taglib.ApplResources
-
Creates a
ApplResources
. - apply(Validator, List<Exp>) - Method in interface mondrian.olap.fun.Resolver.Conversion
-
Applies this conversion to its argument, modifying the argument list in place.
- apply(PT) - Method in interface mondrian.olap.Util.Functor1
- APPROX_NUMERIC_LITERAL - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- approxRowCount - Variable in class mondrian.olap.LevelBase
- approxRowCount - Variable in class mondrian.olap.MondrianDef.AggName
- approxRowCount - Variable in class mondrian.olap.MondrianDef.Level
- approxRowCount - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- areCatalogsEqual(DataSourcesConfig.DataSource, DataSourcesConfig.Catalog, DataSourcesConfig.DataSource, DataSourcesConfig.Catalog) - Static method in class mondrian.server.DynamicContentFinder
- areMembersUnique() - Method in interface mondrian.olap.Level
- areMembersUnique() - Method in class mondrian.rolap.RolapLevel
- areOccurencesEqual(Collection<T>) - Static method in class mondrian.olap.Util
-
Returns whether a collection contains precisely one distinct element.
- ArgsMustHaveSameHierarchy - Variable in class mondrian.resource.MondrianResource
-
ArgsMustHaveSameHierarchy
is 'All arguments to function ''{0}'' must have same hierarchy.
' - arity - Variable in class mondrian.calc.impl.AbstractTupleCursor
- arity - Variable in class mondrian.calc.impl.AbstractTupleIterable
- arity - Variable in class mondrian.calc.impl.AbstractTupleList
- array - Variable in class mondrian.olap.MondrianDef.Annotations
- array - Variable in class mondrian.olap.MondrianDef.ColumnDefs
- array - Variable in class mondrian.olap.MondrianDef.Rows
- Array - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- Array - Static variable in class mondrian.olap.Category
-
Array
is an expression of array type. - ArraySortedSet<E extends Comparable<E>> - Class in mondrian.util
-
Implementation of
SortedSet
based on an array. - ArraySortedSet(E[]) - Constructor for class mondrian.util.ArraySortedSet
-
Creates a set backed by an array.
- ArraySortedSet(E[], int, int) - Constructor for class mondrian.util.ArraySortedSet
-
Creates a set backed by a region of an array.
- ArrayStack<E> - Class in mondrian.util
-
Stack implementation based on
ArrayList
. - ArrayStack() - Constructor for class mondrian.util.ArrayStack
-
Default constructor.
- ArrayStack(ArrayStack<E>) - Constructor for class mondrian.util.ArrayStack
-
Copy Constructor
- ArrayTupleList - Class in mondrian.calc.impl
-
Implementation of
TupleList
that stores tuples end-to-end in an array. - ArrayTupleList(int) - Constructor for class mondrian.calc.impl.ArrayTupleList
-
Creates an empty ArrayTupleList with an initial capacity of 10 tuples.
- ArrayTupleList(int, int) - Constructor for class mondrian.calc.impl.ArrayTupleList
-
Creates an empty ArrayTupleList.
- AS - Static variable in interface mondrian.olap.ParserSym
- AS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- asArrayList() - Method in class mondrian.olap.Util.AbstractFlatList
- asc(String) - Static method in class mondrian.olap.fun.vba.Vba
- ASC - mondrian.olap.fun.sort.Sorter.Flag
- ascB(String) - Static method in class mondrian.olap.fun.vba.Vba
- ascW(String) - Static method in class mondrian.olap.fun.vba.Vba
- asin(double) - Static method in class mondrian.olap.fun.vba.Excel
- asinh(double) - Static method in class mondrian.olap.fun.vba.Excel
- asMemberArrayIterable(TupleIterable) - Static method in class mondrian.calc.TupleCollections
-
Converts a
TupleIterable
to an old-style iterable that creates an iterator over member arrays. - asMemberArrayList(TupleList) - Static method in class mondrian.calc.TupleCollections
-
Converts a
TupleList
to an old-style list of member arrays. - assertPostcondition(boolean) - Static method in class mondrian.olap.Util
-
Checks that a postcondition (declared using the javadoc
@post
tag) is satisfied. - assertPostcondition(boolean, String) - Static method in class mondrian.olap.Util
-
Checks that a postcondition (declared using the javadoc
@post
tag) is satisfied. - assertPrecondition(boolean) - Static method in class mondrian.olap.Util
-
Checks that a precondition (declared using the javadoc
@pre
tag) is satisfied. - assertPrecondition(boolean, String) - Static method in class mondrian.olap.Util
-
Checks that a precondition (declared using the javadoc
@pre
tag) is satisfied. - assertTrue(boolean) - Static method in class mondrian.olap.Util
-
Throws an internal error if condition is not true.
- assertTrue(boolean, String) - Static method in class mondrian.olap.Util
-
Throws an internal error with the given messagee if condition is not true.
- ASTERISK - Static variable in interface mondrian.olap.ParserSym
- ASTERISK - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- asTupleList(List) - Static method in class mondrian.calc.TupleCollections
-
Converts an old-style list (members or member arrays) to a
TupleList
. - atan2(double, double) - Static method in class mondrian.olap.fun.vba.Excel
- atanh(double) - Static method in class mondrian.olap.fun.vba.Excel
- atn(double) - Static method in class mondrian.olap.fun.vba.Vba
- atom() - Method in class mondrian.parser.MdxParserImpl
- AttemptToChangeTableUsage - Variable in class mondrian.resource.MondrianResource
-
AttemptToChangeTableUsage
is 'JdbcSchema.Table ''{0}'' already set to usage ''{1}'' and can not be reset to usage ''{2}''.
' - AUTH_MODE_AUTHENTICATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- AUTH_MODE_INTEGRATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- AUTH_MODE_UNAUTHENTICATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- authenticate(String, String, String) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
-
This function is expected to do two things.
- AuthenticatingXmlaRequestCallback - Class in mondrian.xmla.impl
-
This is an abstract implementation of
XmlaRequestCallback
specialized in authenticating the requests coming in. - AuthenticatingXmlaRequestCallback() - Constructor for class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- AUTHENTICATION_MODE - Static variable in class mondrian.xmla.Enumeration
- authenticationMode - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
Ignored.
- AuthenticationMode - Static variable in class mondrian.xmla.DataSourcesConfig
- AUTHORIZATION - Static variable in class mondrian.tui.MockHttpServletRequest
- AUTHORIZATION - Static variable in interface mondrian.xmla.XmlaRequestCallback
- authorizationException(Exception) - Static method in class mondrian.xmla.XmlaRequestCallback.Helper
- avg(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
- Avg - Static variable in class mondrian.rolap.RolapAggregator
- AvgFromAvg(String) - Constructor for class mondrian.rolap.RolapAggregator.AvgFromAvg
- AvgFromSum(String) - Constructor for class mondrian.rolap.RolapAggregator.AvgFromSum
- AvgRollupFailed - Variable in class mondrian.resource.MondrianResource
-
AvgRollupFailed
is 'Don''t know how to rollup aggregator ''avg'' because the cube doesn''t contain at least one ''count'' and one ''sum'' measures based on the same column.
' - avoidMemoryOverflow(Dialect) - Static method in class mondrian.util.Bug
-
Returns whether to avoid a test because the memory monitor may cause it to fail.
- avoidSlowTestOnLucidDB(Dialect) - Static method in class mondrian.util.Bug
-
Returns true if we are running against
Dialect.DatabaseProduct.LUCIDDB
and we wish to avoid slow tests. - axes - Variable in class mondrian.olap.Query
-
public-private: This must be public because it is still accessed in rolap.RolapConnection
- axes - Variable in class mondrian.olap.ResultBase
- Axis - Interface in mondrian.olap
-
A
Axis
is a component of aResult
. - AXIS - Static variable in interface mondrian.olap.ParserSym
- AXIS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- AXIS_WILDCARD - Static variable in interface mondrian.util.SpatialValueTree
-
Used as a token to represent all the values of an axis.
- axisCalcs - Variable in class mondrian.olap.Query
- AxisFormat - mondrian.xmla.PropertyDefinition
- AxisOrdinal - Interface in mondrian.olap
-
AxisOrdinal
describes the allowable values for an axis code. - AxisOrdinal.StandardAxisOrdinal - Enum in mondrian.olap
- axisSpecification() - Method in class mondrian.parser.MdxParserImpl
B
- BACK_COLOR - Static variable in class mondrian.olap.Property
- BACK_COLOR_ORDINAL - Static variable in class mondrian.olap.Property
- backingList() - Method in class mondrian.calc.impl.ArrayTupleList
- backingList() - Method in class mondrian.calc.impl.ListTupleList
- backup(int) - Method in class mondrian.parser.SimpleCharStream
-
Backup a number of characters.
- BAD_ID - Static variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- BAD_ID - Static variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- BadJdbcFactoryAccess - Variable in class mondrian.resource.MondrianResource
-
BadJdbcFactoryAccess
is 'JdbcSchema Factory classname ''{0}'', illegal access.
' - BadJdbcFactoryClassName - Variable in class mondrian.resource.MondrianResource
-
BadJdbcFactoryClassName
is 'JdbcSchema Factory classname ''{0}'', class not found.
' - BadJdbcFactoryInstantiation - Variable in class mondrian.resource.MondrianResource
-
BadJdbcFactoryInstantiation
is 'JdbcSchema Factory classname ''{0}'', can not instantiate.
' - BadLevelNameFormat - Variable in class mondrian.resource.MondrianResource
-
BadLevelNameFormat
is 'Context ''{0}'': The Level name ''{1}'' should be [usage hierarchy name].[level name].
' - BadMeasureName - Variable in class mondrian.resource.MondrianResource
-
BadMeasureName
is 'Context ''{0}'': Failed to find Measure name ''{1}'' for cube ''{2}''.
' - BadMeasureNameFormat - Variable in class mondrian.resource.MondrianResource
-
BadMeasureNameFormat
is 'Context ''{0}'': The Measures name ''{1}'' should be [Measures].[measure name].
' - BadMeasures - Variable in class mondrian.resource.MondrianResource
-
BadMeasures
is 'Context ''{0}'': This name ''{1}'' must be the string "Measures".
' - BadMeasureSource - Variable in class mondrian.resource.MondrianResource
-
BadMeasureSource
is 'Cube ''{0}'': Measure ''{1}'' must contain either a source column or a source expression, but not both
' - BadRolapStarLeftJoinCondition - Variable in class mondrian.resource.MondrianResource
-
BadRolapStarLeftJoinCondition
is 'Context ''{0}'': Bad RolapStar left join condition type: ''{1}'' ''{2}''.
' - badValue(int) - Method in class mondrian.olap.EnumeratedValues
-
Returns an error indicating that the value is illegal.
- badValue(Enum<T>) - Static method in class mondrian.olap.Util
-
Returns an exception indicating that we didn't expect to find this value here.
- BANG - Static variable in interface mondrian.olap.ParserSym
- BANG - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Bar() - Constructor for class mondrian.rolap.RolapStar.Bar
- BASC - mondrian.olap.fun.sort.Sorter.Flag
- Base() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Base
- Base(int[]) - Constructor for class mondrian.rolap.Modulos.Base
- Base(Axis[]) - Constructor for class mondrian.rolap.Modulos.Base
- Base(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Base
- Base64 - Class in mondrian.util
-
Encodes and decodes to and from Base64 notation.
- Base64.InputStream - Class in mondrian.util
-
A
Base64.InputStream
will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64.OutputStream - Class in mondrian.util
-
A
Base64.OutputStream
will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - BaseAggor(String, String) - Constructor for class mondrian.rolap.RolapAggregator.BaseAggor
- basename - Variable in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- BasicValue(String, int, String) - Constructor for class mondrian.olap.EnumeratedValues.BasicValue
- BDESC - mondrian.olap.fun.sort.Sorter.Flag
- BeanMap - Class in mondrian.util
-
View of an object as a map.
- BeanMap(Object) - Constructor for class mondrian.util.BeanMap
-
Creates a map view onto an object.
- BEFORE - mondrian.olap.MatchType
-
If no exact match, return the preceding member
- beginColumn - Variable in class mondrian.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class mondrian.parser.Token
-
The line number of the first character of this Token.
- BeginRange - mondrian.xmla.PropertyDefinition
- BeginToken() - Method in class mondrian.parser.SimpleCharStream
-
Start.
- BetterExpCompiler - Class in mondrian.calc.impl
-
Enhanced expression compiler.
- BetterExpCompiler(Evaluator, Validator) - Constructor for class mondrian.calc.impl.BetterExpCompiler
- BetterExpCompiler(Evaluator, Validator, List<ResultStyle>) - Constructor for class mondrian.calc.impl.BetterExpCompiler
- binarySearch(T[], int, int, T) - Static method in class mondrian.olap.Util
-
As Arrays#binarySearch(Object[], int, int, Object), but available pre-JDK 1.6.
- binarySearch(T[], int, int, T) - Method in interface mondrian.util.UtilCompatible
-
As
Arrays.binarySearch(Object[], int, int, Object)
, but available pre-JDK 1.6. - binarySearch(T[], int, int, T) - Method in class mondrian.util.UtilCompatibleJdk15
- binarySearch(T[], int, int, T) - Method in class mondrian.util.UtilCompatibleJdk16
- bit(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Creates a chunk containing a single bit.
- bitCount(long) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Returns the number of one-bits in the two's complement binary representation of the specified long value.
- BitKey - Interface in mondrian.rolap
-
Represents a set of bits.
- BitKey.AbstractBitKey - Class in mondrian.rolap
-
Abstract implementation of
BitKey
. - BitKey.Big - Class in mondrian.rolap
-
Implementation of
BitKey
with more than 64 bits. - BitKey.Factory - Class in mondrian.rolap
- BitKey.Mid128 - Class in mondrian.rolap
-
Implementation of
BitKey
good for sizes less than 128. - BitKey.Small - Class in mondrian.rolap
-
Implementation of
BitKey
for bit counts less than 64. - bitPositionTable - Static variable in interface mondrian.rolap.BitKey
- bitSetBetween(int, int) - Static method in class mondrian.olap.Util
-
Creates a bitset with bits from
fromIndex
(inclusive) to specifiedtoIndex
(exclusive) set totrue
. - BlockingHashMap<K,V> - Class in mondrian.util
-
A limited Map implementation which supports waiting for a value to be available when calling get().
- BlockingHashMap(int) - Constructor for class mondrian.util.BlockingHashMap
-
Creates a BlockingHashMap with given capacity.
- bool(boolean) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
-
Returns a predicate which always evaluates to TRUE or FALSE.
- Boolean - mondrian.spi.Dialect.Datatype
- Boolean - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- BooleanCalc - Interface in mondrian.calc
-
Compiled expression whose result is a
boolean
. - BooleanNull - Static variable in class mondrian.olap.fun.FunUtil
-
Null value in three-valued boolean logic.
- BooleanType - Class in mondrian.olap.type
-
The type of a boolean expression.
- BooleanType() - Constructor for class mondrian.olap.type.BooleanType
-
Creates a BooleanType.
- bottomLevel - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- box(double) - Static method in class mondrian.olap.fun.FunUtil
-
Converts a double (primitive) value to a Double.
- box(double) - Static method in class mondrian.olap.fun.sort.Sorter
-
Converts a double (primitive) value to a Double.
- box(int) - Static method in class mondrian.olap.fun.FunUtil
-
Converts an int (primitive) value to an Integer.
- box(int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Converts an int (primitive) value to an Integer.
- Braces - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
{ARG, ...}
; that is, the set construction operator. - brk - Variable in enum mondrian.olap.fun.sort.Sorter.Flag
- bufcolumn - Variable in class mondrian.parser.SimpleCharStream
- buffer - Variable in class mondrian.parser.SimpleCharStream
- bufline - Variable in class mondrian.parser.SimpleCharStream
- bufpos - Variable in class mondrian.parser.SimpleCharStream
-
Position in buffer.
- Bug - Class in mondrian.util
-
Holder for constants which indicate whether particular issues have been fixed.
- Bug() - Constructor for class mondrian.util.Bug
- BugMondrian1001Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-1001, "Tests disabled due to property trigger issues" is fixed.
- BugMondrian207Fixed - Static variable in class mondrian.util.Bug
-
Whether MONDRIAN-207, "IS EMPTY and IS NULL" is fixed.
- BugMondrian229Fixed - Static variable in class mondrian.util.Bug
-
Whether MONDRIAN-229, "NON EMPTY when hierarchy's default member is not 'all'" is fixed.
- BugMondrian2440Fixed - Static variable in class mondrian.util.Bug
- BugMondrian2452Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-1001, "Tests disabled due to property trigger issues" is fixed.
- BugMondrian313Fixed - Static variable in class mondrian.util.Bug
- BugMondrian314Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-314, "Predicate sometimes has null RolapStar.Column" is fixed.
- BugMondrian328Fixed - Static variable in class mondrian.util.Bug
- BugMondrian361Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-361, "Aggregate Tables not working with Shared Dimensions" is fixed.
- BugMondrian441Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-441, "Parent-child hierarchies: <Join> used in dimension" is fixed.
- BugMondrian446Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-446, "Make Native NonEmpty consistant with MSAS" is fixed.
- BugMondrian486Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-486, "HighCardinalityTest test cases disabled" is fixed.
- BugMondrian495Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-495, "Table filter concept does not support dialects." is fixed.
- BugMondrian503Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-503, "RolapResultTest disabled" is fixed.
- BugMondrian555Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-555, "Compound slicer counts cells twice in certain cases" is fixed.
- BugMondrian584Fixed - Static variable in class mondrian.util.Bug
- BugMondrian641Fixed - Static variable in class mondrian.util.Bug
- BugMondrian648Fixed - Static variable in class mondrian.util.Bug
- BugMondrian687Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-687, "Format treats negative numbers differently than SSAS" is fixed.
- BugMondrian747Fixed - Static variable in class mondrian.util.Bug
- BugMondrian759Fixed - Static variable in class mondrian.util.Bug
- BugMondrian785Fixed - Static variable in class mondrian.util.Bug
-
Whether bug MONDRIAN-785, "Native evaluation does not respect ordering" is fixed.
- BugSegregateRolapCubeMemberFixed - Static variable in class mondrian.util.Bug
-
Whether RolapCubeMember and RolapMember have been fully segregated; any piece of code should be working with one or the other, not both.
- build() - Method in class mondrian.rolap.format.FormatterCreateContext.Builder
- build(Result) - Static method in class mondrian.web.taglib.DomBuilder
- build(Document, Result) - Static method in class mondrian.web.taglib.DomBuilder
- buildConstraintFromAllAxes(RolapEvaluator) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
- Builder(String) - Constructor for class mondrian.rolap.format.FormatterCreateContext.Builder
-
Mondrian schema element name formatter is being created for.
- BuiltinFunTable - Class in mondrian.olap.fun
-
BuiltinFunTable
contains a list of all built-in MDX functions. - BuiltinFunTable() - Constructor for class mondrian.olap.fun.BuiltinFunTable
-
Creates a function table containing all of the builtin MDX functions.
- bumpNullMember(List<Member>) - Method in class mondrian.rolap.SqlTupleReader
- butDepends(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
-
Returns true if any of the calcs depend on dimension, else false if any of the calcs return dimension, else true.
- Byte - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- byteAt(int) - Method in class mondrian.util.ByteString
-
Returns the byte at a given position in the byte string.
- ByteMatcher(byte[]) - Constructor for class mondrian.olap.Util.ByteMatcher
- ByteString - Class in mondrian.util
-
Collection of bytes.
- ByteString(byte[]) - Constructor for class mondrian.util.ByteString
-
Creates a ByteString.
C
- cache - Variable in class mondrian.olap.MondrianDef.Cube
- CACHE_CONTROL - mondrian.server.monitor.CellCacheEvent.Source
-
a segment that has been deleted by a call through the
CacheControl
API. - CacheCalc - Class in mondrian.calc.impl
-
Calculation which retrieves the value of an underlying calculation from cache.
- CacheCalc(Exp, ExpCacheDescriptor) - Constructor for class mondrian.calc.impl.CacheCalc
- cacheContains(RolapSchema) - Static method in class mondrian.rolap.RolapSchema
- CacheControl - Interface in mondrian.olap
-
API for controlling the contents of the cell cache and the member cache.
- CacheControl.CellRegion - Interface in mondrian.olap
-
a region of cells in the cell cache
- CacheControl.MemberEditCommand - Interface in mondrian.olap
-
An operation to be applied to the member cache.
- CacheControl.MemberSet - Interface in mondrian.olap
-
A specification of a set of members in the member cache.
- CacheControlImpl - Class in mondrian.rolap
-
Implementation of
CacheControl
API. - CacheControlImpl(RolapConnection) - Constructor for class mondrian.rolap.CacheControlImpl
-
Creates a CacheControlImpl.
- CacheControlImpl.MemberSetVisitorImpl - Class in mondrian.rolap
-
Default implementation of
CacheControlImpl.MemberSetVisitor
. - CachedExistsFunDef - Class in mondrian.olap.fun.extra
-
CachedExistsFunDef is a replacement for the Exists MDX function that Analyzer uses for projecting tuples for subtotals, Top10 and other calculations.
- cacheExecutor - Variable in class mondrian.rolap.agg.SegmentCacheManager
-
Executor with which to send requests to external caches.
- CacheFlushCrossjoinDimensionsInCommon - Variable in class mondrian.resource.MondrianResource
-
CacheFlushCrossjoinDimensionsInCommon
is 'Cannot crossjoin cell regions which have dimensions in common.
- CacheFlushRegionMustContainMembers - Variable in class mondrian.resource.MondrianResource
-
CacheFlushRegionMustContainMembers
is 'Region of cells to be flushed must contain measures.
' - CacheFlushUnionDimensionalityMismatch - Variable in class mondrian.resource.MondrianResource
-
CacheFlushUnionDimensionalityMismatch
is 'Cannot union cell regions of different dimensionalities.
- CacheFunDef - Class in mondrian.olap.fun
-
Definition of the
Cache
system function, which is smart enough to evaluate its argument only once. - CacheFunDef.CacheFunResolver - Class in mondrian.olap.fun
- cacheHelper - Variable in class mondrian.rolap.SmartMemberReader
- CacheLimit - Static variable in class mondrian.util.Format
-
Maximum number of entries in the format cache used by
Format.get(String, java.util.Locale)
. - CacheMap<S,T> - Class in mondrian.util
-
Map with limited size to be used as cache.
- CacheMap(int) - Constructor for class mondrian.util.CacheMap
-
Creates an empty map with limited size.
- cacheMgr - Variable in class mondrian.rolap.agg.AggregationManager
- CachePool - Class in mondrian.rolap.cache
-
A
CachePool
manages the objects in a collection of caches. - CacheRolapCubeHierarchyMemberReader() - Constructor for class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- Calc - Interface in mondrian.calc
-
Calc
is the base class for all calculable expressions. - CalcImpl(ResolvedFunCall, MemberCalc[]) - Constructor for class mondrian.olap.fun.TupleFunDef.CalcImpl
- CalcImpl(Exp, HierarchyCalc) - Constructor for class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
- CalcImpl(Exp, HierarchyCalc) - Constructor for class mondrian.olap.fun.HierarchyDimensionFunDef.CalcImpl
- CalcImpl(Exp, LevelCalc) - Constructor for class mondrian.olap.fun.LevelHierarchyFunDef.CalcImpl
- CalcImpl(Exp, MemberCalc) - Constructor for class mondrian.olap.fun.MemberHierarchyFunDef.CalcImpl
- CalcImpl(Exp, MemberCalc) - Constructor for class mondrian.olap.fun.MemberLevelFunDef.CalcImpl
- CalcImpl(Exp, MemberCalc) - Constructor for class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
-
Creates a Calc
- calcMemberFqName(MondrianDef.CalculatedMember) - Static method in class mondrian.rolap.RolapSchema
- CalcMemberHasBadDimension - Variable in class mondrian.resource.MondrianResource
-
CalcMemberHasBadDimension
is 'Unknown dimension ''{0}'' for calculated member ''{1}'' in cube ''{2}''
' - CalcMemberHasBothDimensionAndHierarchy - Variable in class mondrian.resource.MondrianResource
-
CalcMemberHasBothDimensionAndHierarchy
is 'Cannot specify both a dimension and hierarchy for calculated member ''{0}'' in cube ''{1}''
' - CalcMemberHasDifferentParentAndHierarchy - Variable in class mondrian.resource.MondrianResource
-
CalcMemberHasDifferentParentAndHierarchy
is 'The calculated member ''{0}'' in cube ''{1}'' is defined for hierarchy ''{2}'' but its parent member is not part of that hierarchy
' - CalcMemberHasUnknownParent - Variable in class mondrian.resource.MondrianResource
-
CalcMemberHasUnknownParent
is 'Cannot find a parent with name ''{0}'' for calculated member ''{1}'' in cube ''{2}''
' - CalcMemberNotUnique - Variable in class mondrian.resource.MondrianResource
-
CalcMemberNotUnique
is 'Calculated member ''{0}'' already exists in cube ''{1}''
' - CalculatedChildFunDef - Class in mondrian.olap.fun.extra
-
Definition of the
CalculatedChild
MDX function. - CalculatedMember - Variable in class mondrian.resource.MondrianResource
-
CalculatedMember
is 'calculated member
' - CalculatedMember() - Constructor for class mondrian.olap.MondrianDef.CalculatedMember
- CalculatedMember(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CalculatedMember
- CalculatedMemberProperty() - Constructor for class mondrian.olap.MondrianDef.CalculatedMemberProperty
- CalculatedMemberProperty(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CalculatedMemberProperty
- calculatedMembers - Variable in class mondrian.olap.MondrianDef.Cube
-
Calculated members in this cube.
- calculatedMembers - Variable in class mondrian.olap.MondrianDef.VirtualCube
-
Calculated members that belong to this virtual cube.
- CalculatedSet - Variable in class mondrian.resource.MondrianResource
-
CalculatedSet
is 'calculated set
' - CalcWriter - Class in mondrian.calc
-
Visitor which serializes an expression to text.
- CalcWriter(PrintWriter, boolean) - Constructor for class mondrian.calc.CalcWriter
- call() - Method in class mondrian.rolap.agg.SegmentCacheManager.Command
- call() - Method in class mondrian.rolap.agg.SegmentCacheManager.FlushCommand
- CALLBACK_POST_ACTION - mondrian.xmla.XmlaServlet.Phase
- CALLBACK_PRE_ACTION - mondrian.xmla.XmlaServlet.Phase
- camelToUpper(String) - Static method in class mondrian.olap.Util
-
Converts a camel-case name to an upper-case name with underscores.
- canAccess(OlapElement) - Method in class mondrian.olap.DelegatingRole
- canAccess(OlapElement) - Method in interface mondrian.olap.Role
-
Returns whether this role is allowed to see a given element.
- canAccess(OlapElement) - Method in class mondrian.olap.RoleImpl
- canApplyCrossJoinArgConstraint(CrossJoinArg) - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
-
If the cross join argument has calculated members in its enumerated set, ignore the constraint since we won't produce that set through the native sql and instead will simply enumerate through the members in the set
- canCast(Collection<?>, Class<T>) - Static method in class mondrian.olap.Util
-
Returns whether it is safe to cast a collection to a collection with a given element type.
- cancel() - Method in class mondrian.olap.Query
-
Deprecated.This method is deprecated and will be removed in mondrian-4.0
- cancel() - Method in class mondrian.server.Execution
-
Cancels the execution instance.
- cancel() - Method in interface mondrian.server.Statement
-
Issues a cancel request on this statement.
- cancel() - Method in class mondrian.server.StatementImpl
- cancel(boolean) - Method in class mondrian.util.CompletedFuture
- cancel(boolean) - Method in class mondrian.util.SlotFuture
- cancel(Execution) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
This method must remove all registrations as a client for the given execution.
- cancel(Execution) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- canceled - Variable in class mondrian.server.monitor.SqlStatementEndEvent
- CANCELED - mondrian.server.Execution.State
- cancelExecutionSegments(Execution) - Method in class mondrian.rolap.agg.SegmentCacheManager.SegmentCacheIndexRegistry
- CancellationChecker - Class in mondrian.util
-
Encapsulates cancel and timeouts checks
- CancellationChecker() - Constructor for class mondrian.util.CancellationChecker
- cancelSqlStatements() - Method in class mondrian.server.Execution
-
Called by the RolapResultShepherd when the execution needs to clean all of its resources for whatever reasons, typically when an exception has occurred or the execution has ended.
- cancelStatement(Statement) - Static method in class mondrian.olap.Util
-
Closes and cancels a
Statement
using the correct methods available on the current Java runtime. - cancelStatement(Statement) - Method in interface mondrian.util.UtilCompatible
-
Cancels and closes a SQL Statement object.
- cancelStatement(Statement) - Method in class mondrian.util.UtilCompatibleJdk15
- cancelStatement(Statement) - Method in class mondrian.util.UtilCompatibleJdk16
- canConstrain(SegmentColumn[]) - Method in class mondrian.spi.SegmentHeader
-
Checks if this header can be constrained by a given region.
- canConvert(int, Exp, int, List<Resolver.Conversion>) - Method in interface mondrian.olap.Validator
-
Returns whether we can convert an argument to a parameter type.
- canConvert(int, Type, int, List<Resolver.Conversion>) - Static method in class mondrian.olap.type.TypeUtil
-
Returns whether we can convert an argument of a given category to a given parameter category.
- canDrillThrough() - Method in interface mondrian.olap.Cell
-
Returns true if drill through is possible for this Cell.
- canDrillThrough() - Method in class mondrian.rolap.RolapCell
-
Returns whether it is possible to drill through this cell.
- canDrillThrough(Cell) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns a boolean indicating if the specified cell can be drilled on.
- canEvaluate(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Returns whether a value of a given type can be evaluated to a scalar value.
- CannotDeduceTypeOfSet - Variable in class mondrian.resource.MondrianResource
-
CannotDeduceTypeOfSet
is 'Cannot deduce type of set
' - CannotImplicitlyConvertDimensionToHierarchy - Variable in class mondrian.resource.MondrianResource
-
CannotImplicitlyConvertDimensionToHierarchy
is 'The ''{0}'' dimension contains more than one hierarchy, therefore the hierarchy must be explicitly specified.
' - canRemoveFormula(String) - Method in class mondrian.olap.Query
-
Returns whether a formula can safely be removed from the query.
- caption - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- caption - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- caption - Variable in class mondrian.olap.MondrianDef.Cube
- caption - Variable in class mondrian.olap.MondrianDef.CubeDimension
- caption - Variable in class mondrian.olap.MondrianDef.Hierarchy
- caption - Variable in class mondrian.olap.MondrianDef.Level
- caption - Variable in class mondrian.olap.MondrianDef.Measure
- caption - Variable in class mondrian.olap.MondrianDef.NamedSet
- caption - Variable in class mondrian.olap.MondrianDef.Property
- caption - Variable in class mondrian.olap.MondrianDef.VirtualCube
- caption - Variable in class mondrian.olap.OlapElementBase
- caption - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- CAPTION - mondrian.olap.OlapElement.LocalizedProperty
- CAPTION - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds a member's caption.
- CAPTION_ORDINAL - Static variable in class mondrian.olap.Property
- captionColumn - Variable in class mondrian.olap.MondrianDef.AggLevel
- captionColumn - Variable in class mondrian.olap.MondrianDef.Level
- captionColumn - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- captionExp - Variable in class mondrian.olap.MondrianDef.Level
-
The SQL expression used to populate this level's caption.
- captionExp - Variable in class mondrian.rolap.RolapLevel
-
The column or expression which yields the level members' caption.
- CaptionExpression() - Constructor for class mondrian.olap.MondrianDef.CaptionExpression
- CaptionExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CaptionExpression
- cardinality() - Method in class mondrian.rolap.BitKey.Big
- cardinality() - Method in interface mondrian.rolap.BitKey
-
Returns the number of bits set.
- cardinality() - Method in class mondrian.rolap.BitKey.Mid128
- cardinality() - Method in class mondrian.rolap.BitKey.Small
- CartesianProductList<T> - Class in mondrian.util
-
List that generates the cartesian product of its component lists.
- CartesianProductList(List<List<T>>) - Constructor for class mondrian.util.CartesianProductList
- Case - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
CASE ...
- CASE - Static variable in interface mondrian.olap.ParserSym
- CASE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- caseExpression() - Method in class mondrian.parser.MdxParserImpl
- CaseMatcher() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- CaseMatcher(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- CaseSensitive - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether the MDX parser resolves uses case-sensitive matching when looking up identifiers.
- caseSensitiveCompareName(String, String) - Static method in class mondrian.olap.Util
-
Compares two names.
- caseWhenElse(String, String, String) - Method in interface mondrian.spi.Dialect
-
Generates a conditional statement in this dialect's syntax.
- caseWhenElse(String, String, String) - Method in class mondrian.spi.impl.AccessDialect
- caseWhenElse(String, String, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- cast(List<?>) - Static method in class mondrian.olap.Util
-
Casts a List to a List with a different element type.
- cast(Set<?>) - Static method in class mondrian.olap.Util
-
Casts a Set to a Set with a different element type.
- Cast - mondrian.olap.Syntax
-
Defines syntax for a CAST expression
CAST(expression AS type)
. - CAST - Static variable in interface mondrian.olap.ParserSym
- CAST - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- CastFunDef - Class in mondrian.olap.fun
-
Definition of the
CAST
MDX operator. - CastInvalidType - Variable in class mondrian.resource.MondrianResource
-
CastInvalidType
is 'Unknown type ''{0}''; values are NUMERIC, STRING, BOOLEAN
' - castToIterable(Object) - Static method in class mondrian.olap.Util
-
Casts a collection to iterable.
- Catalog - mondrian.rolap.RolapConnectionProperties
-
The "Catalog" property is the URL of the catalog, an XML file which describes the schema: cubes, hierarchies, and so forth.
- Catalog - mondrian.xmla.PropertyDefinition
- Catalog() - Constructor for class mondrian.xmla.DataSourcesConfig.Catalog
- Catalog(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.Catalog
- CATALOG_NAME - Static variable in class mondrian.olap.CubeBase
-
constraints indexes for adSchemaMembers http://msdn.microsoft.com/library/psdk/dasdk/mdx8h4k.htm check "Restrictions in the MEMBER Rowset" under MEMBER Rowset section
- CATALOG_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the current catalog.
- CATALOG_NAME - Static variable in class mondrian.tui.XmlaSupport
- CATALOG_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- CATALOG_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- CatalogContent - mondrian.rolap.RolapConnectionProperties
-
The "CatalogContent" property is an XML string representing the schema: cubes, hierarchies, and so forth.
- CatalogFinder - Interface in mondrian.olap4j
-
Strategy to locate schemas and catalogs.
- CatalogLocator - Interface in mondrian.spi
-
Abstract layer for locating catalog schema content.
- CatalogLocatorImpl - Class in mondrian.spi.impl
-
CatalogLocator which returns the catalog URI unchanged.
- CatalogLocatorImpl() - Constructor for class mondrian.spi.impl.CatalogLocatorImpl
- CatalogName - mondrian.rolap.RolapConnectionProperties
-
The "CatalogName" property is not used.
- catalogs - Variable in class mondrian.xmla.DataSourcesConfig.Catalogs
-
The list of catalogs.
- catalogs - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
One or more Catalogs.
- Catalogs() - Constructor for class mondrian.xmla.DataSourcesConfig.Catalogs
- Catalogs(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.Catalogs
- CatalogURL - Variable in class mondrian.olap.MondrianProperties
-
Property that contains the URL of the catalog to be used by
CmdRunner
and XML/A Test. - category - Variable in class mondrian.olap.Literal
- Category - Class in mondrian.olap
-
Category
enumerates the possible expression types. - cBool(Object) - Static method in class mondrian.olap.fun.vba.Vba
- cByte(Object) - Static method in class mondrian.olap.fun.vba.Vba
- cdata - Variable in class mondrian.olap.MondrianDef.Annotation
- cdata - Variable in class mondrian.olap.MondrianDef.Formula
- cdata - Variable in class mondrian.olap.MondrianDef.Hint
- cdata - Variable in class mondrian.olap.MondrianDef.Script
- cdata - Variable in class mondrian.olap.MondrianDef.SQL
- cdata - Variable in class mondrian.olap.MondrianDef.Value
- cdata - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- cDate(Object) - Static method in class mondrian.olap.fun.vba.Vba
- cDbl(Object) - Static method in class mondrian.olap.fun.vba.Vba
- Cell - Interface in mondrian.olap
-
A
Cell
is an item in the grid of aResult
. - CELL - Static variable in interface mondrian.olap.ParserSym
- CELL - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- CELL_EVALUATION_LIST - Static variable in class mondrian.olap.Property
- CELL_EVALUATION_LIST_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_FORMATTER - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the class which formats cell values of this member.
- CELL_FORMATTER_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_FORMATTER_SCRIPT - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the script with which to format cell values of this member.
- CELL_FORMATTER_SCRIPT_LANGUAGE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the scripting language in which a scripted cell formatter is implemented, e.g.
- CELL_FORMATTER_SCRIPT_LANGUAGE_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_FORMATTER_SCRIPT_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_ORDINAL_ORDINAL - Static variable in class mondrian.olap.Property
- CELL_SEGMENT - mondrian.server.monitor.SqlStatementEvent.Purpose
- CellBatchSize - Variable in class mondrian.olap.MondrianProperties
-
Integer property that, if set to a value greater than zero, sets a hard limit on the number of cells that are batched together when building segments.
- CellCacheEvent - Class in mondrian.server.monitor
-
Event concerning the cell cache.
- CellCacheEvent(long, int, int, long, long, CellCacheEvent.Source) - Constructor for class mondrian.server.monitor.CellCacheEvent
-
Creates a CellCacheEvent.
- CellCacheEvent.Source - Enum in mondrian.server.monitor
-
Enumeration of sources of a cell cache segment.
- cellCacheHitCount - Variable in class mondrian.server.monitor.ConnectionInfo
- cellCacheHitCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- cellCacheHitCount - Variable in class mondrian.server.monitor.ExecutionInfo
- cellCacheHitCount - Variable in class mondrian.server.monitor.ServerInfo
- cellCacheHitCount - Variable in class mondrian.server.monitor.StatementInfo
- cellCacheMissCount - Variable in class mondrian.server.monitor.ConnectionInfo
- cellCacheMissCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- cellCacheMissCount - Variable in class mondrian.server.monitor.ExecutionInfo
- cellCacheMissCount - Variable in class mondrian.server.monitor.ServerInfo
- cellCacheMissCount - Variable in class mondrian.server.monitor.StatementInfo
- cellCachePendingCount - Variable in class mondrian.server.monitor.ConnectionInfo
- cellCachePendingCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- cellCachePendingCount - Variable in class mondrian.server.monitor.ExecutionInfo
- cellCachePendingCount - Variable in class mondrian.server.monitor.ServerInfo
- cellCachePendingCount - Variable in class mondrian.server.monitor.StatementInfo
- cellCacheRequestCount - Variable in class mondrian.server.monitor.ConnectionInfo
- cellCacheRequestCount - Variable in class mondrian.server.monitor.ExecutionInfo
- cellCacheRequestCount - Variable in class mondrian.server.monitor.ServerInfo
- cellCacheRequestCount - Variable in class mondrian.server.monitor.StatementInfo
- CellCacheSegmentCreateEvent - Class in mondrian.server.monitor
-
Creation of a segment in the cell cache.
- CellCacheSegmentCreateEvent(long, int, int, long, long, int, int, CellCacheEvent.Source) - Constructor for class mondrian.server.monitor.CellCacheSegmentCreateEvent
-
Creates a CellCacheSegmentCreateEvent.
- CellCacheSegmentDeleteEvent - Class in mondrian.server.monitor
-
Deletion of a segment from the cell cache.
- CellCacheSegmentDeleteEvent(long, int, int, long, long, int, CellCacheEvent.Source) - Constructor for class mondrian.server.monitor.CellCacheSegmentDeleteEvent
-
Creates a CellCacheSegmentCreateEvent.
- cellCoordinateCount - Variable in class mondrian.server.monitor.ServerInfo
-
The sum of the dimensionality of every cells currently in cache.
- cellCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of cells currently in cache.
- cellFormatter - Variable in class mondrian.olap.MondrianDef.CalculatedMember
-
Cell formatter.
- cellFormatter - Variable in class mondrian.olap.MondrianDef.Measure
-
Cell formatter.
- cellFormatter(String, String) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
CellFormatter
SPI based on a script. - CellFormatter - Interface in mondrian.olap
-
Deprecated.Use
CellFormatter
. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. - CellFormatter - Interface in mondrian.spi
-
An SPI to format the cell values.
- CellFormatter() - Constructor for class mondrian.olap.MondrianDef.CellFormatter
- CellFormatter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CellFormatter
- CellFormatterLoadFailed - Variable in class mondrian.resource.MondrianResource
-
CellFormatterLoadFailed
is 'Failed to load formatter class ''{0}'' for member ''{1}''.
' - CellKey - Interface in mondrian.rolap
-
A
CellKey
is used as a key in maps which access cells by their position.
- CellKey.Four - Class in mondrian.rolap
- CellKey.Generator - Class in mondrian.rolap
- CellKey.Many - Class in mondrian.rolap
- CellKey.One - Class in mondrian.rolap
- CellKey.Three - Class in mondrian.rolap
- CellKey.Two - Class in mondrian.rolap
- CellKey.Zero - Class in mondrian.rolap
- CellProperty - Class in mondrian.olap
-
Represents Cell Property.
- CellProperty(List<Id.Segment>) - Constructor for class mondrian.olap.CellProperty
- cellReader - Variable in class mondrian.rolap.RolapEvaluator
- CellRequest - Class in mondrian.rolap.agg
-
A
CellRequest
contains the context necessary to get a cell value from a star. - CellRequest(RolapStar.Measure, boolean, boolean) - Constructor for class mondrian.rolap.agg.CellRequest
-
Creates a
CellRequest
. - cellRequestCount - Variable in class mondrian.server.monitor.ExecutionInfo
- cellRequestCount - Variable in class mondrian.server.monitor.SqlStatementStartEvent
- cellRequestCount - Variable in class mondrian.server.monitor.StatementInfo
- CellRequestQuantumExceededException - Exception in mondrian.rolap.agg
-
Signals that there are enough outstanding cell requests that it is worth terminating this phase of execution and asking the segment cache for all of the cells that have been asked for.
- CHAPTERS - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Chapters axis, logical ordinal = 3.
- CHAPTERS - Static variable in interface mondrian.olap.ParserSym
- CHAPTERS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- characters(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- characters(String) - Method in interface mondrian.xmla.SaxWriter
- charcase - Variable in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- charEncoding - Variable in class mondrian.xmla.XmlaServlet
- checkCacheStatus() - Method in class mondrian.rolap.MemberCacheHelper
- checkCacheStatus() - Method in class mondrian.rolap.MemberNoCacheHelper
- checkCacheStatus() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- checkCacheStatus() - Method in class mondrian.rolap.SmartMemberReader
- checkCancelOrTimeout() - Method in class mondrian.olap.Query
-
Deprecated.This method will be removed in mondrian-4.0
- checkCancelOrTimeout() - Method in class mondrian.server.Execution
-
Checks the state of this Execution and throws an exception if something is wrong.
- checkCancelOrTimeout() - Method in interface mondrian.server.Statement
-
Deprecated.This method will be removed in mondrian-4.0; use
Execution.checkCancelOrTimeout()
- checkCancelOrTimeout() - Method in class mondrian.server.StatementImpl
- checkCancelOrTimeout(int, Execution) - Static method in class mondrian.util.CancellationChecker
- checkCancelOrTimeout(long, Execution) - Static method in class mondrian.util.CancellationChecker
- CheckCancelOrTimeoutInterval - Variable in class mondrian.olap.MondrianProperties
-
Positive integer property that determines loop iterations number between checks for whether the current mdx query has been cancelled or timeout was exceeded.
Setting the interval too small may result in a performance degradation when reading large result sets; setting it too high can cause a big delay between the query being marked as cancelled or timeout was exceeded and system resources associated to it being released. - checkCJResultLimit(long) - Static method in class mondrian.olap.Util
-
Check the resultSize against the result limit setting.
- checkCrossJoin(RolapEvaluator, FunDef, Exp[], boolean) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
-
Checks for
CrossJoin(<set1>, <set2>)
, where set1 and set2 are one ofmember.children
,level.members
ormember.descendants
. - checkCrossJoinArg(RolapEvaluator, Exp) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
-
Scans for memberChildren, levelMembers, memberDescendants, crossJoin.
- checkHierarchies(MemberType[]) - Static method in class mondrian.olap.type.TupleType
-
Checks that there are no duplicate dimensions in a list of member types.
- Checkin7641UseOptimizer - Static variable in class mondrian.util.Bug
- checkInList(BitKey) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- checkInList(SqlQuery, BitKey) - Method in class mondrian.rolap.agg.AndPredicate
- checkIterListResultStyles(Calc) - Static method in class mondrian.olap.fun.FunUtil
- checkListResultStyles(Calc) - Static method in class mondrian.olap.fun.FunUtil
- checkMemberOrdinal(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- checkValid() - Method in interface mondrian.olap.fun.Resolver.Conversion
-
Checks the viability of implicit conversions.
- CHH_AUTHORIZATION_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- CHH_AUTHORIZATION_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- CHH_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- CHH_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- childColumn - Variable in class mondrian.olap.MondrianDef.Closure
- childLevelHasApproxRowCount() - Method in class mondrian.rolap.RolapMemberBase
- children - Variable in class mondrian.rolap.agg.ListPredicate
- children - Variable in class mondrian.rolap.aggmatcher.AggStar.Table
- CHILDREN_CARDINALITY - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the number of children this member has.
- CHILDREN_CARDINALITY_ORDINAL - Static variable in class mondrian.olap.Property
- ChooseAggregateByVolume - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether aggregate tables are ordered by their volume or row count.
- chooseDrillThroughCube(Member[], RolapCube) - Static method in class mondrian.rolap.RolapCell
- chooseGrowCapacity(int, double, double) - Method in class mondrian.util.ObjectPool
- chooseHighWaterMark(int, double) - Method in class mondrian.util.ObjectPool
- chooseLowWaterMark(int, double) - Method in class mondrian.util.ObjectPool
- chooseQuery(Dialect) - Method in class mondrian.rolap.sql.SqlQuery.CodeSet
-
Chooses the code variant which best matches the given Dialect.
- chooseResponseMimeType(String) - Static method in class mondrian.xmla.XmlaUtil
-
Chooses the appropriate response mime type given an HTTP "Accept" header.
- chr(int) - Static method in class mondrian.olap.fun.vba.Vba
- chrB(int) - Static method in class mondrian.olap.fun.vba.Vba
- chrW(int) - Static method in class mondrian.olap.fun.vba.Vba
- ChunkBitCount - Static variable in class mondrian.rolap.BitKey.AbstractBitKey
- chunkCount(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Returns the number of chunks required for a given number of bits.
- chunkPos(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Returns which chunk a given bit falls into.
- ci - Variable in class mondrian.rolap.RolapCell
- cInt(Object) - Static method in class mondrian.olap.fun.vba.Vba
- classifyMembers(TupleList, NativizeSetFunDef.SubstitutionMap) - Method in class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
- className - Variable in class mondrian.olap.MondrianDef.ElementFormatter
- className - Variable in class mondrian.olap.MondrianDef.UserDefinedFunction
- ClassResolver - Interface in mondrian.util
-
Instantiates a class.
- ClassResolver.AbstractClassResolver - Class in mondrian.util
-
Partial implementation of
ClassResolver
. - ClassResolver.ThreadContextClassResolver - Class in mondrian.util
-
Implementation of
ClassResolver
that callsThread.getContextClassLoader()
on the current thread. - ClassUdfFactory(Class<? extends UserDefinedFunction>, String) - Constructor for class mondrian.olap.fun.UdfResolver.ClassUdfFactory
-
Creates a ClassUdfFactory.
- cleanUnicodeAwareCaseFlag(String) - Static method in class mondrian.spi.DialectUtil
-
Cleans up the reqular expression from the unicode-aware case folding embedded flag expression (?u)
- clear() - Method in class mondrian.calc.impl.ListTupleList
- clear() - Method in class mondrian.calc.impl.UnaryTupleList
- clear() - Method in class mondrian.olap.Util.AbstractFlatList
- clear() - Method in class mondrian.recorder.AbstractRecorder
-
Resets this MessageRecorder.
- clear() - Method in class mondrian.recorder.ListRecorder
- clear() - Method in interface mondrian.recorder.MessageRecorder
-
Clear all context, warnings and errors from the MessageRecorder.
- clear() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- clear() - Method in class mondrian.rolap.BitKey.Big
- clear() - Method in interface mondrian.rolap.BitKey
-
Sets all of the bits in this BitKey to
false
. - clear() - Method in class mondrian.rolap.BitKey.Mid128
- clear() - Method in class mondrian.rolap.BitKey.Small
- clear() - Method in interface mondrian.rolap.cache.SmartCache
-
Clears the contents of this cache.
- clear() - Method in class mondrian.rolap.cache.SmartCacheImpl
- clear() - Method in class mondrian.rolap.SmartIncrementalCache
- clear() - Method in class mondrian.rolap.SmartMemberListCache
- clear() - Method in class mondrian.util.CacheMap
- clear() - Method in class mondrian.util.ConcatenableList
- clear() - Method in class mondrian.util.ObjectPool
-
Removes all objects from the pool but keeps the current size of the internal storage.
- clear() - Method in class mondrian.util.PartiallyOrderedSet
- clear() - Method in class mondrian.util.UnsupportedList
- clear(int) - Method in class mondrian.rolap.BitKey.Big
- clear(int) - Method in interface mondrian.rolap.BitKey
-
Sets the bit specified by the index to
false
. - clear(int) - Method in class mondrian.rolap.BitKey.Mid128
- clear(int) - Method in class mondrian.rolap.BitKey.Small
- clear(SpatialValueTree.SpatialRegion<K, E>) - Method in interface mondrian.util.SpatialValueTree
-
Clears all the values found at the provided region key.
- clear(SpatialValueTree2.SpatialRegion) - Method in interface mondrian.util.SpatialValueTree2
-
Removes a region from the tree.
- clearAllDBs() - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
- clearAttributes() - Method in class mondrian.tui.MockHttpServletRequest
- clearCachedAggregations() - Method in class mondrian.rolap.RolapCube
-
Clear the in memory aggregate cache associated with this Cube, but only if Disabling Caching has been enabled.
- clearCachedAggregations(boolean) - Method in class mondrian.rolap.RolapCube
-
Clear the in memory aggregate cache associated with this Cube.
- clearDB(DataSource) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Clears information in a JdbcSchema associated with a DataSource.
- clearDB(JdbcSchema) - Method in interface mondrian.rolap.aggmatcher.JdbcSchema.Factory
- clearDB(JdbcSchema) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.StdFactory
- clearEvalCache() - Method in class mondrian.olap.Query
-
Remove all entries in the evaluation cache
- clearExpResultCache(boolean) - Method in class mondrian.rolap.RolapEvaluator
- clearHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
- clearImpl() - Method in class mondrian.rolap.cache.HardSmartCache
- clearImpl() - Method in class mondrian.rolap.cache.SmartCacheImpl
- clearImpl() - Method in class mondrian.rolap.cache.SoftSmartCache
- clearParameters() - Method in class mondrian.tui.MockHttpServletRequest
- clearServerInfo() - Method in class mondrian.server.FileRepository
- clearThreadLocalClassName() - Static method in class mondrian.calc.ExpCompiler.Factory
-
Clears the class name (regardless of whether a class name was set).
- clearThreadLocalClassName() - Static method in class mondrian.util.MemoryMonitorFactory
-
Clears the class name (regardless of whether a class name was set).
- clearWarnings() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- CLIENT_FAULT_FC - Static variable in interface mondrian.xmla.XmlaConstants
- clone() - Method in class mondrian.calc.DummyExp
- clone() - Method in class mondrian.mdx.DimensionExpr
- clone() - Method in class mondrian.mdx.HierarchyExpr
- clone() - Method in class mondrian.mdx.LevelExpr
- clone() - Method in class mondrian.mdx.MemberExpr
- clone() - Method in class mondrian.mdx.NamedSetExpr
- clone() - Method in class mondrian.mdx.ParameterExpr
- clone() - Method in class mondrian.mdx.ResolvedFunCall
- clone() - Method in class mondrian.mdx.UnresolvedFunCall
- clone() - Method in class mondrian.olap.EnumeratedValues
- clone() - Method in interface mondrian.olap.Exp
- clone() - Method in class mondrian.olap.ExpBase
- clone() - Method in class mondrian.olap.Formula
- clone() - Method in class mondrian.olap.Id
- clone() - Method in class mondrian.olap.Literal
- clone() - Method in class mondrian.olap.MemberProperty
- clone() - Method in class mondrian.olap.OlapElementBase
- clone() - Method in class mondrian.olap.Query
- clone() - Method in class mondrian.olap.QueryAxis
- clone() - Method in class mondrian.olap.RoleImpl
- clone() - Method in class mondrian.olap.SetBase
- clone() - Method in class mondrian.olap.Util.PropertyList
- clone() - Method in class mondrian.util.ByteString
- clone(SegmentColumn[]) - Method in class mondrian.spi.SegmentHeader
-
Creates a clone of this header by replacing some of the constrained columns in the process.
- cloneArray(Exp[]) - Static method in class mondrian.olap.ExpBase
- cloneEmpty() - Method in class mondrian.rolap.sql.SqlQuery
-
Creates an empty
SqlQuery
with the same environment as this one. - cloneList(int) - Method in class mondrian.calc.impl.ArrayTupleList
- cloneList(int) - Method in class mondrian.calc.impl.DelegatingTupleList
- cloneList(int) - Method in class mondrian.calc.impl.ListTupleList
- cloneList(int) - Method in class mondrian.calc.impl.UnaryTupleList
- cloneList(int) - Method in interface mondrian.calc.TupleList
-
Creates a copy of this list that has the same type and has a given capacity.
- cloneListWithColumn(RolapStar.Column, List<StarColumnPredicate>) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate
- cloneRelation(MondrianDef.Relation, String) - Method in class mondrian.rolap.RolapStar
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.ListColumnPredicate
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.MemberColumnPredicate
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.MinusStarPredicate
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- cloneWithColumn(RolapStar.Column) - Method in interface mondrian.rolap.StarColumnPredicate
-
This method is required because unfortunately some ColumnPredicate objects are created without a column.
- close() - Method in interface mondrian.olap.Connection
-
Closes this
Connection
. - close() - Method in class mondrian.olap.Query
-
Deprecated.This method will be removed in mondrian-4.0.
- close() - Method in interface mondrian.olap.Result
- close() - Method in class mondrian.olap.ResultBase
- close() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- close() - Method in class mondrian.rolap.ResultLoader
-
Closes internal statement.
- close() - Method in class mondrian.rolap.RolapConnection
- close() - Method in class mondrian.rolap.RolapResult
- close() - Method in class mondrian.rolap.SqlStatement
-
Closes all resources (statement, result set) held by this SqlStatement.
- close() - Method in class mondrian.rolap.SqlStatement.MyDelegatingInvocationHandler
-
Helper method to implement
ResultSet.close()
. - close() - Method in class mondrian.rolap.Target
-
Deprecated.
- close() - Method in class mondrian.rolap.TargetBase
- close() - Method in interface mondrian.server.Statement
-
Closes this statement.
- close() - Method in class mondrian.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close(ResultSet, Statement, Connection) - Static method in class mondrian.olap.Util
-
Closes a JDBC result set, statement, and connection, ignoring any errors.
- closure - Variable in class mondrian.olap.MondrianDef.Level
- Closure() - Constructor for class mondrian.olap.MondrianDef.Closure
- Closure(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Closure
- CmdRunner - Class in mondrian.tui
-
Command line utility which reads and executes MDX commands.
- CmdRunner(CmdRunner.Options, PrintWriter) - Constructor for class mondrian.tui.CmdRunner
-
Creates a
CmdRunner
. - CmdRunner.Options - Class in mondrian.tui
- CoalesceEmptyFunDef - Class in mondrian.olap.fun
-
Definition of the
CoalesceEmpty
MDX function. - CoalesceEmptyFunDef(ResolverBase, int, int[]) - Constructor for class mondrian.olap.fun.CoalesceEmptyFunDef
- CodeSet() - Constructor for class mondrian.rolap.sql.SqlQuery.CodeSet
- collapsed - Variable in class mondrian.olap.MondrianDef.AggLevel
- collapsed - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- collectArguments(Map<String, Object>) - Method in class mondrian.calc.impl.AbstractCalc
-
Collects any other arguments to this calc.
- collectArguments(Map<String, Object>) - Method in class mondrian.calc.impl.ConstantCalc
- collectArguments(Map<String, Object>) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
- collectColumns(Collection<RolapStar.Column>, RolapStar.Table, MondrianDef.Column) - Static method in class mondrian.rolap.RolapStar
-
Collects all columns in this table and its children.
- COLON - Static variable in interface mondrian.olap.ParserSym
- COLON - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- column - Variable in class mondrian.olap.MondrianDef.AggColumnName
- column - Variable in class mondrian.olap.MondrianDef.AggLevel
- column - Variable in class mondrian.olap.MondrianDef.AggLevelProperty
- column - Variable in class mondrian.olap.MondrianDef.AggMeasure
- column - Variable in class mondrian.olap.MondrianDef.Level
- column - Variable in class mondrian.olap.MondrianDef.Measure
- column - Variable in class mondrian.olap.MondrianDef.Property
- column - Variable in class mondrian.olap.MondrianDef.Value
- column - Variable in class mondrian.parser.SimpleCharStream
- column - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- Column() - Constructor for class mondrian.olap.MondrianDef.Column
- Column(String, String) - Constructor for class mondrian.olap.MondrianDef.Column
-
Convenience constructor.
- Column(String, MondrianDef.Expression, Dialect.Datatype, int) - Constructor for class mondrian.rolap.aggmatcher.AggStar.Table.Column
- Column(Dialect.Datatype) - Constructor for class mondrian.rolap.RolapStar.Column
-
Fake column.
- Column(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Column
- ColumnDef() - Constructor for class mondrian.olap.MondrianDef.ColumnDef
- ColumnDef(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.ColumnDef
- columnDefs - Variable in class mondrian.olap.MondrianDef.InlineTable
- ColumnDefs() - Constructor for class mondrian.olap.MondrianDef.ColumnDefs
- ColumnDefs(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.ColumnDefs
- columnExpression - Variable in class mondrian.spi.SegmentColumn
- columns - Variable in class mondrian.rolap.agg.ListPredicate
- columns - Variable in class mondrian.rolap.agg.Segment
-
This is set in the load method and is used during the processing of a particular aggregate load.
- COLUMNS - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Columns axis (also known as X axis), logical ordinal = 0.
- COLUMNS - Static variable in interface mondrian.olap.ParserSym
- COLUMNS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Uses the
DefaultRecognizer
Recognizer to determine if the given aggTable's columns all match upto the dbFactTable's columns (where present) making the column usages as a result. - columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Checks that ALL of the columns in the dbTable have a mapping in the tableDef.
- CombiningGenerator<E> - Class in mondrian.util
-
A list that, given a collection of elements, contains every possible combination of those objects (also known as the power set of those objects).
- CombiningGenerator(Collection<E>) - Constructor for class mondrian.util.CombiningGenerator
-
Creates a CombiningGenerator.
- COMMA - Static variable in interface mondrian.olap.ParserSym
- COMMA - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- commaList(String, List<T>) - Static method in class mondrian.olap.Util
-
Converts a list of a string.
- Command() - Constructor for class mondrian.rolap.agg.SegmentCacheManager.Command
- commandLoop(boolean) - Method in class mondrian.tui.CmdRunner
- commandLoop(File) - Method in class mondrian.tui.CmdRunner
- commandLoop(Reader, boolean) - Method in class mondrian.tui.CmdRunner
-
The Command Loop where lines are read from the InputStream and interpreted.
- commandLoop(String, boolean) - Method in class mondrian.tui.CmdRunner
- commit() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- comparator() - Method in class mondrian.util.ArraySortedSet
- COMPARATOR - Static variable in class mondrian.rolap.RolapStar.Column
- compare(int, int) - Static method in class mondrian.olap.Util
-
Compares integer values.
- compare(Comparable, Comparable) - Method in class mondrian.olap.Util.SqlNullSafeComparator
- compare(Object, Object) - Method in class mondrian.olap.fun.FunUtil.DescendingValueComparator
- compare(RolapCube, RolapCube) - Method in class mondrian.rolap.RolapCube.CubeComparator
- compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.NoCacheMemberReader
- compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.SmartMemberReader
- compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.SubstitutingMemberReader
- compare(RolapStar.Column, RolapStar.Column) - Method in class mondrian.rolap.RolapStar.ColumnComparator
- compareHierarchically(Member, Member, boolean) - Static method in class mondrian.olap.fun.FunUtil
-
Compares a pair of members according to their positions in a prefix-order (or postfix-order, if
post
is true) walk over a hierarchy. - compareHierarchically(Member, Member, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Compares a pair of members according to their positions in a prefix-order (or postfix-order, if
post
is true) walk over a hierarchy. - compareIntegers(int, int) - Static method in class mondrian.olap.Util
-
Compares two integers using the same algorithm as
Integer.compareTo(Integer)
. - compareKey(Object, Object) - Static method in class mondrian.olap.Util
-
Returns the result of ((Comparable) k1).compareTo(k2), with special-casing for the fact that Boolean only became comparable in JDK 1.5.
- compareMembersHierarchically(Member, Member) - Method in class mondrian.olap.DelegatingSchemaReader
- compareMembersHierarchically(Member, Member) - Method in interface mondrian.olap.SchemaReader
-
Compares a pair of
Member
s according to their order in a prefix traversal. - compareMembersHierarchically(Member, Member) - Method in class mondrian.rolap.RolapSchemaReader
- compareName(String, String) - Static method in class mondrian.olap.Util
-
Compares two names.
- compareSiblingMembers(Member, Member) - Static method in class mondrian.olap.fun.FunUtil
-
Compares two members which are known to have the same parent.
- compareSiblingMembers(Member, Member) - Static method in class mondrian.olap.fun.sort.Sorter
-
Compares two members which are known to have the same parent.
- CompareSiblingsByOrderKey - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether sibling members are compared according to order key value fetched from their ordinal expression.
- compareTo(Object) - Method in class mondrian.olap.fun.sort.OrderKey
- compareTo(Object) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- compareTo(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- compareTo(Object) - Method in class mondrian.rolap.DelegatingRolapMember
- compareTo(Object) - Method in class mondrian.rolap.RolapCubeMember
- compareTo(Object) - Method in class mondrian.rolap.RolapMemberBase
-
Compares this member to another
RolapMemberBase
. - compareTo(FunInfo) - Method in class mondrian.olap.fun.FunInfo
- compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Big
- compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Small
- compareTo(ByteString) - Method in class mondrian.util.ByteString
- compareTo(Pair<L, R>) - Method in class mondrian.util.Pair
- compareTo(Triple<T0, T1, T2>) - Method in class mondrian.util.Triple
- compareToBig(BitKey.Big) - Method in class mondrian.rolap.BitKey.Small
- compareValues(double, double) - Static method in class mondrian.olap.fun.FunUtil
-
Compares double-precision values according to MDX semantics.
- compareValues(double, double) - Static method in class mondrian.olap.fun.sort.Sorter
-
Compares double-precision values according to MDX semantics.
- compareValues(Object, Object) - Static method in class mondrian.olap.fun.FunUtil
-
Compares two cell values.
- compareValues(Object, Object) - Static method in class mondrian.olap.fun.sort.Sorter
-
Compares two cell values.
- compareVersions(String, String) - Method in class mondrian.spi.impl.MonetDbDialect
-
Compares two MonetDB versions that contain only digits separated by dots.
- compile() - Method in class mondrian.olap.Formula
- compile(ExpCompiler) - Method in interface mondrian.calc.ParameterCompilable
- compile(ExpCompiler) - Method in class mondrian.olap.ParameterImpl
- compile(ExpCompiler) - Method in class mondrian.rolap.RolapSchemaParameter
- compile(ExpCompiler, ResultStyle) - Method in class mondrian.olap.QueryAxis
- compile(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression.
- compile(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
-
Compiles an expression.
- compile(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileAs(Exp, Type, List<ResultStyle>) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression to a given result type.
- compileAs(Exp, Type, List<ResultStyle>) - Method in class mondrian.calc.impl.AbstractExpCompiler
-
Compiles an expression to a given result type.
- compileAs(Exp, Type, List<ResultStyle>) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileBoolean(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
boolean
result. - compileBoolean(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileBoolean(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AggregateFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CacheFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CastFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CoalesceEmptyFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ExistingFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.extra.CachedExistsFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.extra.CalculatedChildFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.extra.NthQuartileFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FunDefBase
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HierarchyDimensionFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IifFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.JavaFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LevelHierarchyFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LevelMembersFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LinReg
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LinReg.PointFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberHierarchyFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberLevelFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberOrderKeyFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NamedSetCurrentFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NativizeSetFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NonEmptyCrossJoinFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ParenthesesFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SetFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TupleFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ValidMeasureFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.VisualTotalsFunDef
- compileCall(ResolvedFunCall, ExpCompiler) - Method in interface mondrian.olap.FunDef
-
Converts a call to this function into executable objects.
- compileCall2(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
- compileCall3(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
- compileCallImmutableList(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
- compileCallIterable(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
- compileCallMutableList(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
- compileDateTime(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
Date
result. - compileDateTime(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileDateTime(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileDimension(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
Dimension
result. - compileDimension(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileDimension(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileDouble(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
double
result. - compileDouble(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileDouble(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileExpression(Exp, boolean, ResultStyle) - Method in class mondrian.olap.Query
-
Compiles an expression, using a cached compiled expression if available.
- compileHierarchy(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
Hierarchy
result. - compileHierarchy(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileHierarchy(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileInteger(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields an
int
result. - compileInteger(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileInteger(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileIter(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields an immutable
Iterable
result. - compileIter(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileIter(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileLevel(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
Level
result. - compileLevel(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileLevel(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileList(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields an immutable
TupleList
result. - compileList(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileList(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileList(Exp, boolean) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields
TupleList
result. - compileList(Exp, boolean) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileList(Exp, boolean) - Method in class mondrian.calc.impl.BetterExpCompiler
- compileList(Exp, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileMember(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
Member
result. - compileMember(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileMember(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileScalar(Exp, boolean) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression to yield a scalar result.
- compileScalar(Exp, boolean) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileScalar(Exp, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileScript(Class<T>, String, String) - Static method in class mondrian.olap.Util
-
Compiles a script to yield a Java interface.
- compileScript(Class<T>, String, String) - Method in interface mondrian.util.UtilCompatible
-
Compiles a script to yield a Java interface.
- compileScript(Class<T>, String, String) - Method in class mondrian.util.UtilCompatibleJdk15
- compileScript(Class<T>, String, String) - Method in class mondrian.util.UtilCompatibleJdk16
- compileString(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a
String
result. - compileString(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileString(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- compileTuple(Exp) - Method in interface mondrian.calc.ExpCompiler
-
Compiles an expression which yields a tuple result.
- compileTuple(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
- compileTuple(Exp) - Method in class mondrian.calc.impl.BetterExpCompiler
- compileTuple(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- completeBeforeElement(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- completeBeforeElement(String) - Method in interface mondrian.xmla.SaxWriter
- CompletedFuture<V> - Class in mondrian.util
-
Implementation of
Future
that has already completed. - CompletedFuture(V, ExecutionException) - Constructor for class mondrian.util.CompletedFuture
-
Creates a CompletedFuture.
- component - Variable in class mondrian.server.Locus
- Composite - Class in mondrian.util
-
Composite collections.
- Composite() - Constructor for class mondrian.util.Composite
- compositeCache - Variable in class mondrian.rolap.agg.SegmentCacheManager
- CompositeList<T> - Class in mondrian.util
-
List composed of several lists.
- CompositeList(List<? extends T>...) - Constructor for class mondrian.util.CompositeList
-
Creates a composite list.
- compoundId() - Method in class mondrian.parser.MdxParserImpl
- CompoundPredicateInfo - Class in mondrian.rolap
-
Constructs a Pair
based on an tuple list and measure, along with the string representation of the predicate. - CompoundPredicateInfo(List<List<Member>>, RolapMeasure, Evaluator) - Constructor for class mondrian.rolap.CompoundPredicateInfo
- compoundPredicateList - Variable in class mondrian.rolap.agg.Segment
- compoundPredicates - Variable in class mondrian.spi.SegmentHeader
- CompoundSlicer - Variable in class mondrian.resource.MondrianResource
-
CompoundSlicer
is 'WHERE clause expression returned set with more than one element.
' - CompoundSlicerMemberSolveOrder - Variable in class mondrian.olap.MondrianProperties
-
Property that sets the compound slicer member solve order.
- CompoundSlicerRolapMember(RolapMember, Calc, RolapResult.ValueFormatter, TupleList) - Constructor for class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- computeCalculated(Member.MemberType) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- computeCalculated(Member.MemberType) - Method in class mondrian.olap.MemberBase
-
Computes the value to be returned by
MemberBase.isCalculated()
, so it can be cached in a variable. - computeCalculated(Member.MemberType) - Method in class mondrian.rolap.RolapCalculatedMember
- computeCalculated(Member.MemberType) - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- computeCommonType(boolean, Type...) - Static method in class mondrian.olap.type.TypeUtil
-
Returns a type sufficiently broad to hold any value of several types, but as narrow as possible.
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.CubeType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.DimensionType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.HierarchyType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.LevelType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.MemberType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.ScalarType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.SetType
- computeCommonType(Type, int[]) - Method in class mondrian.olap.type.TupleType
- computeCommonType(Type, int[]) - Method in interface mondrian.olap.type.Type
-
Returns a Type which is more general than this and the given Type.
- computeHashCode() - Method in class mondrian.olap.OlapElementBase
-
Computes this object's hash code.
- computeHashCode() - Method in class mondrian.rolap.agg.AggregationKey
- computeHashCode() - Method in class mondrian.rolap.RolapCubeHierarchy
- computeHashCode() - Method in class mondrian.rolap.RolapHierarchy
- computeHashCode(BitKey, RolapStar, Collection<BitKey>) - Static method in class mondrian.rolap.agg.AggregationKey
- computeStatisticsProviders() - Method in class mondrian.spi.impl.JdbcDialectImpl
- computeTuples(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
- CONCAT - Static variable in interface mondrian.olap.ParserSym
- CONCAT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- ConcatenableList<T> - Class in mondrian.util
-
List backed by a collection of sub-lists.
- ConcatenableList() - Constructor for class mondrian.util.ConcatenableList
-
Creates an empty ConcatenableList.
- connect(String, Properties) - Method in class mondrian.olap4j.MondrianOlap4jDriver
- Connection - mondrian.olap.Parameter.Scope
- Connection - Interface in mondrian.olap
-
Connection to a multi-dimensional database.
- ConnectionBase - Class in mondrian.olap
-
ConnectionBase
implements some of the methods inConnection
. - ConnectionBase() - Constructor for class mondrian.olap.ConnectionBase
- connectionEndCount - Variable in class mondrian.server.monitor.ServerInfo
- ConnectionEndEvent - Class in mondrian.server.monitor
-
Event indicating that a connection has been closed.
- ConnectionEndEvent(long, int, int) - Constructor for class mondrian.server.monitor.ConnectionEndEvent
-
Creates a ConnectionEndEvent.
- ConnectionEvent - Class in mondrian.server.monitor
-
Event concerning a connection.
- ConnectionEvent(long, int, int) - Constructor for class mondrian.server.monitor.ConnectionEvent
-
Creates a ConnectionEvent.
- connectionId - Variable in class mondrian.server.monitor.ConnectionEvent
-
Connection identifier.
- connectionId - Variable in class mondrian.server.monitor.ExecutionEvent
-
Identifier of the connection.
- connectionId - Variable in class mondrian.server.monitor.StatementEvent
-
Identifier of the connection.
- ConnectionInfo - Class in mondrian.server.monitor
-
Information about a Mondrian connection.
- ConnectionInfo(String, int, int, int, int, int, int, int, int) - Constructor for class mondrian.server.monitor.ConnectionInfo
- connectionStartCount - Variable in class mondrian.server.monitor.ServerInfo
- ConnectionStartEvent - Class in mondrian.server.monitor
-
Event indicating that a connection has been created.
- ConnectionStartEvent(long, int, int) - Constructor for class mondrian.server.monitor.ConnectionStartEvent
-
Creates a ConnectionStartEvent.
- ConnectStringMandatoryProperties - Variable in class mondrian.resource.MondrianResource
-
ConnectStringMandatoryProperties
is 'Connect string must contain property ''{0}'' or property ''{1}''
' - consolidate() - Method in class mondrian.util.ConcatenableList
-
Performs a load of all elements into memory, removing sequential access advantages.
- constainsColumn(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Return true if this table contains a column with the given name.
- Constant - Static variable in class mondrian.olap.Category
-
Constant
is a flag which, when bitwise-OR-ed with a category value, indicates a constant (as opposed to an expression). - constantBoolean(boolean) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given boolean.
- ConstantCalc - Class in mondrian.calc.impl
-
Calculator which always returns the same value.
- ConstantCalc(Type, Object) - Constructor for class mondrian.calc.impl.ConstantCalc
- constantDimension(Dimension) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given dimension.
- constantDouble(double) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given double.
- constantHierarchy(Hierarchy) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given hierarchy.
- constantInteger(int) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given integer.
- constantLevel(Level) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given level.
- constantMember(Member) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given member.
- constantNull(Type) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to null.
- constantString(String) - Static method in class mondrian.calc.impl.ConstantCalc
-
Creates an expression which evaluates to a given string.
- constrain(SegmentColumn[]) - Method in class mondrian.spi.SegmentHeader
-
Applies a set of exclusions to this segment header and returns a new segment header representing the original one to which a region has been excluded.
- constrainedColsBitKey - Variable in class mondrian.spi.SegmentHeader
- constrainedColumn - Variable in class mondrian.rolap.agg.AbstractColumnPredicate
- constrainedColumnsBitKey - Variable in class mondrian.rolap.agg.Segment
- constrainLevel(RolapLevel, SqlQuery, RolapCube, AggStar, String[], boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Generates a sql expression constraining a level by some value
- constrainLevel(RolapLevel, SqlQuery, RolapCube, AggStar, String, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
- constrainLevel2(SqlQuery, MondrianDef.Expression, Dialect.Datatype, Comparable) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Generates a sql expression constraining a level by some value
- constraint - Variable in class mondrian.rolap.SqlTupleReader
- constraintBitkeyForLimitedMembers(Evaluator, Member[], RolapCube, BitKey) - Static method in class mondrian.rolap.RolapUtil
-
Modifies a bitkey so that it includes the proper bits for members in an array which should be considered as a limited rollup member.
- contains(Object) - Method in class mondrian.olap.Util.AbstractFlatList
- contains(Object) - Method in class mondrian.util.ArraySortedSet
- contains(Object) - Method in class mondrian.util.PartiallyOrderedSet
- contains(Object) - Method in class mondrian.util.UnsupportedList
- contains(SegmentHeader) - Method in class mondrian.rolap.cache.MemorySegmentCache
- contains(SegmentHeader) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Tells whether or not a given segment is known to this index.
- contains(SegmentHeader) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- contains(T) - Method in class mondrian.util.ObjectPool
-
Returns true it the Object is already in the ObjectPool and false otherwise.
- containsAggregateFunction() - Method in class mondrian.rolap.RolapMemberBase
- containsAll(Collection<?>) - Method in class mondrian.olap.Util.AbstractFlatList
- containsAll(Collection<?>) - Method in class mondrian.util.UnsupportedList
- containsCalculatedMember(List<Member>) - Static method in class mondrian.rolap.SqlConstraintUtils
- containsCalculatedMember(List<Member>, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
- containsColumn(String) - Method in class mondrian.rolap.RolapStar.Table
-
Returns whether this table has a column with the given name.
- containsColumn(RolapStar.Column) - Method in class mondrian.rolap.RolapStar.Table
- containsHeader(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsKey(Object) - Method in class mondrian.util.CacheMap
- containsValidMeasure(Exp...) - Static method in class mondrian.rolap.SqlConstraintUtils
- containsValue(Object) - Method in class mondrian.util.CacheMap
- Content - mondrian.xmla.PropertyDefinition
- CONTEXT_MIME_TYPE - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_ROLE_NAME - Static variable in interface mondrian.xmla.XmlaConstants
-
Names of context keys known by both callbacks and Mondrian code.
- CONTEXT_XMLA_PASSWORD - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_SESSION_ID - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_SESSION_STATE - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_SESSION_STATE_BEGIN - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_SESSION_STATE_END - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_SESSION_STATE_WITHIN - Static variable in interface mondrian.xmla.XmlaConstants
- CONTEXT_XMLA_USERNAME - Static variable in interface mondrian.xmla.XmlaConstants
- contextDestroyed(ServletContextEvent) - Method in class mondrian.web.taglib.Listener
- contextInitialized(ServletContextEvent) - Method in class mondrian.web.taglib.Listener
- CONTRIBUTING_CHILDREN - Static variable in class mondrian.olap.Property
-
Deprecated.Property is not used and will be removed in mondrian-4.0; use
SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List<mondrian.olap.Member>)
- CONTRIBUTING_CHILDREN_ORDINAL - Static variable in class mondrian.olap.Property
- convert(Object) - Method in class mondrian.olap.ParameterImpl
- convert(List<IdentifierSegment>) - Static method in class mondrian.olap.Util
-
Converts a list of olap4j-style segments to a list of mondrian-style segments.
- convert(SegmentHeader, SegmentBody) - Method in interface mondrian.rolap.agg.SegmentBuilder.SegmentConverter
- convert(SegmentHeader, SegmentBody) - Method in class mondrian.rolap.agg.SegmentBuilder.SegmentConverterImpl
- convert(SegmentHeader, SegmentBody) - Method in class mondrian.rolap.agg.SegmentBuilder.StarSegmentConverter
- convert(IdentifierSegment) - Static method in class mondrian.olap.Util
-
Converts an olap4j-style segment to a mondrian-style segment.
- convertBack(Object) - Static method in class mondrian.olap.ParameterImpl
- convertChildren(RolapStar.Table) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Convert the child tables of a RolapStar.Table into child AggStar.DimTable tables.
- convertColumns(RolapStar.Table) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Convert a RolapStar.Table table's columns into AggStar.Table.Level columns.
- convertColumnTypeToName(Set<JdbcSchema.UsageType>) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Maps from column type enum to column type name or list of names if the parameter represents more than on usage.
- convertInlineTableToRelation(MondrianDef.InlineTable, Dialect) - Static method in class mondrian.rolap.RolapUtil
- convertOlap4jConnectStringToNativeMondrian(String) - Static method in class mondrian.olap.Util
-
Converts an olap4j connect string into a legacy mondrian connect string.
- convertPercentageToThreshold(int) - Method in class mondrian.util.AbstractMemoryMonitor
-
Converts a percentage threshold to its corresponding memory value, (percentage * maximum-memory / 100).
- convertStackToString(Throwable) - Static method in class mondrian.olap.Util
-
Converts an error into an array of strings, the most recent error first.
- convertTable(RolapStar.Table, JdbcSchema.Table.Column.Usage) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Converts a
RolapStar.Table
into aAggStar.DimTable
as well as converting all columns and child tables. - convertThresholdToPercentage(long) - Method in class mondrian.util.AbstractMemoryMonitor
-
Converts a memory value to its percentage.
- convertToLocale(String) - Static method in class mondrian.xmla.XmlaUtil
- coordinateCount - Variable in class mondrian.server.monitor.CellCacheSegmentCreateEvent
- coordinateCount - Variable in class mondrian.server.monitor.CellCacheSegmentDeleteEvent
- copy() - Method in class mondrian.rolap.BitKey.Big
- copy() - Method in interface mondrian.rolap.BitKey
-
Returns a copy of this BitKey.
- copy() - Method in class mondrian.rolap.BitKey.Mid128
- copy() - Method in class mondrian.rolap.BitKey.Small
- copy() - Method in interface mondrian.rolap.CellKey
-
Returns a mutable copy of this CellKey.
- copy() - Method in class mondrian.rolap.CellKey.Four
- copy() - Method in class mondrian.rolap.CellKey.Many
- copy() - Method in class mondrian.rolap.CellKey.One
- copy() - Method in class mondrian.rolap.CellKey.Three
- copy() - Method in class mondrian.rolap.CellKey.Two
- copy() - Method in class mondrian.rolap.CellKey.Zero
- copyFromByte(BitSet, int, byte) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Copies a byte into a bit set at a particular position.
- copyFromLong(BitSet, int, long) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
-
Copies a
long
value (interpreted as 64 bits) into a bit set. - copyOf(double[], int) - Static method in class mondrian.olap.Util
-
Like
, but exists prior to JDK 1.6.Arrays
.copyOf(double[], int) - copyOf(int[], int) - Static method in class mondrian.olap.Util
-
Like
, but exists prior to JDK 1.6.Arrays
.copyOf(int[], int) - copyOf(long[], int) - Static method in class mondrian.olap.Util
-
Like
, but exists prior to JDK 1.6.Arrays
.copyOf(long[], int) - copyOf(T[], int) - Static method in class mondrian.olap.Util
-
Like
, but exists prior to JDK 1.6.Arrays
.copyOf(Object[], int) - copyOf(U[], int, Class<? extends T[]>) - Static method in class mondrian.olap.Util
-
Copies the specified array.
- cos(double) - Static method in class mondrian.olap.fun.vba.Vba
- cosh(double) - Static method in class mondrian.olap.fun.vba.Excel
- couldBeMember(Type) - Static method in class mondrian.olap.type.TypeUtil
- CouldNotLoadDefaultAggregateRules - Variable in class mondrian.resource.MondrianResource
-
CouldNotLoadDefaultAggregateRules
is 'Could not load default aggregate rules ''{0}''.
' - count(Evaluator, TupleIterable, boolean) - Static method in class mondrian.olap.fun.FunUtil
- Count - Static variable in class mondrian.rolap.RolapAggregator
- countColumn - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- Counters - Class in mondrian.util
-
A collection of counters.
- Counters() - Constructor for class mondrian.util.Counters
- countOnly - Variable in class mondrian.rolap.agg.AbstractQuerySpec
- CousinHierarchyMismatch - Variable in class mondrian.resource.MondrianResource
-
CousinHierarchyMismatch
is 'The member arguments to the Cousin function must be from the same hierarchy.
- CPOSTA_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- CPOSTA_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- CPREA_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- CPREA_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- create() - Method in class mondrian.olap.fun.UdfResolver.ClassUdfFactory
- create() - Method in interface mondrian.olap.fun.UdfResolver.UdfFactory
-
Creates a UDF.
- create(Double) - Static method in class mondrian.olap.Literal
-
Deprecated.
- create(Integer) - Static method in class mondrian.olap.Literal
-
Deprecated.
- create(BigDecimal) - Static method in class mondrian.olap.Literal
-
Creates a numeric literal.
- create(Axis[]) - Static method in class mondrian.rolap.Modulos.Generator
- create(Exp, MemberCalc[], boolean) - Static method in class mondrian.calc.impl.MemberValueCalc
- create(Member) - Method in class mondrian.rolap.RolapMemberBase.DefaultPropertyValueMapFactory
- create(Member) - Method in interface mondrian.rolap.RolapMemberBase.PropertyValueMapFactory
- create(RolapEvaluator, List<RolapMember>, boolean, boolean) - Static method in class mondrian.rolap.sql.MemberListCrossJoinArg
-
Creates an instance of
CrossJoinArg
, or returns null if the arguments are invalid. - create(Statement) - Static method in class mondrian.rolap.RolapEvaluator
-
Creates an evaluator.
- createAddCommand(Member) - Method in interface mondrian.olap.CacheControl
-
Creates a command to add a member to the cache.
- createAddCommand(Member) - Method in class mondrian.rolap.CacheControlImpl
- createAllAccess(Hierarchy) - Static method in class mondrian.olap.RoleImpl
-
Creates an element which represents all access to a hierarchy.
- createAnnotationMap(MondrianDef.Annotations) - Static method in class mondrian.rolap.RolapHierarchy
- createCalculatedMember(String) - Method in interface mondrian.olap.Cube
-
Creates a calculated member in this cube.
- createCalculatedMember(String) - Method in class mondrian.rolap.RolapCube
- createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.FunDefBase
- createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NamedSetCurrentFunDef
- createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
- createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NativizeSetFunDef
- createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.ParameterFunDef
- createCall(Validator, Exp[]) - Method in interface mondrian.olap.FunDef
-
Creates an expression which represents a call to this function with a given set of arguments.
- createCellFormatter(FormatterCreateContext) - Method in class mondrian.rolap.format.FormatterFactory
-
Given the name of a cell formatter class and/or a cell formatter script, returns a cell formatter.
- createCollapsed() - Method in class mondrian.rolap.aggmatcher.AggGen
-
Return a String containing the sql code to create a collapsed dimension table.
- createCompiler() - Method in class mondrian.olap.Query
- createCompoundCommand(List<CacheControl.MemberEditCommand>) - Method in interface mondrian.olap.CacheControl
-
Builds a compound command which is executed atomically.
- createCompoundCommand(List<CacheControl.MemberEditCommand>) - Method in class mondrian.rolap.CacheControlImpl
- createCompoundCommand(CacheControl.MemberEditCommand...) - Method in interface mondrian.olap.CacheControl
-
Builds a compound command which is executed atomically.
- createCompoundCommand(CacheControl.MemberEditCommand...) - Method in class mondrian.rolap.CacheControlImpl
- createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.impl.MondrianXmlaServlet
- createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.impl.Olap4jXmlaServlet
- createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.XmlaServlet
- createCrossjoinRegion(CacheControl.CellRegion...) - Method in interface mondrian.olap.CacheControl
-
Forms the cartesian product of two or more cell regions.
- createCrossjoinRegion(CacheControl.CellRegion...) - Method in class mondrian.rolap.CacheControlImpl
- createCube(String) - Method in interface mondrian.olap.Schema
-
Creates a cube by parsing an XML string.
- createCube(String) - Method in class mondrian.rolap.RolapSchema
- createDaily(Date, Date, TimeZone, Time, int) - Static method in class mondrian.util.Schedule
-
Creates a calendar which fires every day.
- createDeleteCommand(CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
-
Creates a command to delete a set of members from the member cache.
- createDeleteCommand(CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
- createDeleteCommand(Member) - Method in interface mondrian.olap.CacheControl
-
Creates a command to delete a member and its descendants from the member cache.
- createDeleteCommand(Member) - Method in class mondrian.rolap.CacheControlImpl
- createDependencyTestingCompiler(ExpCompiler) - Static method in class mondrian.rolap.RolapUtil
-
Creates a compiler which will generate programs which will test whether the dependencies declared via
Calc.dependsOn(Hierarchy)
are accurate. - createDialect() - Method in class mondrian.rolap.SqlStatement
-
For tests
- createDialect(DataSource, Connection) - Method in interface mondrian.spi.DialectFactory
-
Creates a Dialect.
- createDialect(DataSource, Connection) - Static method in class mondrian.spi.DialectManager
-
Creates a Dialect from a JDBC connection.
- createDialect(DataSource, Connection) - Method in class mondrian.spi.impl.JdbcDialectFactory
- createDialect(DataSource, Connection, String) - Static method in class mondrian.spi.DialectManager
-
Creates a Dialect from a JDBC connection, optionally specifying the name of the dialect class.
- createDialectHelper(DialectFactory, DataSource) - Static method in class mondrian.spi.impl.JdbcDialectFactory
-
Creates a temporary connection and calls
DialectFactory.createDialect(javax.sql.DataSource, java.sql.Connection)
. - createDimension(Cube, String) - Method in interface mondrian.olap.Schema
-
Creates a dimension in the given cube by parsing an XML string.
- createDimension(Cube, String) - Method in class mondrian.rolap.RolapSchema
- createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNativeRegistry
-
Returns the matching NativeEvaluator or null if
fun
can not be executed in SQL for the given context and arguments. - createEvaluator(Statement) - Static method in class mondrian.rolap.RolapUtil
-
Creates a dummy evaluator.
- createException(BitKey) - Method in class mondrian.rolap.BitKey.AbstractBitKey
- createExpr(OlapElement) - Static method in class mondrian.olap.Util
-
Converts an olap element (dimension, hierarchy, level or member) into an expression representing a usage of that element in an MDX statement.
- createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.MultiResolver
- createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ParameterFunDef.ParameterResolver
- createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ParameterFunDef.ParamRefResolver
- createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ReflectiveMultiResolver
- CreateIndexFailed - Variable in class mondrian.resource.MondrianResource
-
CreateIndexFailed
is 'Mondrian loader could not create index ''{0}'' on table ''{1}''.
' - createInExpr(String, StarColumnPredicate, Dialect.Datatype, SqlQuery) - Static method in class mondrian.rolap.RolapStar.Column
-
Generates a predicate that a column matches one of a list of values.
- createList(int) - Static method in class mondrian.calc.TupleCollections
-
Creates a list of given arity.
- createList(int, int) - Static method in class mondrian.calc.TupleCollections
-
Creates a list of given arity and initial capacity.
- createLocale(char, char, String, String, String, String, String[], String[], String[], String[], Locale) - Static method in class mondrian.util.Format
-
Create a
Format.FormatLocale
object characterized by the given properties. - createLocale(Locale) - Static method in class mondrian.util.Format
- createLost() - Method in class mondrian.rolap.aggmatcher.AggGen
-
Return a String containing the sql code to create a lost dimension table.
- createMany(int[]) - Static method in class mondrian.rolap.Modulos.Generator
- createMany(Axis[]) - Static method in class mondrian.rolap.Modulos.Generator
- createMeasuresRegion(Cube) - Method in interface mondrian.olap.CacheControl
-
Creates a region consisting of all measures in a given cube.
- createMeasuresRegion(Cube) - Method in class mondrian.rolap.CacheControlImpl
- createMember(Member, Level, String, Formula) - Method in interface mondrian.olap.Hierarchy
-
Creates a member of this hierarchy.
- createMember(Member, Level, String, Formula) - Method in class mondrian.rolap.RolapCubeHierarchy
- createMember(Member, Level, String, Formula) - Method in class mondrian.rolap.RolapHierarchy
- createMemberRegion(boolean, Member, boolean, Member, boolean) - Method in interface mondrian.olap.CacheControl
-
Creates a cell region consisting of a range between two members.
- createMemberRegion(boolean, Member, boolean, Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
- createMemberRegion(Member, boolean) - Method in interface mondrian.olap.CacheControl
-
Creates a cell region consisting of a single member.
- createMemberRegion(Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
- createMemberSet(boolean, Member, boolean, Member, boolean) - Method in interface mondrian.olap.CacheControl
-
Creates a member set consisting of a range between two members.
- createMemberSet(boolean, Member, boolean, Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
- createMemberSet(Member, boolean) - Method in interface mondrian.olap.CacheControl
-
Creates a member set containing either a single member, or a member and its descendants.
- createMemberSet(Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
- createMonthlyByDay(Date, Date, TimeZone, Time, int, int) - Static method in class mondrian.util.Schedule
-
Creates a calendar which fires on particular days of each month.
- createMonthlyByWeek(Date, Date, TimeZone, Time, int, int, int) - Static method in class mondrian.util.Schedule
-
Creates a calendar which fires on particular days of particular weeks of a month.
- createMoveCommand(Member, Member) - Method in interface mondrian.olap.CacheControl
-
Creates a command to Move a member (with its descendants) to a new location, that is to a new parent.
- createMoveCommand(Member, Member) - Method in class mondrian.rolap.CacheControlImpl
- createOnce(Date, TimeZone) - Static method in class mondrian.util.Schedule
-
Creates a calendar which fires only once.
- createOrLookupParam(boolean, String, Type, Exp, String) - Method in interface mondrian.olap.Validator
-
Creates or retrieves the parameter corresponding to a "Parameter" or "ParamRef" function call.
- createParser() - Method in class mondrian.olap.ConnectionBase
- createPinSet() - Method in class mondrian.rolap.agg.AggregationManager
- createPinSet() - Method in class mondrian.rolap.RolapAggregationManager
-
Creates a
RolapAggregationManager.PinSet
. - createProfilingCompiler(ExpCompiler) - Static method in class mondrian.rolap.RolapUtil
- createPropertyFormatter(FormatterCreateContext) - Method in class mondrian.rolap.format.FormatterFactory
-
Given the name of a property formatter class and/or a property formatter script, returns a property formatter.
- createRandom(long) - Static method in class mondrian.olap.Util
-
Creates a random number generator.
- createRolapMemberFormatter(FormatterCreateContext) - Method in class mondrian.rolap.format.FormatterFactory
-
Given the name of a member formatter class and/or a member formatter script, returns a member formatter.
- createRootRole(Schema) - Static method in class mondrian.olap.Util
-
Returns a role which has access to everything.
- createRow(ResultSet) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- createScenario() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- createScenario() - Method in class mondrian.rolap.RolapConnection
-
Helper method to allow olap4j wrappers to implement
OlapConnection.createScenario()
. - createScopedNamedSet(String, QueryPart, Exp) - Method in class mondrian.olap.Query
-
Creates a named set defined by an alias.
- createSecureDocBuilderFactory() - Static method in class mondrian.util.XmlParserFactoryProducer
-
Creates an instance of
DocumentBuilderFactory
class with enabledXMLConstants.FEATURE_SECURE_PROCESSING
property. - createSecureSAXParserFactory() - Static method in class mondrian.util.XmlParserFactoryProducer
-
Creates an instance of
SAXParserFactory
class with enabledXMLConstants.FEATURE_SECURE_PROCESSING
property. - createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Return an immutable, final and serializable implementation of a SegmentBody in order to cache this dataset.
- createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) - Method in interface mondrian.olap.CacheControl
-
Creates a command to several properties changes over a set of members.
- createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) - Method in class mondrian.rolap.CacheControlImpl
- createSetPropertyCommand(Member, String, Object) - Method in interface mondrian.olap.CacheControl
-
Creates a command to change one property of a member.
- createSetPropertyCommand(Member, String, Object) - Method in class mondrian.rolap.CacheControlImpl
- createSimpleValidator(FunTable) - Static method in class mondrian.olap.Util
-
Creates a very simple implementation of
Validator
. - createStatement() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- createStatement(int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- createStatement(int, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- createString(String) - Static method in class mondrian.olap.Literal
-
Creates a string literal.
- createSymbol(String) - Static method in class mondrian.olap.Literal
-
Creates a symbol.
- CreateTableFailed - Variable in class mondrian.resource.MondrianResource
-
CreateTableFailed
is 'Mondrian loader could not create table ''{0}''.
' - createUdf(Class<? extends UserDefinedFunction>, String) - Static method in class mondrian.olap.Util
-
Creates a new udf instance from the given udf class.
- createUnionRegion(CacheControl.CellRegion...) - Method in interface mondrian.olap.CacheControl
-
Forms the union of two or more cell regions.
- createUnionRegion(CacheControl.CellRegion...) - Method in class mondrian.rolap.CacheControlImpl
- createUnionSet(CacheControl.MemberSet...) - Method in interface mondrian.olap.CacheControl
-
Forms the union of two or more member sets.
- createUnionSet(CacheControl.MemberSet...) - Method in class mondrian.rolap.CacheControlImpl
- createValidator() - Method in class mondrian.olap.Query
-
Creates a validator for this query.
- createValidator(Map<QueryPart, QueryPart>) - Method in class mondrian.olap.Query
- createValidator(FunTable, boolean) - Method in class mondrian.olap.Query
-
Creates a validator for this query that uses a given function table and function validation policy.
- createValidator(FunTable, boolean, Map<QueryPart, QueryPart>) - Method in class mondrian.olap.Query
- createWeekly(Date, Date, TimeZone, Time, int, int) - Static method in class mondrian.util.Schedule
-
Creates a calendar which fires on particular days each week.
- createWithRepository(RepositoryContentFinder, CatalogLocator) - Static method in class mondrian.olap.MondrianServer
-
Creates a server.
- createWithRepository(RepositoryContentFinder, CatalogLocator) - Method in class mondrian.server.MondrianServerRegistry
- CreationException - Exception in mondrian.util
- CreationException() - Constructor for exception mondrian.util.CreationException
- CreationException(String) - Constructor for exception mondrian.util.CreationException
- CreationException(String, Throwable) - Constructor for exception mondrian.util.CreationException
- CreationException(Throwable) - Constructor for exception mondrian.util.CreationException
- CrossJoinAnalyzer(TupleList, NativizeSetFunDef.SubstitutionMap) - Constructor for class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
- CrossJoinArg - Interface in mondrian.rolap.sql
-
"Light version" of a
TupleConstraint
, represents one of member.children, level.members, member.descendants, {enumeration}. - crossJoinArgFactory() - Method in class mondrian.rolap.RolapNativeSet
- CrossJoinArgFactory - Class in mondrian.rolap.sql
-
Creates CrossJoinArgs for use in constraining SQL queries.
- CrossJoinArgFactory(boolean) - Constructor for class mondrian.rolap.sql.CrossJoinArgFactory
- CrossJoinFunDef - Class in mondrian.olap.fun
-
Definition of the
CrossJoin
MDX function. - CrossJoinFunDef(FunDef) - Constructor for class mondrian.olap.fun.CrossJoinFunDef
- CrossJoinOptimizerSize - Variable in class mondrian.olap.MondrianProperties
-
Property that defines when to apply the crossjoin optimization algorithm.
- cube - Variable in class mondrian.olap.MondrianDef.CubeGrant
- Cube - mondrian.xmla.PropertyDefinition
- Cube - Interface in mondrian.olap
-
Cube.
- Cube - Static variable in class mondrian.olap.Category
-
Cube
is a cube expression. - Cube() - Constructor for class mondrian.olap.MondrianDef.Cube
- Cube(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Cube
- CUBE_NAME - Static variable in class mondrian.olap.CubeBase
- CUBE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the current cube.
- CUBE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- CubeAccess - Class in mondrian.olap
-
This class implements object of type GrantCube to apply permissions on user's MDX query
- CubeAccess(Cube) - Constructor for class mondrian.olap.CubeAccess
-
Creates a CubeAccess object.
- CubeBase - Class in mondrian.olap
-
CubeBase
is an abstract implementation ofCube
. - CubeBase(String, String, boolean, String, Dimension[]) - Constructor for class mondrian.olap.CubeBase
-
Creates a CubeBase.
- CubeComparator() - Constructor for class mondrian.rolap.RolapCube.CubeComparator
- CubeDimension() - Constructor for class mondrian.olap.MondrianDef.CubeDimension
- CubeDimension(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CubeDimension
- CubeGrant() - Constructor for class mondrian.olap.MondrianDef.CubeGrant
- CubeGrant(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CubeGrant
- cubeGrants - Variable in class mondrian.olap.MondrianDef.SchemaGrant
- cubeLevel - Variable in class mondrian.rolap.RolapCubeMember
- cubeName - Variable in class mondrian.olap.MondrianDef.CubeUsage
- cubeName - Variable in class mondrian.olap.MondrianDef.VirtualCubeDimension
- cubeName - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- cubeName - Variable in class mondrian.spi.SegmentHeader
- CubeRelationNotTable - Variable in class mondrian.resource.MondrianResource
-
CubeRelationNotTable
is 'The Cube ''{0}'' relation is not a MondrianDef.Table but rather ''{1}''.
' - cubes - Variable in class mondrian.olap.MondrianDef.Schema
-
Cubes in this schema.
- cubeSource - Variable in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
-
cubeSource is passed as our member builder
- cubeSource - Variable in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
-
cubeSource is passed as our member builder
- CubeType - Class in mondrian.olap.type
-
The type of an expression which represents a Cube or Virtual Cube.
- CubeType(Cube) - Constructor for class mondrian.olap.type.CubeType
-
Creates a type representing a cube.
- cubeUsage - Variable in class mondrian.olap.MondrianDef.VirtualCube
- CubeUsage() - Constructor for class mondrian.olap.MondrianDef.CubeUsage
- CubeUsage(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CubeUsage
- cubeUsages - Variable in class mondrian.olap.MondrianDef.CubeUsages
- CubeUsages() - Constructor for class mondrian.olap.MondrianDef.CubeUsages
- CubeUsages(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.CubeUsages
- curChar - Variable in class mondrian.parser.MdxParserImplTokenManager
- Currency - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- current() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- current() - Method in interface mondrian.calc.TupleCursor
-
Returns the tuple that this cursor is positioned on.
- CurrentDateMemberExactUdf - Class in mondrian.udf
-
User-defined function
CurrentDateMember
. - CurrentDateMemberExactUdf() - Constructor for class mondrian.udf.CurrentDateMemberExactUdf
- CurrentDateMemberUdf - Class in mondrian.udf
-
User-defined function
CurrentDateMember
. - CurrentDateMemberUdf() - Constructor for class mondrian.udf.CurrentDateMemberUdf
- CurrentDateStringUdf - Class in mondrian.udf
-
User-defined function
CurrentDateString
, which returns the current date value as a formatted string, based on a format string passed in as a parameter.
- CurrentDateStringUdf() - Constructor for class mondrian.udf.CurrentDateStringUdf
- currentElement() - Method in class mondrian.olap.Walker
-
returns the current object.
- currentIsEmpty() - Method in interface mondrian.olap.Evaluator
-
Returns whether the current context is an empty cell.
- currentIsEmpty() - Method in class mondrian.rolap.RolapEvaluator
- currentMember() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
-
Returns the current member in the named set.
- currentMember() - Method in interface mondrian.olap.Evaluator.SetEvaluator
-
Returns the current member in the named set.
- CurrentMemberWithCompoundSlicer - Variable in class mondrian.resource.MondrianResource
-
CurrentMemberWithCompoundSlicer
is 'The MDX function CURRENTMEMBER failed because the coordinate for the ''{0}'' hierarchy contains a set
' - CurrentMemberWithCompoundSlicerAlert - Variable in class mondrian.olap.MondrianProperties
-
Alerting action to take when a CurrentMember function is applied to a dimension that is also a compound slicer
- currentOrdinal() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
-
Returns the ordinal of the current member or tuple in the named set.
- currentOrdinal() - Method in interface mondrian.olap.Evaluator.SetEvaluator
-
Returns the ordinal of the current member or tuple in the named set.
- currentToArray(Member[], int) - Method in class mondrian.calc.impl.AbstractTupleCursor
- currentToArray(Member[], int) - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- currentToArray(Member[], int) - Method in interface mondrian.calc.TupleCursor
-
Writes the member(s) of the next tuple to a given offset in an array.
- currentToken - Variable in exception mondrian.parser.ParseException
-
This is the last token that has been consumed successfully.
- currentTuple() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
-
Returns the current tuple in the named set.
- currentTuple() - Method in interface mondrian.olap.Evaluator.SetEvaluator
-
Returns the current tuple in the named set.
- cursor - Variable in class mondrian.util.UnsupportedList.Itr
- CUSTOM - mondrian.olap.Access
-
A grant that covers none of the children unless explicitly granted.
- CustomizedFunctionTable - Class in mondrian.olap.fun
-
Interface to build a customized function table, selecting functions from the set of supported functions in an instance of
BuiltinFunTable
. - CustomizedFunctionTable(Set<String>) - Constructor for class mondrian.olap.fun.CustomizedFunctionTable
- CustomizedFunctionTable(Set<String>, Set<FunDef>) - Constructor for class mondrian.olap.fun.CustomizedFunctionTable
- CycleDuringParameterEvaluation - Variable in class mondrian.resource.MondrianResource
-
CycleDuringParameterEvaluation
is 'Cycle occurred while evaluating parameter ''{0}''
'
D
- databaseProduct - Variable in class mondrian.spi.impl.JdbcDialectImpl
-
Major database product (or null if product is not a common one)
- DataObject - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- DataSource - mondrian.rolap.RolapConnectionProperties
-
The "DataSource" property is the name of a data source class.
- DataSource() - Constructor for class mondrian.xmla.DataSourcesConfig.DataSource
- DataSource(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.DataSource
- DATASOURCE_DESCRIPTION - Static variable in class mondrian.tui.XmlaSupport
- DATASOURCE_INFO - Static variable in class mondrian.tui.XmlaSupport
- DATASOURCE_NAME - Static variable in class mondrian.tui.XmlaSupport
- dataSourceChangeListener(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
DataSourceChangeListener
SPI based on a script. - DataSourceChangeListener - mondrian.rolap.RolapConnectionProperties
-
The name of a class implementing the
DataSourceChangeListener
interface. - DataSourceChangeListener - Interface in mondrian.spi
-
Deprecated.Will be removed with Mondrian 4.0.
- DataSourceChangeListenerImpl - Class in mondrian.spi.impl
-
Default implementation of a data source change listener that always returns that the datasource is unchanged.
- DataSourceChangeListenerImpl() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl
-
Creates a new instance of DataSourceChangeListenerImpl
- DataSourceChangeListenerImpl2 - Class in mondrian.spi.impl
-
Default implementation of a data source change listener that always returns that the datasource is changed.
- DataSourceChangeListenerImpl2() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl2
-
Creates a new instance of DataSourceChangeListenerImpl2
- DataSourceChangeListenerImpl3 - Class in mondrian.spi.impl
-
Default implementation of a data source change listener that always returns that the datasource is changed.
- DataSourceChangeListenerImpl3() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl3
-
Creates a new instance of DataSourceChangeListenerImpl2
- DataSourceChangeListenerImpl4 - Class in mondrian.spi.impl
-
Default implementation of a data source change listener that always returns that the datasource is changed.
- DataSourceChangeListenerImpl4() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl4
-
Creates a new instance of DataSourceChangeListenerImpl2
- DataSourceChangeListenerImpl4(int, int) - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl4
- DataSourceDescription - Static variable in class mondrian.xmla.DataSourcesConfig
- dataSourceInfo - Variable in class mondrian.xmla.DataSourcesConfig.Catalog
-
ConnectString of Mondrian (minus the catalog entry).
- dataSourceInfo - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
ConnectString of Mondrian (minus the catalog entry).
- DataSourceInfo - mondrian.xmla.PropertyDefinition
- DataSourceInfo - Static variable in class mondrian.xmla.DataSourcesConfig
- DataSourceName - Static variable in class mondrian.xmla.DataSourcesConfig
- dataSourceResolver(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
DataSourceResolver
SPI based on a script. - DataSourceResolver - Interface in mondrian.spi
-
Plugin class that resolves data source name to
DataSource
object. - DataSourceResolverClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the name of the plugin class that resolves data source names to
DataSource
objects. - dataSources - Variable in class mondrian.server.DynamicContentFinder
- dataSources - Variable in class mondrian.xmla.DataSourcesConfig.DataSources
-
The list of data sources supported by XMLA service.
- DataSources() - Constructor for class mondrian.xmla.DataSourcesConfig.DataSources
- DataSources(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.DataSources
- DataSourcesConfig - Class in mondrian.xmla
-
This is the XML model for XMLA DataSources Configuration.
- DataSourcesConfig() - Constructor for class mondrian.xmla.DataSourcesConfig
- DataSourcesConfig.Catalog - Class in mondrian.xmla
- DataSourcesConfig.Catalogs - Class in mondrian.xmla
-
The list of catalogs associated with a data source.
- DataSourcesConfig.DataSource - Class in mondrian.xmla
-
Definition of a data source.
- DataSourcesConfig.DataSources - Class in mondrian.xmla
-
The list of data sources supported by XMLA service.
- datatype - Variable in class mondrian.olap.MondrianDef.Measure
- DATATYPE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the datatype of a cell.
- DATATYPE_ORDINAL - Static variable in class mondrian.olap.Property
- date() - Static method in class mondrian.olap.fun.vba.Vba
- Date - mondrian.spi.Dialect.Datatype
- Date - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- DATE_FORMAT_HEADER - Static variable in class mondrian.tui.MockHttpServletRequest
- DATE_FORMAT_HEADER - Static variable in class mondrian.tui.MockHttpServletResponse
- dateAdd(String, double, Date) - Static method in class mondrian.olap.fun.vba.Vba
- dateDiff(String, Date, Date) - Static method in class mondrian.olap.fun.vba.Vba
- dateDiff(String, Date, Date, int) - Static method in class mondrian.olap.fun.vba.Vba
- dateDiff(String, Date, Date, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- datePart(String, Date) - Static method in class mondrian.olap.fun.vba.Vba
- datePart(String, Date, int) - Static method in class mondrian.olap.fun.vba.Vba
- datePart(String, Date, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- dateSerial(int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- DateTime - Static variable in class mondrian.olap.Category
-
Represents a DataTime expression.
- DateTimeCalc - Interface in mondrian.calc
-
Compiled expression whose result is a
Date
, representing an MDX DateTime value. - DateTimeType - Class in mondrian.olap.type
-
The type of an expression representing a date, time or timestamp.
- DateTimeType() - Constructor for class mondrian.olap.type.DateTimeType
-
Creates a DateTime type.
- dateValue(Date) - Static method in class mondrian.olap.fun.vba.Vba
- day(Date) - Static method in class mondrian.olap.fun.vba.Vba
- DB2 - mondrian.spi.Dialect.DatabaseProduct
- DB2_AS400 - mondrian.spi.Dialect.DatabaseProduct
- DB2_OLD_AS400 - mondrian.spi.Dialect.DatabaseProduct
- Db2Dialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the IBM DB2 database. - Db2Dialect(Connection) - Constructor for class mondrian.spi.impl.Db2Dialect
-
Creates a Db2Dialect.
- Db2OldAs400Dialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for old versions of the IBM DB2/AS400 database. - Db2OldAs400Dialect(Connection) - Constructor for class mondrian.spi.impl.Db2OldAs400Dialect
-
Creates a Db2OldAs400Dialect.
- DBSCHEMA_CATALOGS - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DBSCHEMA_COLUMNS - mondrian.xmla.RowsetDefinition
-
restrictions Not supported COLUMN_OLAP_TYPE
- DBSCHEMA_PROVIDER_TYPES - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DBSCHEMA_SCHEMATA - mondrian.xmla.RowsetDefinition
- DBSCHEMA_TABLES - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126299(SQL.90).aspx restrictions: TABLE_CATALOG Optional TABLE_SCHEMA Optional TABLE_NAME Optional TABLE_TYPE Optional TABLE_OLAP_TYPE Optional Not supported
- DBSCHEMA_TABLES_INFO - mondrian.xmla.RowsetDefinition
-
http://msdn.microsoft.com/library/en-us/oledb/htm/ oledbtables_info_rowset.asp restrictions Not supported
- dbTimeMillis() - Static method in class mondrian.olap.Util
-
Deprecated.Use
Monitor.getServer()
andServerInfo.sqlStatementExecuteNanos
; will be removed in 4.0. - dDB(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- dDB(double, double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- debug - Variable in class mondrian.olap.Scanner
- debug(String) - Method in class mondrian.tui.CmdRunner
- debug(String, String) - Static method in class mondrian.olap.fun.LinReg
- debug(Document) - Static method in class mondrian.web.taglib.DomBuilder
- DEBUG - Static variable in class mondrian.olap.Util
-
Flag to control expensive debugging.
- debugStream - Variable in class mondrian.parser.MdxParserImplTokenManager
-
Debug output.
- Decimal - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- DECIMAL - mondrian.rolap.SqlStatement.Type
- DECIMAL_NUMERIC_LITERAL - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- DecimalType - Class in mondrian.olap.type
-
Subclass of
NumericType
which guarantees fixed number of decimal places. - DecimalType(int, int) - Constructor for class mondrian.olap.type.DecimalType
-
Creates a decimal type with precision and scale.
- decode(byte[], int, int) - Static method in class mondrian.util.Base64
-
Very low-level access to decoding ASCII characters in the form of a byte array.
- decode(String) - Static method in class mondrian.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- DECODE - Static variable in class mondrian.util.Base64
-
Specify decoding.
- decodeCategory(String, int) - Static method in class mondrian.olap.fun.FunUtil
-
Decodes the
offset
th character of an encoded method signature into a type category. - decodeFromFile(String) - Static method in class mondrian.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeParameterCategories(String) - Static method in class mondrian.olap.fun.FunUtil
-
Decodes a string of parameter types into an array of type codes.
- decodeReturnCategory(String) - Static method in class mondrian.olap.fun.FunUtil
-
Decodes the signature of a function into a category code which describes the return type of the operator.
- decodeSyntacticType(String) - Static method in class mondrian.olap.fun.FunUtil
-
Decodes the syntactic type of an operator.
- decodeToFile(String, String) - Static method in class mondrian.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class mondrian.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
- deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.ImpalaDialect
- deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.MySqlDialect
- deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.NuoDbDialect
-
The NuoDB JDBC driver lists " " as the string to use for quoting, but we know better.
- deduceMaxColumnNameLength(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
- deduceMaxColumnNameLength(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceProductName(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceProductName(DatabaseMetaData) - Method in class mondrian.spi.impl.MariaDBDialect
- deduceProductName(DatabaseMetaData) - Method in class mondrian.spi.impl.MySqlDialect
- deduceProductVersion(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceReadOnly(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
- deduceReadOnly(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceSupportedResultSetStyles(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
- deduceSupportedResultSetStyles(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
- deduceSupportsSelectNotInGroupBy(Connection) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Detects whether the database is configured to permit queries that include columns in the SELECT that are not also in the GROUP BY.
- deduceSupportsSelectNotInGroupBy(Connection) - Method in class mondrian.spi.impl.MySqlDialect
- Deep - mondrian.xmla.PropertyDefinition
- DEFAULT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
Lexical state.
- DEFAULT_CAPACITY - Static variable in class mondrian.util.ObjectPool
- DEFAULT_DATASOURCE_FILE - Static variable in class mondrian.xmla.impl.MondrianXmlaServlet
- DEFAULT_MAX_LOAD_FACTOR - Static variable in class mondrian.util.ObjectPool
- DEFAULT_MIN_LOAD_FACTOR - Static variable in class mondrian.util.ObjectPool
- DEFAULT_MSG_LIMIT - Static variable in class mondrian.recorder.AbstractRecorder
- DefaultDef - Class in mondrian.rolap.aggmatcher
-
This is the XML model for defining default aggregate table recognition and level/measure mapping.
- DefaultDef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef
- DefaultDef.AggRule - Class in mondrian.rolap.aggmatcher
-
A RolapConnection uses one AggRule.
- DefaultDef.AggRules - Class in mondrian.rolap.aggmatcher
-
The set of "named" rules for matching aggregate tables.
- DefaultDef.Base - Class in mondrian.rolap.aggmatcher
-
Base is the base class for all of the elements.
- DefaultDef.CaseMatcher - Class in mondrian.rolap.aggmatcher
-
This is a base class for all elements that can match strings where the case of the string is important.
- DefaultDef.FactCountMatch - Class in mondrian.rolap.aggmatcher
-
This is used to identify the "fact_count" column in an aggregate table.
- DefaultDef.FactCountMatchRef - Class in mondrian.rolap.aggmatcher
- DefaultDef.ForeignKeyMatch - Class in mondrian.rolap.aggmatcher
-
This is used to identify foreign key columns in a candidate aggregate table given the name of a foreign key column of the base fact table.
- DefaultDef.ForeignKeyMatchRef - Class in mondrian.rolap.aggmatcher
- DefaultDef.IgnoreMap - Class in mondrian.rolap.aggmatcher
-
This is the template used to specify columns to be ignored.
- DefaultDef.IgnoreMapRef - Class in mondrian.rolap.aggmatcher
- DefaultDef.LevelMap - Class in mondrian.rolap.aggmatcher
-
This is the template that maps from a combination of level usage_prefix hierarchy_name level_name level_column_name
- DefaultDef.LevelMapRef - Class in mondrian.rolap.aggmatcher
- DefaultDef.Mapper - Class in mondrian.rolap.aggmatcher
-
This allows one to create an element that matches against a single template, where the template is an attribute.
- DefaultDef.MeasureMap - Class in mondrian.rolap.aggmatcher
-
This is the template that maps from a combination of measure measure_name, measure_column_name, and aggregate_name ("count", "sum", "avg", "min", "max", "distinct-count").
- DefaultDef.MeasureMapRef - Class in mondrian.rolap.aggmatcher
- DefaultDef.NameMatcher - Class in mondrian.rolap.aggmatcher
-
A NameMatcher is a CaseMatcher that prepends and appends regular expressions to a given string as part of creating the matching regular expression.
- DefaultDef.Ref - Class in mondrian.rolap.aggmatcher
- DefaultDef.Regex - Class in mondrian.rolap.aggmatcher
-
This element is used in a vector of child elements when one wishes to have one or more regular expressions associated with matching a given string.
- DefaultDef.RegexMapper - Class in mondrian.rolap.aggmatcher
- DefaultDef.TableMatch - Class in mondrian.rolap.aggmatcher
-
This is used to identify which tables in the database might be aggregate table of a given fact table.
- DefaultDef.TableMatchRef - Class in mondrian.rolap.aggmatcher
- defaultMeasure - Variable in class mondrian.olap.MondrianDef.Cube
- defaultMeasure - Variable in class mondrian.olap.MondrianDef.VirtualCube
- defaultMember - Variable in class mondrian.olap.MondrianDef.Hierarchy
- DefaultMemberChildrenConstraint - Class in mondrian.rolap
-
Restricts the SQL result set to the parent member of a MemberChildren query.
- DefaultMemberChildrenConstraint() - Constructor for class mondrian.rolap.DefaultMemberChildrenConstraint
- DefaultPropertyValueMapFactory() - Constructor for class mondrian.rolap.RolapMemberBase.DefaultPropertyValueMapFactory
- defaultRole - Variable in class mondrian.olap.MondrianDef.Schema
- DefaultRules - Class in mondrian.rolap.aggmatcher
-
Container for the default aggregate recognition rules.
- DefaultSaxWriter - Class in mondrian.xmla.impl
-
Default implementation of
SaxWriter
. - DefaultSaxWriter(OutputStream) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
-
Creates a DefaultSaxWriter writing to an
OutputStream
. - DefaultSaxWriter(OutputStream, String) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
- DefaultSaxWriter(PrintWriter, int) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
-
Creates a DefaultSaxWriter writing to a
PrintWriter
. - DefaultSaxWriter(Writer) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
-
Creates a
SAXWriter
writing to aWriter
. - DefaultSaxWriter.StringAttributes - Class in mondrian.xmla.impl
-
List of SAX attributes based upon a string array.
- DefaultTupleConstraint - Class in mondrian.rolap
-
TupleConstraint which does not restrict the result.
- DefaultTupleConstraint() - Constructor for class mondrian.rolap.DefaultTupleConstraint
- defaultValue - Variable in class mondrian.olap.MondrianDef.Parameter
- DefaultXmlaRequest - Class in mondrian.xmla.impl
-
Default implementation of
XmlaRequest
by DOM API. - DefaultXmlaRequest(Element, String, String, String, String) - Constructor for class mondrian.xmla.impl.DefaultXmlaRequest
- DefaultXmlaResponse - Class in mondrian.xmla.impl
-
Default implementation of
XmlaResponse
. - DefaultXmlaResponse(OutputStream, String, Enumeration.ResponseMimeType) - Constructor for class mondrian.xmla.impl.DefaultXmlaResponse
- DefaultXmlaServlet - Class in mondrian.xmla.impl
-
Default implementation of XML/A servlet.
- DefaultXmlaServlet() - Constructor for class mondrian.xmla.impl.DefaultXmlaServlet
- DEFER_NODE_EXPANSION - Static variable in class mondrian.tui.XmlUtil
- define(FunInfo) - Method in interface mondrian.olap.FunTable.Builder
-
Defines a function info that is not matchd by an actual function.
- define(Resolver) - Method in interface mondrian.olap.FunTable.Builder
-
Defines a resolver that will resolve overloaded function calls to function definitions.
- define(FunDef) - Method in interface mondrian.olap.FunTable.Builder
-
Defines a function.
- defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.BuiltinFunTable
- defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.CustomizedFunctionTable
- defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.GlobalFunTable
- defineFunctions(FunTable.Builder) - Method in interface mondrian.olap.FunTable
-
This method is called from the constructor, to define the set of functions and reserved words recognized.
- defineReserved(String) - Method in interface mondrian.olap.FunTable.Builder
-
Defines a reserved word.
- definition - Variable in class mondrian.xmla.DataSourcesConfig.Catalog
-
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml".
- Definition - Static variable in class mondrian.xmla.DataSourcesConfig
- degrees(double) - Static method in class mondrian.olap.fun.vba.Excel
- DelegatingExpCompiler - Class in mondrian.calc.impl
-
Abstract implementation of
ExpCompiler
- DelegatingExpCompiler(ExpCompiler) - Constructor for class mondrian.calc.impl.DelegatingExpCompiler
- DelegatingHierarchyAccess(Role.HierarchyAccess) - Constructor for class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
-
Creates a DelegatingHierarchyAccess.
- DelegatingInvocationHandler - Class in mondrian.util
-
A class derived from
DelegatingInvocationHandler
handles a method call by looking for a method in itself with identical parameters. - DelegatingInvocationHandler() - Constructor for class mondrian.util.DelegatingInvocationHandler
- DelegatingRolapMember - Class in mondrian.rolap
-
Implementation of
RolapMember
that delegates all calls to an underlying member. - DelegatingRolapMember(RolapMember) - Constructor for class mondrian.rolap.DelegatingRolapMember
- DelegatingRole - Class in mondrian.olap
- DelegatingRole(Role) - Constructor for class mondrian.olap.DelegatingRole
-
Creates a DelegatingRole.
- DelegatingSchemaReader - Class in mondrian.olap
-
DelegatingSchemaReader
implementsSchemaReader
by delegating all methods to an underlyingSchemaReader
. - DelegatingSchemaReader(SchemaReader) - Constructor for class mondrian.olap.DelegatingSchemaReader
-
Creates a DelegatingSchemaReader.
- DelegatingTupleList - Class in mondrian.calc.impl
-
Implementation of
TupleList
based on a list ofList<Member>
tuples. - DelegatingTupleList(int, List<List<Member>>) - Constructor for class mondrian.calc.impl.DelegatingTupleList
-
Creates a DelegatingTupleList.
- dependsOn(Hierarchy) - Method in interface mondrian.calc.Calc
-
Returns whether this expression depends upon a given hierarchy.
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.AbstractCalc
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.ConstantCalc
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.MemberArrayValueCalc
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.MemberValueCalc
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.TupleValueCalc
- dependsOn(Hierarchy) - Method in class mondrian.calc.impl.ValueCalc
- dependsOn(Hierarchy) - Method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- dependsOn(Hierarchy) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
- dependsOn(Hierarchy) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
- dependsOnLevelValue - Variable in class mondrian.olap.MondrianDef.Property
- deprecated(T) - Static method in class mondrian.olap.Util
-
Deprecated.
- deprecated(T, boolean) - Static method in class mondrian.olap.Util
-
Deprecated.
- depth - Variable in class mondrian.olap.LevelBase
- DEPTH - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the level depth of a member.
- DEPTH_ORDINAL - Static variable in class mondrian.olap.Property
- DERBY - mondrian.spi.Dialect.DatabaseProduct
- DerbyDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Apache Derby database. - DerbyDialect(Connection) - Constructor for class mondrian.spi.impl.DerbyDialect
-
Creates a DerbyDialect.
- deregister(LockBox.Entry) - Method in class mondrian.util.LockBox
-
Removes an entry from the lock box.
- DESC - mondrian.olap.fun.sort.Sorter.Flag
- DescendantsAppliedToSetOfTuples - Variable in class mondrian.resource.MondrianResource
-
DescendantsAppliedToSetOfTuples
is 'Argument to Descendants function must be a member or set of members, not a set of tuples
' - DescendantsCrossJoinArg - Class in mondrian.rolap.sql
-
Represents one of: Level.Members: member == null and level != null Member.Children: member != null and level = member.getLevel().getChildLevel() Member.Descendants: member != null and level == some level below member.getLevel()
- DescendantsCrossJoinArg(RolapLevel, RolapMember) - Constructor for class mondrian.rolap.sql.DescendantsCrossJoinArg
- descending - Variable in enum mondrian.olap.fun.sort.Sorter.Flag
- DescendingValueComparator() - Constructor for class mondrian.olap.fun.FunUtil.DescendingValueComparator
- describe(StringBuilder) - Method in class mondrian.rolap.agg.ListColumnPredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.ListPredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.MemberColumnPredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.MinusStarPredicate
- describe(StringBuilder) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- describe(StringBuilder) - Method in interface mondrian.rolap.agg.Segment.ExcludedRegion
-
Describes this exclusion region in a human readable way.
- describe(StringBuilder) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- describe(StringBuilder) - Method in interface mondrian.rolap.StarPredicate
-
Appends a description of this predicate to a
StringBuilder
. - describeAxes(StringBuilder, int, boolean) - Method in class mondrian.rolap.agg.Segment
- describeAxes(StringBuilder, int, boolean) - Method in class mondrian.rolap.agg.SegmentWithData
- description - Variable in class mondrian.olap.DimensionBase
- description - Variable in class mondrian.olap.EnumeratedValues.BasicValue
- description - Variable in class mondrian.olap.HierarchyBase
- description - Variable in class mondrian.olap.LevelBase
- description - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- description - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- description - Variable in class mondrian.olap.MondrianDef.Cube
- description - Variable in class mondrian.olap.MondrianDef.CubeDimension
- description - Variable in class mondrian.olap.MondrianDef.Hierarchy
- description - Variable in class mondrian.olap.MondrianDef.Level
- description - Variable in class mondrian.olap.MondrianDef.Measure
- description - Variable in class mondrian.olap.MondrianDef.NamedSet
- description - Variable in class mondrian.olap.MondrianDef.Parameter
- description - Variable in class mondrian.olap.MondrianDef.Property
- description - Variable in class mondrian.olap.MondrianDef.Schema
- description - Variable in class mondrian.olap.MondrianDef.VirtualCube
- description - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
Description.
- description - Variable in class mondrian.xmla.Enumeration
- description - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- DESCRIPTION - mondrian.olap.OlapElement.LocalizedProperty
- DESCRIPTION - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the description of this member.
- DESCRIPTION_ORDINAL - Static variable in class mondrian.olap.Property
- destroy() - Method in class mondrian.web.servlet.MdxQueryServlet
-
Destroys the servlet.
- destroy() - Method in class mondrian.xmla.impl.DynamicDatasourceXmlaServlet
- destroy() - Method in class mondrian.xmla.impl.MondrianXmlaServlet
- destroy(ServletContextEvent) - Method in class mondrian.web.taglib.ApplResources
- desubstitute(RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
- desubstitute(RolapMember) - Method in class mondrian.rolap.SmartMemberReader
- dialect - Variable in class mondrian.olap.MondrianDef.SQL
- Dialect - Interface in mondrian.spi
-
Description of an SQL dialect.
- Dialect.DatabaseProduct - Enum in mondrian.spi
-
Enumeration of common database types.
- Dialect.Datatype - Enum in mondrian.spi
-
Datatype of a column.
- DialectFactory - Interface in mondrian.spi
-
Factory that creates
Dialect
objects. - DialectManager - Class in mondrian.spi
-
Manages
Dialect
andDialectFactory
objects. - DialectUtil - Class in mondrian.spi
- DialectUtil() - Constructor for class mondrian.spi.DialectUtil
- digestMd5(String) - Static method in class mondrian.olap.Util
-
Creates an MD5 hash of a String.
- digestSha256(String) - Static method in class mondrian.olap.Util
-
Parses a string and returns a SHA-256 checksum of it.
- DIGIT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- dimension - Variable in class mondrian.olap.HierarchyBase
- dimension - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- dimension - Variable in class mondrian.olap.MondrianDef.DimensionGrant
- Dimension - Interface in mondrian.olap
-
A
Dimension
represents a dimension of a cube. - Dimension - Static variable in class mondrian.olap.Category
-
Dimension
is a dimension expression. - Dimension() - Constructor for class mondrian.olap.MondrianDef.Dimension
- Dimension(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Dimension
- DIMENSION - Static variable in interface mondrian.olap.ParserSym
- DIMENSION - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- DIMENSION_UNIQUE_NAME - Static variable in class mondrian.olap.CubeBase
- DIMENSION_UNIQUE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the unique name of the current dimension.
- DIMENSION_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- DimensionBase - Class in mondrian.olap
-
Abstract implementation for a
Dimension
. - DimensionBase(String, String, boolean, String, DimensionType, boolean) - Constructor for class mondrian.olap.DimensionBase
-
Creates a DimensionBase.
- DimensionCalc - Interface in mondrian.calc
-
Expression which yields a
Dimension
. - DimensionExpr - Class in mondrian.mdx
-
Usage of a
Dimension
as an MDX expression. - DimensionExpr(Dimension) - Constructor for class mondrian.mdx.DimensionExpr
-
Creates a dimension expression.
- DimensionGrant() - Constructor for class mondrian.olap.MondrianDef.DimensionGrant
- DimensionGrant(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.DimensionGrant
- dimensionGrants - Variable in class mondrian.olap.MondrianDef.CubeGrant
- dimensions - Variable in class mondrian.olap.CubeBase
- dimensions - Variable in class mondrian.olap.MondrianDef.Cube
- dimensions - Variable in class mondrian.olap.MondrianDef.Schema
-
Shared dimensions in this schema.
- dimensions - Variable in class mondrian.olap.MondrianDef.VirtualCube
- dimensionType - Variable in class mondrian.olap.DimensionBase
- DimensionType - Class in mondrian.olap.type
-
The type of an expression which represents a Dimension.
- DimensionType - Enum in mondrian.olap
-
Enumerates the types of dimensions.
- DimensionType(Dimension) - Constructor for class mondrian.olap.type.DimensionType
-
Creates a type representing a dimension.
- DimensionUsage() - Constructor for class mondrian.olap.MondrianDef.DimensionUsage
- DimensionUsage(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.DimensionUsage
- DimensionUsageHasUnknownLevel - Variable in class mondrian.resource.MondrianResource
-
DimensionUsageHasUnknownLevel
is 'In usage of dimension ''{0}'' in cube ''{1}'', the level ''{2}'' is unknown
' - disable_tracing() - Method in class mondrian.parser.MdxParserImpl
-
Disable tracing.
- DisableCaching - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether a RolapStar's aggregate data cache is cleared after each query.
- DisableLocalSegmentCache - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether the data from segments is cached locally.
- DISCOVER_DATASOURCES - mondrian.xmla.RowsetDefinition
-
Returns a list of XML for Analysis data sources available on the server or Web Service.
- DISCOVER_ENUMERATORS - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DISCOVER_KEYWORDS - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DISCOVER_LITERALS - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DISCOVER_PROPERTIES - mondrian.xmla.RowsetDefinition
-
restrictions Not supported
- DISCOVER_SCHEMA_ROWSETS - mondrian.xmla.RowsetDefinition
-
Note that SQL Server also returns the data-mining columns.
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggExclude
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevel
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevelProperty
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasureFactCount
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggName
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggPattern
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggTable
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotation
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotations
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Closure
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Column
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Cube
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Dimension
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ElementFormatter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Formula
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hint
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.InlineTable
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Join
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Level
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Measure
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NamedSet
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NameExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Parameter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Property
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Relation
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Role
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Row
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Rows
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Schema
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Script
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SQL
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Table
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Union
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Value
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.View
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
- display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
- display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
- display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
- DISPLAY_FOLDER - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the DISPLAY_FOLDER.
- DISPLAY_FOLDER_ORDINAL - Static variable in class mondrian.olap.Property
- DISPLAY_INFO - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the DISPLAY_INFO required by XML/A.
- DISPLAY_INFO_ORDINAL - Static variable in class mondrian.olap.Property
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggExclude
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevel
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevelProperty
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasureFactCount
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggName
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggPattern
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggTable
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotation
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotations
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Closure
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Column
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Cube
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Dimension
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ElementFormatter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Formula
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hint
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.InlineTable
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Join
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Level
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Measure
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NamedSet
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NameExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Parameter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Property
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Relation
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Role
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Row
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Rows
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Schema
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Script
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SQL
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Table
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Union
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Value
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.View
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggExclude
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggLevel
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggLevelProperty
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggMeasureFactCount
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggName
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggPattern
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggTable
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Annotation
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Annotations
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Closure
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Column
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Cube
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Dimension
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ElementFormatter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Formula
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Hint
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.InlineTable
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Join
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Level
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Measure
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.NamedSet
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.NameExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Parameter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Property
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Relation
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Role
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Row
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Rows
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Schema
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Script
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.SQL
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Table
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Union
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Value
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.View
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
- displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
- displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
- displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
- dispose(String) - Static method in class mondrian.olap.MondrianServer
-
Disposes of a server and cleans up everything.
- distinct - Variable in class mondrian.util.ObjectPool
-
The number of distinct associations in the map; its "size()".
- DistinctCount - Static variable in class mondrian.rolap.RolapAggregator
- distinctGenerateSql(SqlQuery, boolean) - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Generates a SQL query to retrieve the values in this segment using an algorithm which converts distinct-aggregates to non-distinct aggregates over subqueries.
- do_action(int, lr_parser, Stack, int) - Method in class mondrian.olap.Parser
-
Invoke a user supplied parse action.
- doAfterBody() - Method in class mondrian.web.taglib.QueryTag
- doEndTag() - Method in class mondrian.web.taglib.TransformTag
- doGet(HttpServletRequest, HttpServletResponse) - Method in class mondrian.web.servlet.MdxQueryServlet
-
Handles the HTTP
GET
method. - DomBuilder - Class in mondrian.web.taglib
-
Transforms a mondrian result into a DOM (Document Object Model).
- DomBuilder(Document, Result) - Constructor for class mondrian.web.taglib.DomBuilder
- done() - Method in class mondrian.olap.QueryTiming
- Done() - Method in class mondrian.parser.SimpleCharStream
-
Reset buffer when finished.
- DONE - mondrian.server.Execution.State
- DONT_BREAK_LINES - Static variable in class mondrian.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- doPost(HttpServletRequest, HttpServletResponse) - Method in class mondrian.web.servlet.MdxQueryServlet
-
Handles the HTTP
POST
method. - doPost(HttpServletRequest, HttpServletResponse) - Method in class mondrian.xmla.XmlaServlet
-
Main entry for HTTP post method
- dot - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- dot - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- DOT - Static variable in interface mondrian.olap.ParserSym
- DOT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Double - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- DOUBLE - mondrian.rolap.SqlStatement.Type
- DOUBLE_QUOTED_STRING - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- DoubleCalc - Interface in mondrian.calc
-
Compiled expression whose result is a
double
. - DoubleEmpty - Static variable in class mondrian.olap.fun.FunUtil
-
Special value which indicates that a
double
computation has returned the MDX EMPTY value. - DoubleMatchForLevel - Variable in class mondrian.resource.MondrianResource
-
DoubleMatchForLevel
is 'Double Match for candidate aggregate table ''{0}'' for fact table ''{1}'' and column ''{2}'' matched two hierarchies: 1) table=''{3}'', column=''{4}'' and 2) table=''{5}'', column=''{6}''
' - doubleNegativeOne - Static variable in class mondrian.olap.Literal
- DoubleNull - Static variable in class mondrian.olap.fun.FunUtil
-
Special value which indicates that a
double
computation has returned the MDX null value. - doubleOne - Static variable in class mondrian.olap.Literal
- doubleZero - Static variable in class mondrian.olap.Literal
- DRILL_THROUGH - mondrian.server.monitor.SqlStatementEvent.Purpose
- drillThrough - Variable in class mondrian.rolap.agg.CellRequest
- DrillThrough - Class in mondrian.olap
-
Drill through statement.
- DRILLTHROUGH - Static variable in interface mondrian.olap.ParserSym
- DRILLTHROUGH - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- DRILLTHROUGH_COUNT - Static variable in class mondrian.olap.Property
-
Definition of the property that holds the number of fact rows that contributed to this cell.
- DRILLTHROUGH_COUNT_ORDINAL - Static variable in class mondrian.olap.Property
- DrillthroughCalculatedMember - Variable in class mondrian.resource.MondrianResource
-
DrillthroughCalculatedMember
is 'Can''t perform drillthrough operations because ''{0}'' is a calculated member.
' - DrillThroughCellRequest - Class in mondrian.rolap.agg
-
Subclass of
CellRequest
that allows to specify which columns and measures to return as part of the ResultSet which we return to the client. - DrillThroughCellRequest(RolapStar.Measure, boolean, List<OlapElement>) - Constructor for class mondrian.rolap.agg.DrillThroughCellRequest
- DrillthroughDisabled - Variable in class mondrian.resource.MondrianResource
-
DrillthroughDisabled
is 'Can''t perform drillthrough operations because ''{0}'' is set to false.
' - drillThroughInternal(int, int, List<OlapElement>, boolean, Logger) - Method in class mondrian.rolap.RolapCell
-
Generates an executes a SQL statement to drill through this cell.
- drillthroughStatement() - Method in class mondrian.parser.MdxParserImpl
- DriverManager - Class in mondrian.olap
-
The basic service for managing a set of OLAP drivers.
- DriverManager() - Constructor for class mondrian.olap.DriverManager
- dsi(DataSourcesConfig.DataSource, DataSourcesConfig.Catalog) - Static method in class mondrian.server.DynamicContentFinder
- DummyExp - Class in mondrian.calc
-
Dummy expression which exists only to wrap a
Type
. - DummyExp(Type) - Constructor for class mondrian.calc.DummyExp
- DupHierarchiesInTuple - Variable in class mondrian.resource.MondrianResource
-
DupHierarchiesInTuple
is 'Tuple contains more than one member of hierarchy ''{0}''.
' - DuplicateAxis - Variable in class mondrian.resource.MondrianResource
-
DuplicateAxis
is 'Duplicate axis name ''{0}''.
' - DuplicateFactForeignKey - Variable in class mondrian.resource.MondrianResource
-
DuplicateFactForeignKey
is 'Context ''{0}'': Duplicate fact foreign keys ''{1}'' for key ''{2}''.
' - DuplicateLevelColumnNames - Variable in class mondrian.resource.MondrianResource
-
DuplicateLevelColumnNames
is 'Context ''{0}'': Two levels, ''{1}'' and ''{2}'', share the same foreign column name ''{3}''
' - DuplicateLevelMeasureColumnNames - Variable in class mondrian.resource.MondrianResource
-
DuplicateLevelMeasureColumnNames
is 'Context ''{0}'': The level ''{1}'' and the measuer ''{2}'', share the same column name ''{3}''
' - DuplicateLevelNames - Variable in class mondrian.resource.MondrianResource
-
DuplicateLevelNames
is 'Context ''{0}'': Two levels share the same name ''{1}''
' - DuplicateMeasureColumnNames - Variable in class mondrian.resource.MondrianResource
-
DuplicateMeasureColumnNames
is 'Context ''{0}'': Two measures, ''{1}'' and ''{2}'', share the same column name ''{3}''
' - DuplicateMeasureNames - Variable in class mondrian.resource.MondrianResource
-
DuplicateMeasureNames
is 'Context ''{0}'': Two measures share the same name ''{1}''
' - DuplicateSchemaParameter - Variable in class mondrian.resource.MondrianResource
-
DuplicateSchemaParameter
is 'Duplicate parameter ''{0}'' in schema
' - DynamicContentFinder - Class in mondrian.server
-
Implementation of
RepositoryContentFinder
that periodically reloads the content of the repository. - DynamicContentFinder(String) - Constructor for class mondrian.server.DynamicContentFinder
-
Creates a DynamicContentFinder.
- DynamicDatasourceXmlaServlet - Class in mondrian.xmla.impl
-
Extends DefaultXmlaServlet to add dynamic datasource loading capability.
- DynamicDatasourceXmlaServlet() - Constructor for class mondrian.xmla.impl.DynamicDatasourceXmlaServlet
- dynamicSchemaProcessor(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
DynamicSchemaProcessor
SPI based on a script. - DynamicSchemaProcessor - mondrian.rolap.RolapConnectionProperties
-
The name of a class implementing the
DynamicSchemaProcessor
interface. - DynamicSchemaProcessor - Interface in mondrian.spi
-
A dynamic schema processor is used to dynamically change a Mondrian schema at runtime.
E
- element(String, Object...) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- element(String, Object...) - Method in interface mondrian.xmla.SaxWriter
- ELEMENT_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- ELEMENT_UNAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- element2Text(Element, StringWriter) - Static method in class mondrian.xmla.XmlaUtil
- ElementFormatter() - Constructor for class mondrian.olap.MondrianDef.ElementFormatter
- ElementFormatter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.ElementFormatter
- ElementNameEncoder() - Constructor for class mondrian.xmla.XmlaUtil.ElementNameEncoder
- elementTypes - Variable in class mondrian.olap.type.TupleType
- ELSE - Static variable in interface mondrian.olap.ParserSym
- ELSE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- EmitInvisibleMembers - mondrian.xmla.PropertyDefinition
- Empty - mondrian.olap.Syntax
-
Defines the syntax for an empty expression.
- Empty - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- Empty - Static variable in class mondrian.olap.Category
-
Represents an empty expression.
- EMPTY - Static variable in interface mondrian.olap.ParserSym
- EMPTY - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- EMPTY - Static variable in interface mondrian.rolap.BitKey
-
The BitKey with no bits set.
- EMPTY_ARRAY - Static variable in interface mondrian.rolap.sql.CrossJoinArg
- EmptyAttributeString - Variable in class mondrian.resource.MondrianResource
-
EmptyAttributeString
is 'Context ''{0}'': The value for the attribute ''{1}'' is empty (length is zero).
' - emptyCopy() - Method in class mondrian.rolap.BitKey.Big
- emptyCopy() - Method in interface mondrian.rolap.BitKey
-
Returns an empty BitKey of the same type.
- emptyCopy() - Method in class mondrian.rolap.BitKey.Mid128
- emptyCopy() - Method in class mondrian.rolap.BitKey.Small
- emptyList(int) - Static method in class mondrian.calc.TupleCollections
-
Returns an empty TupleList of given arity.
- emptyString - Static variable in class mondrian.olap.Literal
- EmptyType - Class in mondrian.olap.type
-
The type of a empty expression.
- EmptyType() - Constructor for class mondrian.olap.type.EmptyType
-
Creates an empty type.
- EmptyValue - Static variable in class mondrian.olap.Util
-
Placeholder which indicates an EMPTY value.
- enable_tracing() - Method in class mondrian.parser.MdxParserImpl
-
Enable tracing.
- EnableCacheHitCounters - Variable in class mondrian.olap.MondrianProperties
-
Deprecated.This property is no longer used, and will be removed in mondrian-4.0.
- enabled - Variable in class mondrian.olap.MondrianDef.Cube
- enabled - Variable in class mondrian.olap.MondrianDef.VirtualCube
- enabled - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Base
- enabled() - Method in class mondrian.util.MemoryMonitorFactory
-
Returns whether the use of a
MemoryMonitor
is enabled. - EnableDrillThrough - Variable in class mondrian.olap.MondrianProperties
-
If disabled, Mondrian will throw an exception if someone attempts to perform a drillthrough of any kind.
- EnableExpCache - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether to use a cache for frequently evaluated expressions.
- EnableGroupingSets - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether to generate SQL queries using the
GROUPING SETS
construct for rollup. - EnableInMemoryRollup - Variable in class mondrian.olap.MondrianProperties
-
Property which turns on or off the in-memory rollup of segment data.
- EnableNativeCrossJoin - Variable in class mondrian.olap.MondrianProperties
-
If enabled some NON EMPTY CrossJoin will be computed in SQL.
- EnableNativeFilter - Variable in class mondrian.olap.MondrianProperties
-
If enabled some Filter() will be computed in SQL.
- EnableNativeNonEmpty - Variable in class mondrian.olap.MondrianProperties
-
If enabled some NON EMPTY set operations like member.children, level.members and member descendants will be computed in SQL.
- EnableNativeTopCount - Variable in class mondrian.olap.MondrianProperties
-
If enabled some TopCount will be computed in SQL.
- EnableNonEmptyOnAllAxis - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether each query axis implicit has the NON EMPTY option set.
- enableProfiling() - Method in class mondrian.calc.CalcWriter
-
Whether to print out attributes relating to how a statement was actually executed.
- enableProfiling(ProfileHandler) - Method in interface mondrian.server.Statement
-
Enables profiling.
- enableProfiling(ProfileHandler) - Method in class mondrian.server.StatementImpl
- EnableRolapCubeMemberCache - Variable in class mondrian.olap.MondrianProperties
-
Property that determines whether to cache RolapCubeMember objects, each of which associates a member of a shared hierarchy with a particular cube in which it is being used.
- EnableTotalCount - Variable in class mondrian.olap.MondrianProperties
-
If enabled, first row in the result of an XML/A drill-through request will be filled with the total count of rows in underlying database.
- EnableTriggers - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether to notify the Mondrian system when a
property value
changes. - encode(String) - Method in class mondrian.tui.MockHttpServletResponse
- encode(String) - Method in class mondrian.xmla.XmlaUtil.ElementNameEncoder
- ENCODE - Static variable in class mondrian.util.Base64
-
Specify encoding.
- encodeBytes(byte[]) - Static method in class mondrian.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class mondrian.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class mondrian.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class mondrian.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeFromFile(String) - Static method in class mondrian.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeObject(Serializable) - Static method in class mondrian.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class mondrian.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeRedirectUrl(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Deprecated.Method encodeRedirectUrl is deprecated
- encodeRedirectURL(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
- encodeToFile(byte[], String) - Static method in class mondrian.util.Base64
-
Convenience method for encoding data to a file.
- encodeUrl(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Deprecated.Method encodeUrl is deprecated
- encodeURL(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
- end() - Method in class mondrian.server.Execution
-
Called when query execution has completed.
- end(Execution) - Method in interface mondrian.server.Statement
-
Ends the current execution.
- end(Execution) - Method in class mondrian.server.StatementImpl
- END - Static variable in interface mondrian.olap.ParserSym
- END - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- endColumn - Variable in class mondrian.parser.Token
-
The column number of the last character of this Token.
- endDocument() - Method in class mondrian.xmla.impl.DefaultSaxWriter
- endDocument() - Method in interface mondrian.xmla.SaxWriter
- endElement() - Method in class mondrian.xmla.impl.DefaultSaxWriter
- endElement() - Method in interface mondrian.xmla.SaxWriter
- endLine - Variable in class mondrian.parser.Token
-
The line number of the last character of this Token.
- EndRange - mondrian.xmla.PropertyDefinition
- endSequence() - Method in class mondrian.xmla.impl.DefaultSaxWriter
- endSequence() - Method in interface mondrian.xmla.SaxWriter
-
Informs the writer that a sequence of elements of the same name has ended.
- ENTRY_CREATED - mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType
-
An Entry was created in cache.
- ENTRY_DELETED - mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType
-
An entry was deleted from the cache.
- entrySet() - Method in class mondrian.util.BeanMap
- entrySet() - Method in class mondrian.util.CacheMap
- EnumeratedValues<V extends EnumeratedValues.Value> - Class in mondrian.olap
-
EnumeratedValues
is a helper class for declaring a set of symbolic constants which have names, ordinals, and possibly descriptions. - EnumeratedValues() - Constructor for class mondrian.olap.EnumeratedValues
-
Creates a new empty, mutable enumeration.
- EnumeratedValues(Class<? extends Enum>) - Constructor for class mondrian.olap.EnumeratedValues
- EnumeratedValues(String[]) - Constructor for class mondrian.olap.EnumeratedValues
-
Creates an enumeration, initialize it with an array of strings, and freezes it.
- EnumeratedValues(String[], int[]) - Constructor for class mondrian.olap.EnumeratedValues
-
Create an enumeration, initializes it with arrays of code/name pairs, and freezes it.
- EnumeratedValues(String[], int[], String[]) - Constructor for class mondrian.olap.EnumeratedValues
-
Create an enumeration, initializes it with arrays of code/name pairs, and freezes it.
- EnumeratedValues(V[]) - Constructor for class mondrian.olap.EnumeratedValues
-
Creates an enumeration, with an array of values, and freezes it.
- EnumeratedValues.BasicValue - Class in mondrian.olap
-
BasicValue
is an obvious implementation ofEnumeratedValues.Value
. - EnumeratedValues.Value - Interface in mondrian.olap
-
A
Value
represents a member of an enumerated type. - enumeration - Static variable in class mondrian.olap.Property
- enumeration - Static variable in class mondrian.rolap.RolapAggregator
-
List of all valid aggregation operators.
- Enumeration - Class in mondrian.xmla
-
Contains inner classes which define enumerations used in XML for Analysis.
- Enumeration(String, String, RowsetDefinition.Type, XmlaConstant.Dictionary<?>) - Constructor for class mondrian.xmla.Enumeration
- Enumeration.ResponseMimeType - Enum in mondrian.xmla
- ENV - Static variable in class mondrian.tui.XmlaSupport
- EOF - Static variable in interface mondrian.olap.ParserSym
- EOF - Static variable in interface mondrian.parser.MdxParserImplConstants
-
End of File.
- EOF_sym() - Method in class mondrian.olap.Parser
-
EOF
Symbol index. - eol - Variable in exception mondrian.parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in interface mondrian.olap.ParserSym
- EQ - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- equal(String, String, boolean) - Static method in class mondrian.olap.Util
-
Tests two strings for equality, optionally ignoring case.
- equal(ValueColumnPredicate) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
-
Returns a predicate which tests whether the column's value is equal to column predicate's value.
- equal(RolapStar.Column, Object) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
-
Returns a predicate which tests whether the column's value is equal to a given constant.
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ListPredicate
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- equalConstraint(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
-
Returns whether this Predicate has the same constraining effect as the other constraint.
- equalName(String, String) - Static method in class mondrian.olap.Util
-
Returns whether two names are equal.
- equals(Object) - Method in class mondrian.calc.impl.ArrayTupleList
- equals(Object) - Method in class mondrian.mdx.ParameterExpr
-
Returns whether this parameter is equal to another, based upon name, type and value
- equals(Object) - Method in class mondrian.olap.CubeAccess
- equals(Object) - Method in class mondrian.olap.fun.FunInfo
- equals(Object) - Method in class mondrian.olap.fun.sort.Sorter.ObjIntPair
- equals(Object) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- equals(Object) - Method in class mondrian.olap.Id.KeySegment
- equals(Object) - Method in class mondrian.olap.Id.NameSegment
- equals(Object) - Method in class mondrian.olap.MondrianDef.Column
- equals(Object) - Method in class mondrian.olap.MondrianDef.ExpressionView
- equals(Object) - Method in class mondrian.olap.MondrianDef.InlineTable
- equals(Object) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- equals(Object) - Method in class mondrian.olap.MondrianDef.SQL
- equals(Object) - Method in class mondrian.olap.MondrianDef.Table
- equals(Object) - Method in class mondrian.olap.MondrianDef.View
- equals(Object) - Method in class mondrian.olap.OlapElementBase
- equals(Object) - Method in class mondrian.olap.ParameterImpl
-
Returns whether this parameter is equal to another, based upon name, type and value
- equals(Object) - Method in class mondrian.olap.RoleImpl
- equals(Object) - Method in class mondrian.olap.type.BooleanType
- equals(Object) - Method in class mondrian.olap.type.CubeType
- equals(Object) - Method in class mondrian.olap.type.DateTimeType
- equals(Object) - Method in class mondrian.olap.type.DecimalType
- equals(Object) - Method in class mondrian.olap.type.DimensionType
- equals(Object) - Method in class mondrian.olap.type.EmptyType
- equals(Object) - Method in class mondrian.olap.type.HierarchyType
- equals(Object) - Method in class mondrian.olap.type.LevelType
- equals(Object) - Method in class mondrian.olap.type.NullType
- equals(Object) - Method in class mondrian.olap.type.NumericType
- equals(Object) - Method in class mondrian.olap.type.ScalarType
- equals(Object) - Method in class mondrian.olap.type.SetType
- equals(Object) - Method in class mondrian.olap.type.StringType
- equals(Object) - Method in class mondrian.olap.type.TupleType
- equals(Object) - Method in class mondrian.olap.Util.Flat2List
- equals(Object) - Method in class mondrian.olap.Util.Flat3List
- equals(Object) - Method in class mondrian.rolap.agg.AggregationKey
- equals(Object) - Method in class mondrian.rolap.agg.ListColumnPredicate
- equals(Object) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- equals(Object) - Method in class mondrian.rolap.agg.MemberColumnPredicate
- equals(Object) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- equals(Object) - Method in class mondrian.rolap.agg.MinusStarPredicate
- equals(Object) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- equals(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- equals(Object) - Method in class mondrian.rolap.BitKey.Big
- equals(Object) - Method in class mondrian.rolap.BitKey.Mid128
- equals(Object) - Method in class mondrian.rolap.BitKey.Small
- equals(Object) - Method in class mondrian.rolap.CellKey.Four
- equals(Object) - Method in class mondrian.rolap.CellKey.Many
- equals(Object) - Method in class mondrian.rolap.CellKey.One
- equals(Object) - Method in class mondrian.rolap.CellKey.Three
- equals(Object) - Method in class mondrian.rolap.CellKey.Two
- equals(Object) - Method in class mondrian.rolap.CellKey.Zero
- equals(Object) - Method in class mondrian.rolap.HierarchyUsage
- equals(Object) - Method in class mondrian.rolap.RolapCubeDimension
- equals(Object) - Method in class mondrian.rolap.RolapCubeHierarchy
- equals(Object) - Method in class mondrian.rolap.RolapCubeMember
- equals(Object) - Method in class mondrian.rolap.RolapEvaluator
-
Returns true if the other object is a
RolapEvaluator
with identical context. - equals(Object) - Method in class mondrian.rolap.RolapHierarchy
- equals(Object) - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- equals(Object) - Method in class mondrian.rolap.RolapMemberBase
- equals(Object) - Method in class mondrian.rolap.RolapSchema
- equals(Object) - Method in class mondrian.rolap.RolapStar.Column
- equals(Object) - Method in class mondrian.rolap.RolapStar.Condition
- equals(Object) - Method in class mondrian.rolap.RolapStar.Measure
- equals(Object) - Method in class mondrian.rolap.RolapStar.Table
- equals(Object) - Method in class mondrian.rolap.ScenarioImpl
- equals(Object) - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- equals(Object) - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- equals(Object) - Method in class mondrian.spi.SegmentColumn
- equals(Object) - Method in class mondrian.spi.SegmentHeader
- equals(Object) - Method in class mondrian.util.ByteString
- equals(Object) - Method in class mondrian.util.CacheMap
- equals(Object) - Method in class mondrian.util.Pair
- equals(Object) - Method in class mondrian.util.StringKey
- equals(Object) - Method in class mondrian.util.Triple
- equals(Object) - Method in class mondrian.util.UnsupportedList
- equals(Object, Object) - Static method in class mondrian.olap.Util
-
Returns true if two objects are equal, or are both null.
- equals(String) - Method in class mondrian.olap.EnumeratedValues.BasicValue
-
Deprecated.I bet you meant to write
value.name_.equals(s)
rather thanvalue.equals(s)
, didn't you? - equals(String, String) - Static method in class mondrian.olap.Util
-
Returns true if two strings are equal, or are both null.
- equals(OlapElement) - Method in class mondrian.olap.HierarchyBase
- equals(OlapElement) - Method in class mondrian.olap.OlapElementBase
- equals(OlapElement) - Method in class mondrian.rolap.RolapCubeMember
- equals(OlapElement) - Method in class mondrian.rolap.RolapMemberBase
- equals(RolapCubeLevel) - Method in class mondrian.rolap.RolapCubeLevel
- equals(T, T) - Method in class mondrian.util.ObjectPool
- equalsTableName(String) - Method in class mondrian.rolap.RolapStar.Table
- error - Static variable in interface mondrian.olap.ParserSym
- error(Throwable) - Method in class mondrian.xmla.impl.DefaultXmlaResponse
- error(Throwable) - Method in interface mondrian.xmla.XmlaResponse
-
Report XML/A error (not SOAP fault).
- error(SAXParseException) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- Error - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- ERROR - mondrian.server.Execution.State
- ERROR_STRING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- error_sym() - Method in class mondrian.olap.Parser
-
error
Symbol index. - ErrorCellValue() - Constructor for class mondrian.olap.Util.ErrorCellValue
- evaluate(Object) - Method in class mondrian.rolap.agg.ListColumnPredicate
- evaluate(Object) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- evaluate(Object) - Method in class mondrian.rolap.agg.MinusStarPredicate
- evaluate(Object) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- evaluate(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- evaluate(Object) - Method in interface mondrian.rolap.StarColumnPredicate
-
Returns whether this constraint would return
true
for a given value. - evaluate(List<Object>) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- evaluate(List<Object>) - Method in class mondrian.rolap.agg.AndPredicate
- evaluate(List<Object>) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- evaluate(List<Object>) - Method in class mondrian.rolap.agg.MemberTuplePredicate
-
Evaluates a constraint against a list of values.
- evaluate(List<Object>) - Method in class mondrian.rolap.agg.OrPredicate
- evaluate(List<Object>) - Method in interface mondrian.rolap.StarPredicate
-
Evaluates a constraint against a list of values.
- evaluate(Calc, Hierarchy[], String) - Method in class mondrian.rolap.RolapDependencyTestingEvaluator
- evaluate(Evaluator) - Method in interface mondrian.calc.Calc
-
Evaluates this expression.
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractBooleanCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDateTimeCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDimensionCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDoubleCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractHierarchyCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractIntegerCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractIterCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractLevelCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractListCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractMemberCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractStringCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractTupleCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractVoidCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.CacheCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.MemberArrayValueCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.MemberValueCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.TupleValueCalc
- evaluate(Evaluator) - Method in class mondrian.calc.impl.ValueCalc
- evaluate(Evaluator) - Method in class mondrian.olap.ExpCacheDescriptor
- evaluate(Evaluator) - Method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- evaluate(Evaluator) - Method in class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
- evaluate(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
-
Evaluates the argument.
- evaluateBoolean(Evaluator) - Method in interface mondrian.calc.BooleanCalc
-
Evaluates this expression to yield a
boolean
value. - evaluateBoolean(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateCurrent() - Method in interface mondrian.olap.Evaluator
-
Calculates and returns the value of the cell at the current context.
- evaluateCurrent() - Method in class mondrian.rolap.RolapEvaluator
- evaluateCurrentIterable(IterCalc, Evaluator) - Method in class mondrian.olap.fun.AbstractAggregateFunDef
- evaluateCurrentList(ListCalc, Evaluator) - Static method in class mondrian.olap.fun.AbstractAggregateFunDef
-
Evaluates the list of members or tuples used in computing the aggregate.
- evaluateDateTime(Evaluator) - Method in interface mondrian.calc.DateTimeCalc
-
Evaluates this expression to yield a
Date
value. - evaluateDateTime(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateDimension(Evaluator) - Method in interface mondrian.calc.DimensionCalc
-
Evaluates this expression to yield a dimension.
- evaluateDimension(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateDimension(Evaluator) - Method in class mondrian.olap.fun.HierarchyDimensionFunDef.CalcImpl
- evaluateDouble(Evaluator) - Method in interface mondrian.calc.DoubleCalc
-
Evaluates this expression to yield a
double
value. - evaluateDouble(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
- evaluateDouble(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateHierarchy(Evaluator) - Method in interface mondrian.calc.HierarchyCalc
-
Evaluates this expression to yield a hierarchy.
- evaluateHierarchy(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateHierarchy(Evaluator) - Method in class mondrian.olap.fun.LevelHierarchyFunDef.CalcImpl
- evaluateHierarchy(Evaluator) - Method in class mondrian.olap.fun.MemberHierarchyFunDef.CalcImpl
- evaluateInteger(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
- evaluateInteger(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateInteger(Evaluator) - Method in interface mondrian.calc.IntegerCalc
-
Evaluates this expression to yield an
int
value. - evaluateIterable(Evaluator) - Method in class mondrian.calc.impl.AbstractListCalc
- evaluateIterable(Evaluator) - Method in class mondrian.calc.impl.GenericIterCalc
- evaluateIterable(Evaluator) - Method in interface mondrian.calc.IterCalc
-
Evaluates an expression to yield an Iterable of members or tuples.
- evaluateIterable(Evaluator) - Method in class mondrian.olap.fun.SetFunDef.ExprIterCalc
- evaluateIterable(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
-
Evaluates the argument to an iterable over members or tuples.
- evaluateLevel(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateLevel(Evaluator) - Method in interface mondrian.calc.LevelCalc
-
Evaluates this expression to yield a level.
- evaluateLevel(Evaluator) - Method in class mondrian.olap.fun.MemberLevelFunDef.CalcImpl
- evaluateList(Evaluator) - Method in class mondrian.calc.impl.GenericIterCalc
- evaluateList(Evaluator) - Method in class mondrian.calc.impl.IterableListCalc
- evaluateList(Evaluator) - Method in interface mondrian.calc.ListCalc
-
Evaluates an expression to yield a list of tuples.
- evaluateList(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
- evaluateList(Evaluator) - Method in class mondrian.olap.fun.SetFunDef.SetListCalc
- evaluateList(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
-
Evaluates the argument to a list of members or tuples.
- evaluateMember(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateMember(Evaluator) - Method in interface mondrian.calc.MemberCalc
-
Evaluates this expression to yield a member.
- evaluateMember(Evaluator) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
- evaluateMember(Evaluator) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
- evaluateNamedSet(NamedSet, boolean) - Method in class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
- evaluateScalar(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
-
Evaluates the argument as a scalar expression.
- evaluateSet(Exp, boolean) - Method in class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
- evaluateString(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateString(Evaluator) - Method in interface mondrian.calc.StringCalc
-
Evaluates this expression to yield a
String
value. - evaluateTuple(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateTuple(Evaluator) - Method in interface mondrian.calc.TupleCalc
-
Evaluates this expression to yield a tuple.
- evaluateTuple(Evaluator) - Method in class mondrian.olap.fun.TupleFunDef.CalcImpl
- evaluateTupleIterable() - Method in interface mondrian.olap.Evaluator.SetEvaluator
-
Returns an iterator over the tuples of the named set.
- evaluateTupleIterable(Evaluator) - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
-
Returns an iterator over the tuples of the named set.
- evaluateTuples(Evaluator, Calc, TupleList) - Static method in class mondrian.olap.fun.sort.Sorter
-
For each tuple in a list, evaluates an expression and creates a map from tuples to values.
- evaluateVoid(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
- evaluateVoid(Evaluator) - Method in interface mondrian.calc.VoidCalc
- Evaluator - Interface in mondrian.olap
-
An
Evaluator
holds the context necessary to evaluate an expression. - Evaluator.NamedSetEvaluator - Interface in mondrian.olap
-
Interface for evaluating a particular named set.
- Evaluator.SetEvaluator - Interface in mondrian.olap
-
Interface for generically evaluating a set.
- Event - Class in mondrian.server.monitor
-
Base class for an event of interest.
- Event(long) - Constructor for class mondrian.server.monitor.Event
-
Creates an Event.
- ex() - Method in class mondrian.resource.MondrianResource._Def12
- ex() - Method in class mondrian.resource.MondrianResource._Def3
- ex(Number) - Method in class mondrian.resource.MondrianResource._Def11
- ex(Number) - Method in class mondrian.resource.MondrianResource._Def13
- ex(Number) - Method in class mondrian.resource.MondrianResource._Def8
- ex(Number, Number) - Method in class mondrian.resource.MondrianResource._Def10
- ex(Number, String) - Method in class mondrian.resource.MondrianResource._Def6
- ex(Number, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def6
- ex(Number, Throwable) - Method in class mondrian.resource.MondrianResource._Def8
- ex(String) - Method in class mondrian.resource.MondrianResource._Def0
- ex(String) - Method in class mondrian.resource.MondrianResource._Def14
- ex(String) - Method in class mondrian.resource.MondrianResource._Def15
- ex(String) - Method in class mondrian.resource.MondrianResource._Def23
- ex(String, String) - Method in class mondrian.resource.MondrianResource._Def1
- ex(String, String, String) - Method in class mondrian.resource.MondrianResource._Def4
- ex(String, String, String, String) - Method in class mondrian.resource.MondrianResource._Def7
- ex(String, String, String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def7
- ex(String, String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def4
- ex(String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def1
- ex(String, Throwable) - Method in class mondrian.resource.MondrianResource._Def0
- ex(String, Throwable) - Method in class mondrian.resource.MondrianResource._Def14
- ex(Throwable) - Method in class mondrian.resource.MondrianResource._Def3
- EXACT - mondrian.olap.MatchType
-
Match the unique name exactly
- EXACT_SCHEMA - mondrian.olap.MatchType
-
Match the unique name exactly, do not query database for members
- Excel - Class in mondrian.olap.fun.vba
-
Implementations of functions in the Excel worksheet library.
- Excel() - Constructor for class mondrian.olap.fun.vba.Excel
- exception - Variable in class mondrian.tui.XmlUtil.SaxErrorHandler.ErrorInfo
- excludedRegions - Variable in class mondrian.rolap.agg.Segment
-
List of regions to ignore when reading this segment.
- excludes - Variable in class mondrian.olap.MondrianDef.AggPattern
- excludeTable(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Returns whether the given tableName is excluded.
- excludeTable(String, List<ExplicitRules.Group>) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules
-
Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table.
- execute() - Method in class mondrian.rolap.SqlStatement
-
Executes the current statement, and handles any SQLException.
- execute() - Method in interface mondrian.server.Locus.Action
- execute(String) - Method in class mondrian.tui.CmdRunner
-
Executes a query and returns the result as a string.
- execute(Iterator<Map.Entry<K, V>>) - Method in interface mondrian.rolap.cache.SmartCache.SmartCacheTask
- execute(ResultStyle) - Method in interface mondrian.olap.NativeEvaluator
- execute(ResultStyle) - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
- execute(CacheControl.MemberEditCommand) - Method in interface mondrian.olap.CacheControl
-
Executes a command that edits the member cache.
- execute(CacheControl.MemberEditCommand) - Method in class mondrian.rolap.CacheControlImpl
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in interface mondrian.spi.UserDefinedFunction
-
Applies this function to a set of arguments, and returns a result.
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.CurrentDateMemberUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.CurrentDateStringUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.InUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.InverseNormalUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.LastNonEmptyUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.MatchesUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.NullValueUdf
- execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.ValUdf
- execute(Query) - Method in interface mondrian.olap.Connection
-
Deprecated.This method is deprecated and will be removed in mondrian-4.0. It operates by internally creating a statement. Better to use olap4j and explicitly create a statement.
- execute(Query) - Method in class mondrian.rolap.RolapConnection
-
Deprecated.Use
RolapConnection.execute(mondrian.server.Execution)
; this method will be removed in mondrian-4.0 - execute(SegmentCacheManager.Command<T>) - Method in class mondrian.rolap.agg.SegmentCacheManager
- execute(SmartCache.SmartCacheTask<K, V>) - Method in interface mondrian.rolap.cache.SmartCache
-
Executes a task over the contents of the cache and guarantees exclusive write access while processing.
- execute(SmartCache.SmartCacheTask<K, V>) - Method in class mondrian.rolap.cache.SmartCacheImpl
- execute(RolapConnection, String, Locus.Action<T>) - Static method in class mondrian.server.Locus
- execute(Execution) - Method in class mondrian.rolap.RolapConnection
-
Executes a statement.
- execute(Execution, String, Locus.Action<T>) - Static method in class mondrian.server.Locus
- executeCube(String) - Method in class mondrian.tui.CmdRunner
- executeCubeCommand(String, String, StringBuilder) - Method in class mondrian.tui.CmdRunner
- executeDrillthrough(OlapStatement, String, boolean, String, int[]) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- executeEcho(String) - Method in class mondrian.tui.CmdRunner
- executeEndCount - Variable in class mondrian.server.monitor.ConnectionInfo
- executeEndCount - Variable in class mondrian.server.monitor.ServerInfo
- executeEndCount - Variable in class mondrian.server.monitor.StatementInfo
- executeError(String) - Method in class mondrian.tui.CmdRunner
- executeExpr(String) - Method in class mondrian.tui.CmdRunner
- executeFile(String) - Method in class mondrian.tui.CmdRunner
- executeFunc(String) - Method in class mondrian.tui.CmdRunner
- executeHelp(String) - Static method in class mondrian.tui.CmdRunner
- executeList(String) - Method in class mondrian.tui.CmdRunner
- executeList(SqlTupleReader) - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
- executeLog(String) - Method in class mondrian.tui.CmdRunner
- executeMdxCmd(String) - Method in class mondrian.tui.CmdRunner
- executeNanos - Variable in class mondrian.server.monitor.SqlStatementExecuteEvent
- executeParam(String) - Method in class mondrian.tui.CmdRunner
- executeQuery(DataSource, String, List<SqlStatement.Type>, int, int, Locus, int, int, Util.Functor1<Void, Statement>) - Static method in class mondrian.rolap.RolapUtil
-
Executes a query.
- executeQuery(DataSource, String, Locus) - Static method in class mondrian.rolap.RolapUtil
-
Executes a query, printing to the trace log if tracing is enabled.
- executeSet(String) - Method in class mondrian.tui.CmdRunner
- executeStartCount - Variable in class mondrian.server.monitor.ConnectionInfo
- executeStartCount - Variable in class mondrian.server.monitor.ServerInfo
- executeStartCount - Variable in class mondrian.server.monitor.StatementInfo
- execution - Variable in class mondrian.olap.ResultBase
- execution - Variable in class mondrian.server.Locus
- Execution - Class in mondrian.server
-
Execution context.
- Execution(Statement, long) - Constructor for class mondrian.server.Execution
- Execution.State - Enum in mondrian.server
-
Enumeration of the states of an Execution instance.
- ExecutionEndEvent - Class in mondrian.server.monitor
-
Event concerning the execution of an MDX statement.
- ExecutionEndEvent(long, int, int, long, long, int, Execution.State, int, int, int, int, int) - Constructor for class mondrian.server.monitor.ExecutionEndEvent
-
Creates an ExecutionEndEvent.
- ExecutionEvent - Class in mondrian.server.monitor
-
Event concerning the execution of an MDX statement.
- ExecutionEvent(long, int, int, long, long) - Constructor for class mondrian.server.monitor.ExecutionEvent
-
Creates an ExecutionEvent.
- ExecutionHistorySize - Variable in class mondrian.olap.MondrianProperties
-
Property that defines how many previous execution instances the
Monitor
keeps in its history so that it can send the events which happen after the fact. - executionId - Variable in class mondrian.server.monitor.ExecutionEvent
-
Identifier of the execution.
- executionId - Variable in class mondrian.server.monitor.ExecutionInfo
- ExecutionInfo - Class in mondrian.server.monitor
-
Information about the execution of an MDX statement.
- ExecutionInfo(String, long, int, long, long, long, long, int, int, int, long, long, int, int, int) - Constructor for class mondrian.server.monitor.ExecutionInfo
- ExecutionPhaseEvent - Class in mondrian.server.monitor
-
Event signalling the start of a phase of executing an MDX statement.
- ExecutionPhaseEvent(long, int, int, long, long, int, int, int, int) - Constructor for class mondrian.server.monitor.ExecutionPhaseEvent
-
Creates an ExecutionPhaseEvent.
- ExecutionStartEvent - Class in mondrian.server.monitor
-
Event signalling the start of executing an MDX statement.
- ExecutionStartEvent(long, int, int, long, long, String) - Constructor for class mondrian.server.monitor.ExecutionStartEvent
-
Creates an ExecutionStartEvent.
- ExecutionStatementCleanupException - Variable in class mondrian.resource.MondrianResource
-
ExecutionStatementCleanupException
is 'An exception was encountered while trying to cleanup an execution context.
- EXISTING - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- ExistingFunDef - Class in mondrian.olap.fun
-
Existing keyword limits a set to what exists within the current context, ie as if context members of the same dimension as the set were in the slicer.
- ExistingFunDef() - Constructor for class mondrian.olap.fun.ExistingFunDef
- exists(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns whether there is a value at a given coordinate.
- exp - Variable in class mondrian.calc.impl.AbstractCalc
- exp - Variable in class mondrian.olap.fun.ParameterFunDef
- exp(double) - Static method in class mondrian.olap.fun.vba.Vba
- Exp - Interface in mondrian.olap
-
An
Exp
is an MDX expression. - ExpandBuff(boolean) - Method in class mondrian.parser.SimpleCharStream
- expandExpressions(Member, Exp, Evaluator, TupleConstraintStruct) - Static method in class mondrian.rolap.SqlConstraintUtils
- expandMultiPositionSlicerMembers(Member[], Evaluator) - Static method in class mondrian.rolap.SqlConstraintUtils
- ExpandNonNative - Variable in class mondrian.olap.MondrianProperties
-
If this property is true, when looking for native evaluation of an expression, Mondrian will expand non-native sub-expressions into lists of members.
- expandSetFromCalculatedMember(Evaluator, Member, TupleConstraintStruct) - Static method in class mondrian.rolap.SqlConstraintUtils
- expandSupportedCalculatedMember(Member, Evaluator, boolean, TupleConstraintStruct) - Static method in class mondrian.rolap.SqlConstraintUtils
- expandSupportedCalculatedMember(Member, Evaluator, TupleConstraintStruct) - Static method in class mondrian.rolap.SqlConstraintUtils
- expandSupportedCalculatedMembers(List<Member>, Evaluator) - Static method in class mondrian.rolap.SqlConstraintUtils
- expandSupportedCalculatedMembers(List<Member>, Evaluator, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
- ExpBase - Class in mondrian.olap
-
Skeleton implementation of
Exp
interface. - ExpBase() - Constructor for class mondrian.olap.ExpBase
- ExpCacheDescriptor - Class in mondrian.olap
-
Holds information necessary to add an expression to the expression result cache (see
Evaluator.getCachedResult(ExpCacheDescriptor)
). - ExpCacheDescriptor(Exp, Calc, Evaluator) - Constructor for class mondrian.olap.ExpCacheDescriptor
-
Creates a descriptor with a given compiled expression.
- ExpCacheDescriptor(Exp, ExpCompiler) - Constructor for class mondrian.olap.ExpCacheDescriptor
-
Creates a descriptor.
- ExpCacheDescriptor(Exp, Evaluator) - Constructor for class mondrian.olap.ExpCacheDescriptor
-
Creates a descriptor.
- expCacheHitCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- expCacheHitCount - Variable in class mondrian.server.monitor.ExecutionInfo
- expCacheMissCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- expCacheMissCount - Variable in class mondrian.server.monitor.ExecutionInfo
- ExpCompiler - Interface in mondrian.calc
- ExpCompiler.Factory - Class in mondrian.calc
-
The
ExpCompiler.Factory
is used to accessExpCompiler
implementations. - ExpCompiler.Factory.Context - Class in mondrian.calc
-
The
ExpCompiler
only has two override mechanisms: theThreadLocal
andSystem
Properties
. - ExpCompilerClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the name of the class used to compile scalar expressions.
- EXPECT - Static variable in interface mondrian.xmla.XmlaRequestCallback
- EXPECT_100_CONTINUE - Static variable in interface mondrian.xmla.XmlaRequestCallback
- expectedTokenSequences - Variable in exception mondrian.parser.ParseException
-
Each entry in this array is an array of integers.
- ExpiringReference<T> - Class in mondrian.util
-
An expiring reference is a subclass of
SoftReference
which pins the reference in memory until a certain timeout is reached. - ExpiringReference(T, String) - Constructor for class mondrian.util.ExpiringReference
-
Creates an expiring reference.
- explain(PrintWriter) - Method in class mondrian.olap.Query
- explain(PrintWriter) - Method in class mondrian.olap.QueryPart
-
Returns the plan that Mondrian intends to use to execute this query.
- explain(String, QueryTiming) - Method in interface mondrian.spi.ProfileHandler
-
Called when a statement has finished executing.
- explain(ProfileHandler, String, Calc, QueryTiming) - Static method in class mondrian.olap.Util
-
Called during major steps of executing a MDX query to provide insight into Calc calls/times and key function calls/times.
- Explain - Class in mondrian.olap
-
Explain statement.
- EXPLAIN - Static variable in interface mondrian.olap.ParserSym
- EXPLAIN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- explainStatement() - Method in class mondrian.parser.MdxParserImpl
- ExplicitRules - Class in mondrian.rolap.aggmatcher
-
A class containing a RolapCube's Aggregate tables exclude/include criteria.
- ExplicitRules.Group - Class in mondrian.rolap.aggmatcher
-
This class forms a collection of aggregate table explicit rules for a given cube.
- ExplicitRules.PatternTableDef - Class in mondrian.rolap.aggmatcher
-
This class matches candidate aggregate table name with a pattern.
- ExplicitRules.TableDef - Class in mondrian.rolap.aggmatcher
-
This is the base class for the exact name based and name pattern based aggregate table mapping definitions.
- expList() - Method in class mondrian.parser.MdxParserImpl
- EXPONENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- expOrEmptyList() - Method in class mondrian.parser.MdxParserImpl
- ExprAndValueForMemberProperty - Variable in class mondrian.resource.MondrianResource
-
ExprAndValueForMemberProperty
is 'Member property must not have both a value and an expression.
- expression - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- expression() - Method in class mondrian.parser.MdxParserImpl
- Expression - Static variable in class mondrian.olap.Category
-
Expression
is a flag which, when bitwise-OR-ed with a category value, indicates an expression (as opposed to a constant). - expressionEof() - Method in class mondrian.parser.MdxParserImpl
- expressionOrEmpty() - Method in class mondrian.parser.MdxParserImpl
- expressions - Variable in class mondrian.olap.MondrianDef.ExpressionView
- ExpressionView() - Constructor for class mondrian.olap.MondrianDef.ExpressionView
- ExpressionView(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.ExpressionView
- ExprIterCalc(Exp, Exp[], ExpCompiler, List<ResultStyle>) - Constructor for class mondrian.olap.fun.SetFunDef.ExprIterCalc
- extendedContext - Variable in class mondrian.rolap.agg.CellRequest
- EXTERNAL - mondrian.server.monitor.CellCacheEvent.Source
-
A segment that is placed into the cache by an external cache.
- externalSegmentCreated(SegmentHeader, MondrianServer) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Tells the cache that a segment is newly available in an external cache.
- externalSegmentDeleted(SegmentHeader, MondrianServer) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Tells the cache that a segment is no longer available in an external cache.
- extractBodyFromSoap(Document) - Static method in class mondrian.tui.XmlaSupport
- extractEmbeddedFlags(String, String[][], StringBuilder) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Helper method to extract and map Java regular expression embedded flags expressions to dialect specific flags.
- extractFaultNodesFromSoap(byte[]) - Static method in class mondrian.tui.XmlaSupport
- extractFaultNodesFromSoap(Document) - Static method in class mondrian.tui.XmlaSupport
- extractNewAliases(MondrianDef.RelationOrJoin, MondrianDef.RelationOrJoin) - Method in class mondrian.rolap.RolapCubeHierarchy
-
Populates the alias map for the old and new relations.
- extractNodes(Node, String, String[][]) - Static method in class mondrian.tui.XmlaSupport
-
Given a Document and an xpath/namespace-array pair, extract and return the Nodes resulting from applying the xpath.
- extractNodesFromSoapXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
- extractNodesFromSoapXmla(Document) - Static method in class mondrian.tui.XmlaSupport
- extractNodesFromXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
- extractNodesFromXmla(Document) - Static method in class mondrian.tui.XmlaSupport
- extraPredicates(SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Adds predicates not associated with columns.
F
- fact - Variable in class mondrian.olap.MondrianDef.Cube
-
The fact table is the source of all measures in this cube.
- fact - Variable in class mondrian.rolap.HierarchyUsage
-
Fact table (or relation) which this usage is joining to.
- FACT_COUNT - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- FACT_COUNT_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- FACT_COUNT_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- factColumn - Variable in class mondrian.olap.MondrianDef.AggForeignKey
- factColumn - Variable in class mondrian.olap.MondrianDef.AggMeasureFactCount
- factcount - Variable in class mondrian.olap.MondrianDef.AggTable
-
What does the fact_count column look like.
- factCountExpr - Variable in class mondrian.rolap.RolapAggregator.BaseAggor
- factCountMatch - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- FactCountMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- FactCountMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- factCountMatches - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared FactCountMatches.
- factCountMatchRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- FactCountMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- FactCountMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- factCountName - Variable in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- factCountName - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- factor() - Method in class mondrian.parser.MdxParserImpl
- factory - Variable in class mondrian.olap4j.MondrianOlap4jDriver
- Factory() - Constructor for class mondrian.rolap.agg.AbstractColumnPredicate.Factory
- Factory() - Constructor for class mondrian.rolap.BitKey.Factory
- FACTORY - Static variable in class mondrian.spi.impl.AccessDialect
- FACTORY - Static variable in class mondrian.spi.impl.Db2Dialect
- FACTORY - Static variable in class mondrian.spi.impl.Db2OldAs400Dialect
- FACTORY - Static variable in class mondrian.spi.impl.DerbyDialect
- FACTORY - Static variable in class mondrian.spi.impl.FirebirdDialect
- FACTORY - Static variable in class mondrian.spi.impl.GoogleBigQueryDialect
- FACTORY - Static variable in class mondrian.spi.impl.GreenplumDialect
- FACTORY - Static variable in class mondrian.spi.impl.HiveDialect
- FACTORY - Static variable in class mondrian.spi.impl.HsqldbDialect
- FACTORY - Static variable in class mondrian.spi.impl.ImpalaDialect
- FACTORY - Static variable in class mondrian.spi.impl.InfobrightDialect
- FACTORY - Static variable in class mondrian.spi.impl.InformixDialect
- FACTORY - Static variable in class mondrian.spi.impl.IngresDialect
- FACTORY - Static variable in class mondrian.spi.impl.InterbaseDialect
- FACTORY - Static variable in class mondrian.spi.impl.LucidDbDialect
- FACTORY - Static variable in class mondrian.spi.impl.MariaDBDialect
- FACTORY - Static variable in class mondrian.spi.impl.MicrosoftSqlServerDialect
- FACTORY - Static variable in class mondrian.spi.impl.MonetDbDialect
- FACTORY - Static variable in class mondrian.spi.impl.MySqlDialect
- FACTORY - Static variable in class mondrian.spi.impl.NeoviewDialect
- FACTORY - Static variable in class mondrian.spi.impl.NetezzaDialect
- FACTORY - Static variable in class mondrian.spi.impl.NuoDbDialect
- FACTORY - Static variable in class mondrian.spi.impl.OracleDialect
- FACTORY - Static variable in class mondrian.spi.impl.PdiDataServiceDialect
- FACTORY - Static variable in class mondrian.spi.impl.PostgreSqlDialect
- FACTORY - Static variable in class mondrian.spi.impl.RedshiftDialect
- FACTORY - Static variable in class mondrian.spi.impl.SnowflakeDialect
- FACTORY - Static variable in class mondrian.spi.impl.SqlStreamDialect
- FACTORY - Static variable in class mondrian.spi.impl.SybaseDialect
- FACTORY - Static variable in class mondrian.spi.impl.TeradataDialect
- FACTORY - Static variable in class mondrian.spi.impl.VectorwiseDialect
- FACTORY - Static variable in class mondrian.spi.impl.VerticaDialect
- FactoryImpl() - Constructor for class mondrian.olap.Parser.FactoryImpl
- fail(Throwable) - Static method in class mondrian.util.CompletedFuture
-
Creates a completed future indicating failure.
- fail(Throwable) - Method in class mondrian.util.SlotFuture
-
Writes a throwable into the slot, indicating that the task has failed.
- FailedCreateNewDefaultAggregateRules - Variable in class mondrian.resource.MondrianResource
-
FailedCreateNewDefaultAggregateRules
is 'Failed to create new default aggregate rules using property ''{0}'' with value ''{1}''.
' - FailedToParseQuery - Variable in class mondrian.resource.MondrianResource
-
FailedToParseQuery
is 'Failed to parse query ''{0}''
' - FALSE - Static variable in class mondrian.rolap.agg.LiteralStarPredicate
- falseFunctor() - Static method in class mondrian.olap.Util
- FastBatchingCellReader - Class in mondrian.rolap
-
A
FastBatchingCellReader
doesn't really Read cells: when asked to look up the values of stored measures, it lies, and records the fact that the value was asked for. - FastBatchingCellReader(Execution, RolapCube, AggregationManager) - Constructor for class mondrian.rolap.FastBatchingCellReader
-
Creates a FastBatchingCellReader.
- FATAL_ERROR_STRING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- fatalError(SAXParseException) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- FAULT_ACTOR - Static variable in interface mondrian.xmla.XmlaConstants
- FAULT_FC_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
- FAULT_FS_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
- FAULT_NS_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
- FauxMemoryMonitor - Class in mondrian.util
-
The
FauxMemoryMonitor
implements theMemoryMonitor
interface but does nothing: all methods are empty. - FileRepository - Class in mondrian.server
-
Implementation of
Repository
that reads from adatasources.xml
file. - FileRepository(RepositoryContentFinder, CatalogLocator) - Constructor for class mondrian.server.FileRepository
- FillBuff() - Method in class mondrian.parser.SimpleCharStream
- filter - Variable in class mondrian.olap.MondrianDef.Table
-
The SQL WHERE clause expression to be appended to any select statement
- filter(Iterable<T>, Util.Functor1<Boolean, T>...) - Static method in class mondrian.olap.Util
-
Applies a collection of filters to an iterable.
- filter(String, Util.PropertyList) - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
- filter(String, Util.PropertyList) - Method in class mondrian.spi.impl.FilterDynamicSchemaProcessor
-
Reads the contents of a catalog and returns the result as a string.
- filter(String, Util.PropertyList, InputStream) - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
- filter(String, Util.PropertyList, InputStream) - Method in class mondrian.spi.impl.FilterDynamicSchemaProcessor
-
Reads the contents of a schema as a stream and returns the result as a string.
- filter(Level, CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
-
Filters a member set, keeping all members at a given Level.
- filter(Level, CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
- filterChildElements(Element, String, String) - Static method in class mondrian.xmla.XmlaUtil
- FilterChildlessSnowflakeMembers - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether to generate joins to filter out members in a snowflake dimension that do not have any children.
- FilterDynamicSchemaProcessor - Class in mondrian.spi.impl
-
Implementation of
DynamicSchemaProcessor
which allows a derived class to easily process a schema file. - FilterDynamicSchemaProcessor() - Constructor for class mondrian.spi.impl.FilterDynamicSchemaProcessor
- FilteredIterableList<T> - Class in mondrian.util
-
Iterable list which filters undesirable elements.
- FilteredIterableList(List<? extends T>, FilteredIterableList.Filter) - Constructor for class mondrian.util.FilteredIterableList
- FilteredIterableList.Filter<T> - Interface in mondrian.util
-
Filter to determine which elements should be shown.
- finalCleanUp() - Method in class mondrian.rolap.aggmatcher.AggTableManager
-
This should ONLY be called if the AggTableManager is no longer going to be used.
- finalCleanUp() - Method in class mondrian.rolap.RolapSchema
-
Performs a sweep of the JDBC tables caches and the segment data.
- finalize() - Method in class mondrian.rolap.RolapConnection
- finalize() - Method in class mondrian.rolap.RolapSchema
- finalize() - Method in class mondrian.server.FileRepository
- FinalizerErrorMondrianServerImpl - Variable in class mondrian.resource.MondrianResource
-
FinalizerErrorMondrianServerImpl
is 'An exception was encountered while finalizing a RolapSchema object instance.
' - FinalizerErrorRolapConnection - Variable in class mondrian.resource.MondrianResource
-
FinalizerErrorRolapConnection
is 'An exception was encountered while finalizing a RolapConnection object instance.
' - FinalizerErrorRolapSchema - Variable in class mondrian.resource.MondrianResource
-
FinalizerErrorRolapSchema
is 'An exception was encountered while finalizing a RolapSchema object instance.
' - find(String) - Method in class mondrian.olap.MondrianDef.InlineTable
- find(String) - Method in class mondrian.olap.MondrianDef.Join
- find(String) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- find(String) - Method in class mondrian.olap.MondrianDef.Table
- find(String) - Method in class mondrian.olap.MondrianDef.View
- findAgg(RolapStar, BitKey, BitKey, boolean[]) - Static method in class mondrian.rolap.agg.AggregationManager
-
Finds an aggregate table in the given star which has the desired levels and measures.
- findAncestor(String) - Method in class mondrian.rolap.RolapStar.Table
-
Returns an ancestor with a given alias, or null if not found.
- findAxisValues(CacheControl.CellRegion) - Static method in class mondrian.rolap.CacheControlImpl
- findBaseCubeLevel(RolapLevel) - Method in class mondrian.rolap.RolapCube
-
Locates the base cube level for a particular virtual level.
- findBestMemberMatch(List<? extends Member>, RolapMember, RolapLevel, Id.Segment, MatchType) - Static method in class mondrian.rolap.RolapUtil
-
Locates a member specified by its member name, from an array of members.
- findChild(MondrianDef.Relation, RolapStar.Condition) - Method in class mondrian.rolap.RolapStar.Table
-
Returns a child relation which maps onto a given relation, or null if there is none.
- findDescendant(String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Find descendant of fact table with given name or return null.
- findDescendant(String) - Method in class mondrian.rolap.RolapStar.Table
-
Returns a descendant with a given alias, or null if none found.
- findFormula(String) - Method in class mondrian.olap.Query
-
Looks up a calculated member or set defined in this Query.
- findMeasures(CacheControl.CellRegion) - Static method in class mondrian.rolap.CacheControlImpl
-
Returns a list of members of the Measures dimension which are mentioned somewhere in a region specification.
- findRollupCandidates(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Returns a list of segments that can be rolled up to satisfy a given cell request.
- findRollupCandidates(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- findTable(String) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Find a table by name (alias) that is a descendant of the base fact table.
- findTableWithLeftCondition(MondrianDef.Expression) - Method in class mondrian.rolap.RolapStar.Table
-
This is used during aggregate table validation to make sure that the mapping from for the aggregate join condition is valid.
- findTableWithLeftJoinCondition(String) - Method in class mondrian.rolap.RolapStar.Table
-
Finds the child table of the fact table with the given columnName used in its left join condition.
- FIREBIRD - mondrian.spi.Dialect.DatabaseProduct
- FirebirdDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Firebird database. - FirebirdDialect(Connection) - Constructor for class mondrian.spi.impl.FirebirdDialect
-
Creates a FirebirdDialect.
- fireSegmentCacheEvent(SegmentCache.SegmentCacheListener.SegmentCacheEvent) - Method in class mondrian.rolap.cache.MemorySegmentCache
- first() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
Moves to before the first row.
- first() - Method in class mondrian.util.ArraySortedSet
- FIRST - mondrian.olap.MatchType
-
Return the first child
- FirstQResolver - Static variable in class mondrian.olap.fun.extra.NthQuartileFunDef
- FIRSTROWSET - Static variable in interface mondrian.olap.ParserSym
- FIRSTROWSET - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- fix() - Method in class mondrian.calc.impl.AbstractTupleList
- fix() - Method in class mondrian.calc.impl.UnaryTupleList
- fix() - Method in interface mondrian.calc.TupleList
-
Fixes the tuples of this list, so that their contents will not change even if elements of the list are reordered or removed.
- fix(Object) - Static method in class mondrian.olap.fun.vba.Vba
- FixedCalcImpl(Exp, Hierarchy) - Constructor for class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
- flags - Variable in class mondrian.olap.fun.FunDefBase
- flags - Variable in class mondrian.olap.MemberBase
-
Combines member type and other properties, such as whether the member is the 'all' or 'null' member of its hierarchy and whether it is a measure or is calculated, into an integer field.
- flatList(List<T>) - Static method in class mondrian.olap.Util
-
Creates a memory-, CPU- and cache-efficient immutable list from an existing list.
- flatList(T...) - Static method in class mondrian.olap.Util
-
Creates a memory-, CPU- and cache-efficient immutable list.
- flatListCopy(T...) - Static method in class mondrian.olap.Util
-
Creates a memory-, CPU- and cache-efficient immutable list, always copying the contents.
- flush() - Method in class mondrian.xmla.impl.DefaultSaxWriter
- flush() - Method in interface mondrian.xmla.SaxWriter
-
Flushes any unwritten output.
- flush(CacheControl.CellRegion) - Method in interface mondrian.olap.CacheControl
-
Atomically flushes all the cells in the cell cache that correspond to measures in a cube and to a given region.
- flush(CacheControl.CellRegion) - Method in class mondrian.rolap.CacheControlImpl
- flush(CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
-
Atomically flushes all members in the member cache which belong to a given set.
- flush(CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
- flushBase64() - Method in class mondrian.util.Base64.OutputStream
-
Method added by PHIL.
- flushBuffer() - Method in class mondrian.tui.MockHttpServletResponse
-
Forces any content in the buffer to be written to the client.
- flushCache() - Method in class mondrian.rolap.MemberCacheHelper
- flushCache() - Method in class mondrian.rolap.RolapNativeSet
- flushCatalog(String) - Method in class mondrian.server.DynamicContentFinder
- FlushCommand(Locus, SegmentCacheManager, CacheControl.CellRegion, CacheControlImpl) - Constructor for class mondrian.rolap.agg.SegmentCacheManager.FlushCommand
- flushJdbcSchema() - Method in class mondrian.rolap.RolapSchema
-
Clears the cache of JDBC tables for the aggs.
- flushNonUnion(CacheControl.CellRegion) - Method in class mondrian.rolap.CacheControlImpl
- flushObsoleteCatalogs(DataSourcesConfig.DataSources) - Method in class mondrian.server.DynamicContentFinder
- flushRegionList(List<CacheControl.CellRegion>) - Method in class mondrian.rolap.CacheControlImpl
-
Flushes a list of cell regions.
- FlushResult(List<Callable<Boolean>>) - Constructor for class mondrian.rolap.agg.SegmentCacheManager.FlushResult
- flushSchema(String, String, String, String) - Method in interface mondrian.olap.CacheControl
-
Flushes the given Schema instance from the pool.
- flushSchema(String, String, String, String) - Method in class mondrian.rolap.CacheControlImpl
- flushSchema(String, DataSource) - Method in interface mondrian.olap.CacheControl
-
Flushes the given Schema instance from the pool.
- flushSchema(String, DataSource) - Method in class mondrian.rolap.CacheControlImpl
- flushSchema(Schema) - Method in interface mondrian.olap.CacheControl
-
Flushes the given Schema instance from the pool
- flushSchema(Schema) - Method in class mondrian.rolap.CacheControlImpl
-
Flushes the given RolapSchema instance from the pool
- flushSchemaCache() - Method in interface mondrian.olap.CacheControl
-
Flushes the cache which maps schema URLs to metadata.
- flushSchemaCache() - Method in class mondrian.rolap.CacheControlImpl
- flushSchemaCache(OlapConnection) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Makes the connection send a command to the server to flush all caches.
- flushSegments() - Method in class mondrian.rolap.RolapSchema
- flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
flushes all star usage references
- flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
flushes all star usage references
- flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
flushes all star usage references
- FONT_FLAGS - Static variable in class mondrian.olap.Property
- FONT_FLAGS_ORDINAL - Static variable in class mondrian.olap.Property
- FONT_NAME - Static variable in class mondrian.olap.Property
- FONT_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- FONT_SIZE - Static variable in class mondrian.olap.Property
- FONT_SIZE_ORDINAL - Static variable in class mondrian.olap.Property
- FoodmartJdbcURL - Variable in class mondrian.olap.MondrianProperties
-
Property containing the JDBC URL of the FoodMart database.
- FOR - Static variable in interface mondrian.olap.ParserSym
- FOR - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- forCategory(int) - Static method in enum mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- ForceMessageRecorderError - Variable in class mondrian.resource.MondrianResource
-
ForceMessageRecorderError
is 'Context ''{0}'': Client forcing return with errors ''{1,number}''
' - forClass(Class<T>) - Static method in class mondrian.util.ServiceDiscovery
-
Creates a ServiceDiscovery.
- forConnection(Connection) - Static method in class mondrian.olap.MondrianServer
-
Returns the MondrianServer that hosts a given connection.
- forDimension(Dimension) - Static method in class mondrian.olap.type.DimensionType
- forDimension(Dimension) - Static method in class mondrian.olap.type.MemberType
- FORE_COLOR - Static variable in class mondrian.olap.Property
- FORE_COLOR_ORDINAL - Static variable in class mondrian.olap.Property
- forecast(LinReg.Value) - Static method in class mondrian.olap.fun.LinReg
- FOREIGN_KEY - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- FOREIGN_KEY_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- FOREIGN_KEY_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- foreignKey - Variable in class mondrian.olap.MondrianDef.CubeDimension
- foreignKeyMatch - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- ForeignKeyMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- ForeignKeyMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- foreignKeyMatches - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared ForeignKeyMatches.
- foreignKeyMatchRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- ForeignKeyMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- ForeignKeyMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- foreignKeys - Variable in class mondrian.olap.MondrianDef.AggTable
- forHierarchy(Hierarchy) - Static method in class mondrian.olap.type.HierarchyType
- forHierarchy(Hierarchy) - Static method in class mondrian.olap.type.MemberType
- forId(String) - Static method in class mondrian.olap.MondrianServer
-
Returns the server with the given id.
- forLevel(Level) - Static method in class mondrian.olap.type.LevelType
- forLevel(Level) - Static method in class mondrian.olap.type.MemberType
- forLogicalOrdinal(int) - Static method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Returns an axis with a given number.
- FORMAL_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- format(Object) - Method in interface mondrian.olap.Evaluator
-
Formats a value as a string according to the current context's format.
- format(Object) - Method in class mondrian.rolap.RolapEvaluator
- format(Object) - Method in class mondrian.util.Format
- format(Object, String) - Method in interface mondrian.olap.Evaluator
-
Formats a value as a string according to the current context's format, using a given format string.
- format(Object, String) - Method in class mondrian.rolap.RolapEvaluator
- Format - Class in mondrian.util
-
Format
formats numbers, strings and dates according to the same specification as Visual Basic'sformat()
function. - Format - mondrian.xmla.PropertyDefinition
- Format(String, Locale) - Constructor for class mondrian.util.Format
-
Constructs a
Format
in a specific locale. - Format(String, Format.FormatLocale) - Constructor for class mondrian.util.Format
-
Constructs a
Format
in a specific locale. - FORMAT_EXP - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the format string.
- FORMAT_EXP_ORDINAL - Static variable in class mondrian.olap.Property
- FORMAT_EXP_PARSED - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds the parsed format string (an object of type
Exp
). - FORMAT_EXP_PARSED_ORDINAL - Static variable in class mondrian.olap.Property
- FORMAT_STRING - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the format string used to format cell values.
- FORMAT_STRING_ORDINAL - Static variable in class mondrian.olap.Property
- Format.FormatLocale - Class in mondrian.util
-
A FormatLocale contains all information necessary to format objects based upon the locale of the end-user.
- formatCell(Object) - Method in interface mondrian.spi.CellFormatter
-
Formats a cell value.
- formatCurrency(Object) - Static method in class mondrian.olap.fun.vba.Vba
- formatCurrency(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatCurrency(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatCurrency(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatCurrency(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatDateTime(Date) - Static method in class mondrian.olap.fun.vba.Vba
- formatDateTime(Date, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatDetail(String) - Static method in exception mondrian.xmla.XmlaException
- formatErrorInfo(XmlUtil.SaxErrorHandler.ErrorInfo) - Static method in class mondrian.tui.XmlUtil.SaxErrorHandler
- formatErrorInfos(XmlUtil.SaxErrorHandler) - Static method in class mondrian.tui.XmlUtil.SaxErrorHandler
- formatFaultCode(String, String) - Static method in exception mondrian.xmla.XmlaException
- formatFaultCode(String, String, String) - Static method in exception mondrian.xmla.XmlaException
- formatFaultCode(XmlaException) - Static method in exception mondrian.xmla.XmlaException
- formatMember(Member) - Method in interface mondrian.spi.MemberFormatter
-
Returns the string to be displayed as a caption for a given member.
- formatNumber(Object) - Static method in class mondrian.olap.fun.vba.Vba
- formatNumber(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatNumber(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatNumber(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatNumber(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatPercent(Object) - Static method in class mondrian.olap.fun.vba.Vba
- formatPercent(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatPercent(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatPercent(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatPercent(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- formatProperty(Member, String, Object) - Method in interface mondrian.spi.PropertyFormatter
- formatString - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- formatString - Variable in class mondrian.olap.MondrianDef.Measure
- FORMATTED_VALUE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the formatted value of a cell.
- FORMATTED_VALUE_ORDINAL - Static variable in class mondrian.olap.Property
- formatter - Variable in class mondrian.olap.MondrianDef.Level
- formatter - Variable in class mondrian.olap.MondrianDef.Measure
- formatter - Variable in class mondrian.olap.MondrianDef.Property
- formatterAttr(String) - Method in class mondrian.rolap.format.FormatterCreateContext.Builder
-
In order to support previous version's configurations, a custom formatter can be specified by only specifying its class name in attribute "formatter".
- FormatterCreateContext - Class in mondrian.rolap.format
-
Context data to create a formatter for the element.
- FormatterCreateContext.Builder - Class in mondrian.rolap.format
-
Builder to create an instance of FormatterCreateContext.
- formatterDef(MondrianDef.ElementFormatter) - Method in class mondrian.rolap.format.FormatterCreateContext.Builder
-
Data from Mondrian xml schema file to create a custom implementation of a requested formatter.
- FormatterFactory - Class in mondrian.rolap.format
-
Formatter factory to provide a single point to create different formatters for element values.
- formatValueFormatters - Static variable in class mondrian.rolap.RolapResult
-
Synchronized Map from Locale to ValueFormatter.
- forMember(Member) - Static method in class mondrian.olap.type.MemberType
- formula - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- formula - Variable in class mondrian.olap.MondrianDef.NamedSet
- Formula - Class in mondrian.olap
-
A
Formula
is a clause in an MDX query which defines a Set or a Member. - Formula() - Constructor for class mondrian.olap.MondrianDef.Formula
- Formula(Id, Exp) - Constructor for class mondrian.olap.Formula
-
Constructs formula specifying a set.
- Formula(Id, Exp, MemberProperty[]) - Constructor for class mondrian.olap.Formula
-
Constructs a formula specifying a member.
- Formula(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Formula
- FORMULA - mondrian.olap.Member.MemberType
- FORMULA - Static variable in class mondrian.olap.Property
-
Definition of the internal property which returns a calculated member's
Formula
object. - FORMULA_ORDINAL - Static variable in class mondrian.olap.Property
- FORMULA_STRING - Static variable in interface mondrian.olap.ParserSym
- formulaElement - Variable in class mondrian.olap.MondrianDef.CalculatedMember
-
MDX expression which gives the value of this member.
- formulaElement - Variable in class mondrian.olap.MondrianDef.NamedSet
-
MDX expression which gives the value of this set.
- formulaExpression() - Method in class mondrian.parser.MdxParserImpl
- forName(String, boolean) - Method in class mondrian.util.ClassResolver.AbstractClassResolver
- forName(String, boolean) - Method in interface mondrian.util.ClassResolver
-
Equivalent of
Class.forName(String, boolean, ClassLoader)
. - forType(Type) - Static method in class mondrian.olap.type.DimensionType
- forType(Type) - Static method in class mondrian.olap.type.HierarchyType
- forType(Type) - Static method in class mondrian.olap.type.LevelType
- forType(Type) - Static method in class mondrian.olap.type.MemberType
- forward() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- forward() - Method in interface mondrian.calc.TupleCursor
-
Moves the iterator forward one position.
- forward(ServletRequest, ServletResponse) - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- found - Variable in class mondrian.olap.fun.ResolvedFunCallFinder
- FREE - Static variable in class mondrian.util.ObjectPool
- freeEntries - Variable in class mondrian.util.ObjectPool
-
The number of table entries in state==FREE.
- FRESH - mondrian.server.Execution.State
-
Identifies the state in which an execution is before it has started resolving the query.
- FROM - Static variable in interface mondrian.olap.ParserSym
- FROM - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- FULL - mondrian.olap.Role.RollupPolicy
-
The value of the cell is obtained by rolling up the values of all children.
- FULL - Static variable in class mondrian.util.ObjectPool
- FULL_SCHEMA_VALIDATION_FEATURE_ID - Static variable in class mondrian.tui.XmlUtil
- FunCall - Interface in mondrian.olap
-
A
FunCall
is a function applied to a list of operands. - Function - mondrian.olap.Syntax
-
Defines syntax for expression invoked
FUNCTION()
orFUNCTION(args)
. - FunctionDefinition(String, String, String, int, int, String, String) - Constructor for class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- FunctionMbrAndLevelHierarchyMismatch - Variable in class mondrian.resource.MondrianResource
-
FunctionMbrAndLevelHierarchyMismatch
is 'The <level> and <member> arguments to {0} must be from the same hierarchy.
- functionName - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- FunDef - Interface in mondrian.olap
-
Definition of an MDX function.
- FunDefBase - Class in mondrian.olap.fun
-
FunDefBase
is the default implementation ofFunDef
. - FunDefBase(String, String, String) - Constructor for class mondrian.olap.fun.FunDefBase
-
Creates an operator.
- FunDefBase(String, String, String, String) - Constructor for class mondrian.olap.fun.FunDefBase
-
Creates an operator with an explicit signature.
- FunInfo - Class in mondrian.olap.fun
-
Support class for the
CmdRunner
allowing one to view available functions and their syntax. - FunTable - Interface in mondrian.olap
-
List of all MDX functions.
- FunTable.Builder - Interface in mondrian.olap
-
Builder that assists with the construction of a function table by providing callbacks to define functions.
- FunTableImpl - Class in mondrian.olap.fun
-
Abstract implementation of
FunTable
. - FunTableImpl() - Constructor for class mondrian.olap.fun.FunTableImpl
-
Creates a FunTableImpl.
- FunUtil - Class in mondrian.olap.fun
-
FunUtil
contains a set of methods useful within themondrian.olap.fun
package. - FunUtil() - Constructor for class mondrian.olap.fun.FunUtil
- FunUtil.DescendingValueComparator - Class in mondrian.olap.fun
-
Compares cell values, so that larger values compare first.
- fV(double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- fV(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- fV(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
G
- GcIterator(Iterator<? extends Reference<T>>) - Constructor for class mondrian.olap.Util.GcIterator
- GE - Static variable in interface mondrian.olap.ParserSym
- GE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- generate(List<ResultStyle>, List<ResultStyle>) - Static method in exception mondrian.olap.ResultStyleException
- GenerateAggregateSql - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether to print the SQL code generated for aggregate tables.
- generateBadType(List<ResultStyle>, ResultStyle) - Static method in exception mondrian.olap.ResultStyleException
- generateCountExpression(String) - Method in interface mondrian.spi.Dialect
-
Some databases, like Greenplum, don't include nulls as part of the results of a COUNT sql call.
- generateCountExpression(String) - Method in class mondrian.spi.impl.GreenplumDialect
- generateCountExpression(String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- generatedExpectResponse(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Static method in class mondrian.xmla.XmlaRequestCallback.Helper
- generateExprString(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
- generateExprString(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
-
Generates a SQL expression, which typically this looks like this:
tableName.columnName
. - generateExprString(SqlQuery) - Method in class mondrian.rolap.RolapStar.Column
-
Generates a SQL expression, which typically this looks like this:
tableName.columnName
. - generateFilterCondition(Exp) - Method in class mondrian.rolap.RolapNativeSql
- GenerateFormattedSql - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls pretty-print mode.
- generateInline(List<String>, List<String>, List<String[]>) - Method in interface mondrian.spi.Dialect
-
Generates a SQL statement to represent an inline dataset.
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.AccessDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.DerbyDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.HiveDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.HsqldbDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.ImpalaDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.IngresDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.JdbcDialectImpl
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.MySqlDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.NeoviewDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.NuoDbDialect
-
In order to generate a SQL statement to represent an inline dataset NuoDB requires that you use FROM DUAL.
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.OracleDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.RedshiftDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.SnowflakeDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.TeradataDialect
- generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.VerticaDialect
- generateInlineForAnsi(String, List<String>, List<String>, List<String[]>, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Generates inline values list using ANSI 'VALUES' syntax.
- generateInlineGeneric(List<String>, List<String>, List<String[]>, String, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Generic algorithm to generate inline values list, using an optional FROM clause, specified by the caller of this method, appropriate to the dialect of SQL.
- generateLowThreshold() - Method in class mondrian.util.AbstractMemoryMonitor
-
Returns the lowest threshold from the list of
Listener
s. - generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.AccessDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.FirebirdDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.HiveDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.ImpalaDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.InformixDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Generates SQL to force null values to collate last.
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.MySqlDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.OracleDialect
- generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.PostgreSqlDialect
- generateOrderByNullsAnsi(String, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Implementation for the
JdbcDialectImpl.generateOrderByNulls(java.lang.String, boolean, boolean)
method that uses the ANSI syntax "expr direction NULLS LAST" and "expr direction NULLS FIRST". - generateOrderItem(String, boolean, boolean, boolean) - Method in interface mondrian.spi.Dialect
-
Generates an item for an ORDER BY clause, sorting in the required direction, and ensuring that NULL values collate either before or after all non-NULL values, depending on the
collateNullsLast
parameter. - generateOrderItem(String, boolean, boolean, boolean) - Method in class mondrian.spi.impl.ImpalaDialect
- generateOrderItem(String, boolean, boolean, boolean) - Method in class mondrian.spi.impl.InfobrightDialect
- generateOrderItem(String, boolean, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
- generateParseException() - Method in class mondrian.parser.MdxParserImpl
-
Generate ParseException.
- generateRegularExpression(String, String) - Method in interface mondrian.spi.Dialect
-
Must generate a String representing a regular expression match operation between a string literal and a Java regular expression.
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.ImpalaDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.MySqlDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.NetezzaDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.OracleDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.PostgreSqlDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.RedshiftDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.SnowflakeDialect
- generateRegularExpression(String, String) - Method in class mondrian.spi.impl.VerticaDialect
- generateRollupString(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
- generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- generateSessionId(Map<String, Object>) - Method in interface mondrian.xmla.XmlaRequestCallback
-
The Callback is requested to generate a sequence id string.
- generateSql(List<RolapStar.Column>, List<String>) - Method in class mondrian.rolap.RolapStar
-
Generates a SQL statement to read all instances of the given attributes.
- generateSql(GroupingSetsList, List<StarPredicate>) - Static method in class mondrian.rolap.agg.AggregationManager
-
Generates the query to retrieve the cells for a list of segments.
- generateSqlQuery() - Method in class mondrian.rolap.agg.AbstractQuerySpec
- generateSqlQuery() - Method in interface mondrian.rolap.agg.QuerySpec
- generateTopCountOrderBy(Exp) - Method in class mondrian.rolap.RolapNativeSql
-
Generates an aggregate of a measure, e.g.
- generateUuidString() - Static method in class mondrian.olap.Util
-
Generates a unique id.
- generateUuidString() - Method in interface mondrian.util.UtilCompatible
- generateUuidString() - Method in class mondrian.util.UtilCompatibleJdk15
- Generator() - Constructor for class mondrian.rolap.CellKey.Generator
- Generator() - Constructor for class mondrian.rolap.Modulos.Generator
- genericArray(Class<T>, int) - Static method in class mondrian.olap.Util
- GenericCalc - Class in mondrian.calc.impl
-
Adapter which computes a scalar or tuple expression and converts it to any required type.
- GenericCalc(Exp) - Constructor for class mondrian.calc.impl.GenericCalc
-
Creates a GenericCalc without specifying child calculated expressions.
- GenericCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.GenericCalc
-
Creates an GenericCalc.
- GenericIterCalc - Class in mondrian.calc.impl
-
Adapter which computes a set expression and converts it to any list or iterable type.
- GenericIterCalc(Exp) - Constructor for class mondrian.calc.impl.GenericIterCalc
-
Creates a GenericIterCalc without specifying child calculated expressions.
- GenericIterCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.GenericIterCalc
-
Creates an GenericIterCalc.
- get() - Method in interface mondrian.olap.Util.MemoryInfo
- get() - Method in interface mondrian.rolap.SqlStatement.Accessor
- get() - Method in class mondrian.util.CompletedFuture
- get() - Method in class mondrian.util.ExpiringReference
- get() - Method in class mondrian.util.SlotFuture
- get(int) - Method in class mondrian.calc.impl.ArrayTupleList
- get(int) - Method in class mondrian.calc.impl.DelegatingTupleList
- get(int) - Method in class mondrian.calc.impl.ListTupleList
- get(int) - Method in class mondrian.calc.impl.UnaryTupleList
- get(int) - Method in class mondrian.olap.Util.Flat2List
- get(int) - Method in class mondrian.olap.Util.Flat3List
- get(int) - Method in class mondrian.rolap.BitKey.Big
- get(int) - Method in interface mondrian.rolap.BitKey
-
Returns the value of the bit with the specified index.
- get(int) - Method in class mondrian.rolap.BitKey.Mid128
- get(int) - Method in class mondrian.rolap.BitKey.Small
- get(int) - Method in class mondrian.util.CartesianProductList
- get(int) - Method in class mondrian.util.CombiningGenerator
- get(int) - Method in class mondrian.util.CompositeList
- get(int) - Method in class mondrian.util.ConcatenableList
- get(int) - Method in class mondrian.util.FilteredIterableList
- get(int) - Method in class mondrian.util.TraversalList
- get(int) - Method in class mondrian.util.UnsupportedList
- get(int, int) - Method in class mondrian.calc.impl.AbstractTupleList
- get(int, int) - Method in class mondrian.calc.impl.ArrayTupleList
- get(int, int) - Method in class mondrian.calc.impl.ListTupleList
- get(int, int) - Method in class mondrian.calc.impl.UnaryTupleList
- get(int, int) - Method in interface mondrian.calc.TupleList
-
Returns a particular column of a particular row.
- get(long, TimeUnit) - Method in class mondrian.util.CompletedFuture
- get(long, TimeUnit) - Method in class mondrian.util.SlotFuture
- get(Object) - Method in class mondrian.util.CacheMap
- get(String) - Method in class mondrian.olap.Util.PropertyList
- get(String) - Method in class mondrian.util.ExpiringReference
- get(String) - Method in class mondrian.util.LockBox
-
Retrieves an entry using its string moniker.
- get(String, String) - Method in class mondrian.olap.Util.PropertyList
- get(String, Locale) - Static method in class mondrian.util.Format
-
Constructs a
Format
in a specific locale, or retrieves one from the cache if one already exists. - get(ResultSet, int) - Method in enum mondrian.rolap.SqlStatement.Type
- get(K) - Method in interface mondrian.rolap.cache.SmartCache
-
Looks up and returns a cache value according to a given key.
- get(K) - Method in class mondrian.rolap.cache.SmartCacheImpl
- get(K) - Method in class mondrian.rolap.SmartIncrementalCache
- get(K) - Method in class mondrian.util.BlockingHashMap
-
Retrieves the response from the map matching the given key, blocking until it is received.
- get(K, SqlConstraint) - Method in class mondrian.rolap.SmartMemberListCache
- get(RolapEvaluator) - Method in class mondrian.rolap.FastBatchingCellReader
- get(SegmentHeader) - Method in class mondrian.rolap.agg.SegmentCacheWorker
-
Returns a segment body corresponding to a header.
- get(SegmentHeader) - Method in class mondrian.rolap.cache.MemorySegmentCache
- get(SegmentHeader) - Method in interface mondrian.spi.SegmentCache
-
Returns a SegmentBody once the cache has returned any results, or null if no segment corresponding to the header could be found.
- get(SpatialValueTree.SpatialRegion<K, E>) - Method in interface mondrian.util.SpatialValueTree
-
Looks up all the values registered in nodes intersecting with the provided region key.
- get(SpatialValueTree2.SpatialRegionRequest) - Method in interface mondrian.util.SpatialValueTree2
-
Looks up all the values registered in nodes intersecting with the provided region key.
- getAcceptableResultStyles() - Method in interface mondrian.calc.ExpCompiler
-
Returns a list of the
ResultStyle
s acceptable to the caller. - getAcceptableResultStyles() - Method in class mondrian.calc.impl.AbstractExpCompiler
- getAcceptableResultStyles() - Method in class mondrian.calc.impl.DelegatingExpCompiler
- getAccess() - Method in interface mondrian.olap.Role.AllHierarchyAccess
-
Returns the access to whole hierarchy.
- getAccess() - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- getAccess(Cube) - Method in class mondrian.olap.DelegatingRole
- getAccess(Cube) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given cube.
- getAccess(Cube) - Method in class mondrian.olap.RoleImpl
- getAccess(Dimension) - Method in class mondrian.olap.DelegatingRole
- getAccess(Dimension) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given dimension.
- getAccess(Dimension) - Method in class mondrian.olap.RoleImpl
- getAccess(Hierarchy) - Method in class mondrian.olap.DelegatingRole
- getAccess(Hierarchy) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given hierarchy.
- getAccess(Hierarchy) - Method in class mondrian.olap.RoleImpl
- getAccess(Level) - Method in class mondrian.olap.DelegatingRole
- getAccess(Level) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given level.
- getAccess(Level) - Method in class mondrian.olap.RoleImpl
- getAccess(Member) - Method in class mondrian.olap.DelegatingRole
- getAccess(Member) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given member.
- getAccess(Member) - Method in interface mondrian.olap.Role.HierarchyAccess
-
Returns the access the current role has to a given member.
- getAccess(Member) - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- getAccess(Member) - Method in class mondrian.olap.RoleImpl
- getAccess(NamedSet) - Method in class mondrian.olap.DelegatingRole
- getAccess(NamedSet) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given named set.
- getAccess(NamedSet) - Method in class mondrian.olap.RoleImpl
- getAccess(Schema) - Method in class mondrian.olap.DelegatingRole
- getAccess(Schema) - Method in interface mondrian.olap.Role
-
Returns the access this role has to a given schema.
- getAccess(Schema) - Method in class mondrian.olap.RoleImpl
- getAccessDetails(Hierarchy) - Method in class mondrian.olap.DelegatingRole
-
Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.
- getAccessDetails(Hierarchy) - Method in interface mondrian.olap.Role
-
Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.
- getAccessDetails(Hierarchy) - Method in class mondrian.olap.RoleImpl
- getAccessors() - Method in class mondrian.rolap.SqlStatement
- getActiveNativeExpansions() - Method in class mondrian.rolap.RolapEvaluator
-
Set of expressions actively being expanded.
- getAggExcludes() - Method in class mondrian.olap.MondrianDef.AggPattern
- getAggExcludes() - Method in class mondrian.olap.MondrianDef.Table
- getAggFactCount() - Method in class mondrian.olap.MondrianDef.AggTable
- getAggForeignKeys() - Method in class mondrian.olap.MondrianDef.AggTable
- getAggGroup() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get the Group with which is a part.
- getAggGroup() - Method in class mondrian.rolap.RolapCube
- getAggGroups(RolapStar) - Method in class mondrian.rolap.aggmatcher.AggTableManager
-
Returns a list containing every
ExplicitRules.Group
in every cubes in a givenRolapStar
. - getAggIgnoreColumns() - Method in class mondrian.olap.MondrianDef.AggTable
- getAggLevels() - Method in class mondrian.olap.MondrianDef.AggTable
- getAggMeasures() - Method in class mondrian.olap.MondrianDef.AggTable
- getAggregateFK(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get the name of the aggregate table's foreign key column that matches the base fact table's foreign key column or return null.
- getAggregateFKColumnName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
- getAggregationLists() - Method in class mondrian.rolap.RolapEvaluator
- getAggregationManager() - Method in class mondrian.olap.MondrianServer
- getAggregator() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
-
Get this Measure's RolapAggregator.
- getAggregator() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
Returns the aggregator associated with this usage (if its a measure usage, otherwise null).
- getAggregator() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getAggregator() - Method in class mondrian.rolap.RolapStar.Measure
- getAggregator() - Method in interface mondrian.rolap.RolapStoredMeasure
-
Returns the aggregation function which rolls up this measure: "SUM", "COUNT", etc.
- getAggregator() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getAggRule() - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Returns the
DefaultDef.AggRule
whose tag equals this rule's tag. - getAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Returns the
DefaultDef.AggRule
whose tag equals the parameter tag, or null if not found. - getAggRules() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getAggStar() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Get this table's enclosing AggStar.
- getAggStars() - Method in class mondrian.rolap.RolapStar
-
Returns this RolapStar's aggregate table AggStars, ordered in ascending order of size.
- getAggTables() - Method in class mondrian.olap.MondrianDef.Table
- getAlias() - Method in class mondrian.olap.MondrianDef.InlineTable
- getAlias() - Method in class mondrian.olap.MondrianDef.Relation
- getAlias() - Method in class mondrian.olap.MondrianDef.Table
-
Returns the alias or, if it is null, the table name.
- getAlias() - Method in class mondrian.olap.MondrianDef.View
- getAlias() - Method in class mondrian.rolap.RolapStar.Table
- getAlias(String) - Method in class mondrian.rolap.sql.SqlQuery
- getAliasList() - Method in class mondrian.rolap.RolapStar
-
Returns a list of all aliases used in this star.
- getAllLevelName() - Method in class mondrian.olap.HierarchyBase
-
Returns the name of the 'all' level in this hierarchy.
- getAllLevelName() - Method in class mondrian.rolap.RolapCubeHierarchy
- getAllMember() - Method in interface mondrian.olap.Hierarchy
-
Returns the "All" member of this hierarchy.
- getAllMember() - Method in class mondrian.rolap.RolapCubeHierarchy
-
Returns the 'all' member.
- getAllMember() - Method in class mondrian.rolap.RolapHierarchy
-
Returns the 'all' member.
- getAllMemberName() - Method in class mondrian.olap.HierarchyBase
- getAllMemberName() - Method in class mondrian.rolap.RolapCubeHierarchy
- getAllMembers(SchemaReader, Hierarchy) - Static method in class mondrian.rolap.RolapMemberBase
-
Returns a list of member lists where the first member list is the root members while the last member array is the leaf members.
- getAncestor(int) - Method in class mondrian.olap.Walker
- getAncestorMembers() - Method in interface mondrian.olap.Member
-
Deprecated.
- getAncestorMembers() - Method in class mondrian.olap.MemberBase
- getAncestorMembers() - Method in class mondrian.rolap.DelegatingRolapMember
- getAncestorOrdinal(int) - Method in class mondrian.olap.Walker
-
get the ordinal within its parent node of the
iDepth
th ancestor. - getAncestors(E) - Method in class mondrian.util.PartiallyOrderedSet
-
Returns a list of values in the set that are less-than a given value.
- getAnnotation(Method, String, T) - Static method in class mondrian.olap.Util
-
Returns an annotation of a particular class on a method.
- getAnnotation(Method, String, T) - Method in interface mondrian.util.UtilCompatible
- getAnnotation(Method, String, T) - Method in class mondrian.util.UtilCompatibleJdk15
- getAnnotationMap() - Method in interface mondrian.olap.Annotated
-
Returns a list of annotations.
- getAnnotationMap() - Method in class mondrian.olap.Query.ScopedNamedSet
- getAnnotationMap() - Method in class mondrian.olap.SetBase
- getAnnotationMap() - Method in class mondrian.rolap.DelegatingRolapMember
- getAnnotationMap() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getAnnotationMap() - Method in class mondrian.rolap.RolapCalculatedMember
- getAnnotationMap() - Method in class mondrian.rolap.RolapCube
- getAnnotationMap() - Method in class mondrian.rolap.RolapHierarchy
- getAnnotationMap() - Method in class mondrian.rolap.RolapLevel
- getAnnotationMap() - Method in class mondrian.rolap.RolapMemberBase
- getAnnotationMap() - Method in class mondrian.rolap.RolapSchema
- getAnnotationMap() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getAnnotationMap(MetadataElement) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns a map containing annotations on this element.
- getApproxRowCount() - Method in interface mondrian.olap.Level
-
Returns the approximate number of members in this level, or
Integer.MIN_VALUE
if no approximation is known. - getApproxRowCount() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Returns an approximate number of rows in this table.
- getApproxRowCount() - Method in class mondrian.rolap.RolapLevel
- getApproxRowCountAttribute() - Method in class mondrian.olap.MondrianDef.AggName
- getArg(int) - Method in class mondrian.mdx.ResolvedFunCall
-
Returns the Exp argument at the specified index.
- getArg(int) - Method in class mondrian.mdx.UnresolvedFunCall
-
Returns the Exp argument at the specified index.
- getArg(int) - Method in interface mondrian.olap.FunCall
-
Returns the
index
th argument to this function call. - getArgCount() - Method in class mondrian.mdx.ResolvedFunCall
-
Returns the number of arguments.
- getArgCount() - Method in class mondrian.mdx.UnresolvedFunCall
-
Returns the number of arguments.
- getArgCount() - Method in interface mondrian.olap.FunCall
-
Returns the number of arguments to this function.
- getArgs() - Method in class mondrian.mdx.ResolvedFunCall
-
Returns the internal array of Exp arguments.
- getArgs() - Method in class mondrian.mdx.UnresolvedFunCall
-
Returns the internal array of Exp arguments.
- getArgs() - Method in interface mondrian.olap.FunCall
-
Returns the arguments to this function.
- getArguments() - Method in class mondrian.calc.impl.AbstractCalc
-
Returns any other arguments to this calc.
- getArity() - Method in class mondrian.calc.impl.AbstractTupleCursor
- getArity() - Method in class mondrian.calc.impl.AbstractTupleIterable
- getArity() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- getArity() - Method in class mondrian.calc.impl.AbstractTupleList
- getArity() - Method in class mondrian.calc.impl.UnaryTupleList
- getArity() - Method in interface mondrian.calc.TupleCursor
-
Returns the number of members in each tuple.
- getArity() - Method in interface mondrian.calc.TupleIterable
-
Returns the number of members in each tuple.
- getArity() - Method in class mondrian.olap.type.CubeType
- getArity() - Method in class mondrian.olap.type.DimensionType
- getArity() - Method in class mondrian.olap.type.HierarchyType
- getArity() - Method in class mondrian.olap.type.LevelType
- getArity() - Method in class mondrian.olap.type.MemberType
- getArity() - Method in class mondrian.olap.type.ScalarType
- getArity() - Method in class mondrian.olap.type.SetType
- getArity() - Method in class mondrian.olap.type.TupleType
- getArity() - Method in interface mondrian.olap.type.Type
-
Returns the number of fields in a tuple type, or a set of tuples.
- getArity() - Method in interface mondrian.rolap.agg.Segment.ExcludedRegion
-
Returns the arity of this region.
- getArity() - Method in class mondrian.spi.SegmentHeader
-
Returns the arity of this SegmentHeader.
- getAttribute(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttribute(String) - Method in class mondrian.tui.MockServletContext
- getAttributeNames() - Method in class mondrian.tui.MockHttpServletRequest
-
to this request.
- getAttributeNames() - Method in class mondrian.tui.MockServletContext
-
Returns an Enumeration containing the attribute names available within this servlet context.
- getAuthenticationMode() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getAuthType() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the name of the authentication scheme used to protect the servlet, for example, "BASIC" or "SSL," or null if the servlet was not protected.
- getAutoCommit() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getAvailableRoleNames() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getAxes() - Method in class mondrian.olap.Query
-
Returns an array of this query's axes.
- getAxes() - Method in interface mondrian.olap.Result
-
Returns the non-slicer axes.
- getAxes() - Method in class mondrian.olap.ResultBase
- getAxes() - Method in class mondrian.rolap.agg.GroupingSet
- getAxes() - Method in class mondrian.rolap.RolapResult
- getAxis(int) - Method in class mondrian.rolap.CellKey.Four
- getAxis(int) - Method in interface mondrian.rolap.CellKey
-
Returns the
axis
th axis value. - getAxis(int) - Method in class mondrian.rolap.CellKey.Many
- getAxis(int) - Method in class mondrian.rolap.CellKey.One
- getAxis(int) - Method in class mondrian.rolap.CellKey.Three
- getAxis(int) - Method in class mondrian.rolap.CellKey.Two
- getAxis(int) - Method in class mondrian.rolap.CellKey.Zero
- getAxisName() - Method in class mondrian.olap.QueryAxis
- getAxisOrdinal() - Method in class mondrian.olap.QueryAxis
-
Returns the ordinal of this axis, for example
AxisOrdinal.StandardAxisOrdinal.ROWS
. - getAxisValueSets() - Method in interface mondrian.spi.SegmentBody
-
Returns the cached axis value sets to be used as an initializer for the segment's axis.
- getBaseCube() - Method in class mondrian.rolap.RolapCalculatedMember
- getBaseCubes() - Method in class mondrian.olap.Query
-
return the set of base cubes associated with the virtual cube referenced in this query
- getBaseCubes() - Method in class mondrian.rolap.RolapCube
-
Returns the list of base cubes associated with this cube if this one is a virtual cube, otherwise return just this cube
- getBaseStarKeyColumn(RolapCube) - Method in class mondrian.rolap.RolapCubeLevel
-
this method returns the RolapStar.Column if non-virtual, if virtual, find the base cube level and return it's column
- getBeginColumn() - Method in class mondrian.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class mondrian.parser.SimpleCharStream
-
Get token beginning line number.
- getBestFormatLocale(Locale) - Static method in class mondrian.util.Format
-
Returns the best
Format.FormatLocale
for a givenLocale
. - getBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns the BitKey.
- getBitKey() - Method in class mondrian.rolap.CompoundPredicateInfo
- getBitKey(String[], String[]) - Method in class mondrian.rolap.RolapStar
- getBitPosition() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
-
Get the bit possition associted with this column.
- getBitPosition() - Method in class mondrian.rolap.RolapStar.Column
- getBooleanInitParameter(ServletConfig, String) - Static method in class mondrian.xmla.XmlaServlet
-
Returns true if paramName's value is not null and 'true'.
- getBottomLevelDepth() - Method in interface mondrian.olap.Role.HierarchyAccess
-
Returns the depth of the lowest level to which the current Role has access.
- getBottomLevelDepth() - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- getBufferSize() - Method in class mondrian.tui.MockHttpServletResponse
-
Returns the actual buffer size used for the response.
- getBytes() - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns the number of bytes occupied by this dataset.
- getCacheCellReader() - Method in class mondrian.rolap.RolapAggregationManager
-
Returns a
CellReader
which reads cells from cache. - getCacheControl(PrintWriter) - Method in interface mondrian.olap.Connection
-
Returns an object with which to explicitly control the contents of the cache.
- getCacheControl(PrintWriter) - Method in class mondrian.rolap.RolapConnection
- getCacheControl(RolapConnection, PrintWriter) - Method in class mondrian.rolap.agg.AggregationManager
-
Returns an API with which to explicitly manage the contents of the cache.
- getCachedDefaultValue() - Method in interface mondrian.calc.ParameterSlot
- getCachedFormatString() - Method in interface mondrian.olap.Cell
-
Return the cached formatted string, that survives an aggregate cache clear.
- getCachedFormatString() - Method in class mondrian.rolap.RolapCell
- getCachedResult(ExpCacheDescriptor) - Method in interface mondrian.olap.Evaluator
-
Simple caching of the result of an
Exp
. - getCachedResult(ExpCacheDescriptor) - Method in class mondrian.rolap.RolapEvaluator
- getCacheKey() - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
- getCacheKey() - Method in class mondrian.rolap.DefaultTupleConstraint
- getCacheKey() - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
-
returns a key to cache the result
- getCacheKey() - Method in class mondrian.rolap.sql.MemberKeyConstraint
- getCacheKey() - Method in interface mondrian.rolap.sql.SqlConstraint
-
Returns a key that becomes part of the key for caching the result of the SQL query.
- getCacheKey() - Method in class mondrian.rolap.SqlContextConstraint
- getCacheKey() - Method in class mondrian.rolap.SqlTupleReader
- getCacheKey() - Method in interface mondrian.rolap.TupleReader
-
Returns an object that uniquely identifies the Result that this
TupleReader
would return. - getCacheMgr() - Method in class mondrian.rolap.agg.AggregationManager
- getCaches() - Static method in class mondrian.spi.SegmentCache.SegmentCacheInjector
- getCalc() - Method in class mondrian.olap.ExpCacheDescriptor
- getCalcs() - Method in class mondrian.calc.impl.AbstractCalc
-
Returns this expression's child expressions.
- getCalcs() - Method in class mondrian.calc.impl.AbstractVoidCalc
- getCalcs() - Method in class mondrian.calc.impl.CacheCalc
- getCalcs() - Method in class mondrian.calc.impl.ConstantCalc
- getCalcs() - Method in class mondrian.calc.impl.MemberArrayValueCalc
- getCalcs() - Method in class mondrian.calc.impl.MemberValueCalc
- getCalcs() - Method in class mondrian.calc.impl.TupleValueCalc
- getCalcs() - Method in class mondrian.olap.fun.SetFunDef.ExprIterCalc
- getCalcs() - Method in class mondrian.olap.fun.SetFunDef.SetListCalc
- getCalculatedMember(List<Id.Segment>) - Method in class mondrian.olap.DelegatingSchemaReader
- getCalculatedMember(List<Id.Segment>) - Method in interface mondrian.olap.SchemaReader
-
Looks up a calculated member by name.
- getCalculatedMember(List<Id.Segment>) - Method in class mondrian.rolap.RolapSchemaReader
- getCalculatedMembers() - Method in class mondrian.olap.DelegatingSchemaReader
- getCalculatedMembers() - Method in interface mondrian.olap.SchemaReader
-
Returns the list of calculated members.
- getCalculatedMembers() - Method in class mondrian.rolap.RolapSchemaReader
- getCalculatedMembers(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
- getCalculatedMembers(Hierarchy) - Method in interface mondrian.olap.SchemaReader
-
Returns a list of calculated members in a given hierarchy.
- getCalculatedMembers(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
- getCalculatedMembers(Level) - Method in class mondrian.olap.DelegatingSchemaReader
- getCalculatedMembers(Level) - Method in interface mondrian.olap.SchemaReader
-
Returns a list of calculated members in a given level.
- getCalculatedMembers(Level) - Method in class mondrian.rolap.RolapSchemaReader
- getCallbacks() - Method in class mondrian.xmla.XmlaServlet
-
Returns the list of callbacks.
- getCaption() - Method in class mondrian.olap.Formula
-
Returns this formula's caption.
- getCaption() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getCaption() - Method in class mondrian.olap.MemberBase
- getCaption() - Method in interface mondrian.olap.OlapElement
- getCaption() - Method in class mondrian.olap.OlapElementBase
-
Returns the display name of this catalog element.
- getCaption() - Method in class mondrian.olap.Property
-
Returns the caption of this property.
- getCaption() - Method in class mondrian.olap.Query.ScopedNamedSet
- getCaption() - Method in class mondrian.rolap.DelegatingRolapMember
- getCaption() - Method in class mondrian.rolap.RolapCubeDimension
- getCaption() - Method in class mondrian.rolap.RolapCubeLevel
- getCaptionExp() - Method in class mondrian.olap.MondrianDef.Level
- getCaptionExp() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
- getCaptionExp() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- getCaptionExp() - Method in class mondrian.rolap.RolapLevel
- getCaptionValue() - Method in class mondrian.rolap.RolapMemberBase
-
An object value to be formatted further by member formatter.
- getCardinality() - Method in class mondrian.rolap.RolapStar.Column
-
Get column cardinality from the schema cache if possible; otherwise issue a select count(distinct) query to retrieve the cardinality and stores it in the cache.
- getCatalog() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getCatalogLocator() - Method in class mondrian.olap.MondrianServer
- getCatalogLocator() - Static method in class mondrian.tui.XmlaSupport
- getCatalogName() - Method in interface mondrian.olap.Connection
-
Get the name of the Catalog associated with this Connection.
- getCatalogName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Get the database catalog name associated with this Group's RolapStar's fact table.
- getCatalogName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Returns the database's catalog name.
- getCatalogName() - Method in class mondrian.rolap.RolapConnection
- getCatalogNames(RolapConnection) - Method in interface mondrian.olap4j.CatalogFinder
-
Returns a list of catalogs.
- getCatalogNames(RolapConnection, String) - Method in class mondrian.server.FileRepository
- getCatalogNames(RolapConnection, String) - Method in class mondrian.server.ImplicitRepository
- getCatalogNames(RolapConnection, String) - Method in interface mondrian.server.Repository
-
Returns a list of catalog names found in the repository.
- getCatalogURLProperty() - Static method in class mondrian.tui.CmdRunner
- getCategory() - Method in class mondrian.calc.DummyExp
- getCategory() - Method in class mondrian.mdx.DimensionExpr
- getCategory() - Method in class mondrian.mdx.HierarchyExpr
- getCategory() - Method in class mondrian.mdx.LevelExpr
- getCategory() - Method in class mondrian.mdx.MemberExpr
- getCategory() - Method in class mondrian.mdx.NamedSetExpr
- getCategory() - Method in class mondrian.mdx.ParameterExpr
- getCategory() - Method in class mondrian.mdx.ResolvedFunCall
- getCategory() - Method in class mondrian.mdx.UnresolvedFunCall
- getCategory() - Method in interface mondrian.olap.Exp
-
Returns the
Category
of the expression. - getCategory() - Method in class mondrian.olap.Id
- getCategory() - Method in class mondrian.olap.Literal
- getCell(int[]) - Method in interface mondrian.olap.Result
-
Returns the cell at a given set of coordinates.
- getCell(int[]) - Method in class mondrian.rolap.RolapResult
-
Get the Cell for the given Cell position.
- getCellCacheHitCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getCellCacheHitCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellCacheHitCount() - Method in class mondrian.server.monitor.StatementInfo
- getCellCacheMissCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getCellCacheMissCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellCacheMissCount() - Method in class mondrian.server.monitor.StatementInfo
- getCellCachePendingCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getCellCachePendingCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellCachePendingCount() - Method in class mondrian.server.monitor.StatementInfo
- getCellCacheRequestCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getCellCacheRequestCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellCacheRequestCount() - Method in class mondrian.server.monitor.StatementInfo
- getCellCoordinateCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellCount() - Method in interface mondrian.rolap.agg.Segment.ExcludedRegion
-
Returns an approximation of the number of cells exceluded in this region.
- getCellCount() - Method in class mondrian.rolap.agg.SegmentWithData
-
Returns the number of cells in this Segment, deducting cells in excluded regions.
- getCellCount() - Method in class mondrian.server.monitor.ServerInfo
- getCellFromAllCaches(CellRequest) - Method in class mondrian.rolap.agg.AggregationManager
- getCellFromAllCaches(CellRequest) - Method in class mondrian.rolap.RolapStar
- getCellFromCache(CellRequest) - Method in class mondrian.rolap.agg.AggregationManager
- getCellFromCache(CellRequest) - Method in class mondrian.rolap.RolapAggregationManager
-
Retrieves the value of a cell from the cache.
- getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.agg.AggregationManager
- getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.RolapAggregationManager
- getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.RolapStar
-
Retrieves the value of the cell identified by a cell request, if it can be found in the local cache of the current statement (thread).
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Base
- getCellOrdinal(int[]) - Method in interface mondrian.rolap.Modulos
-
Converts a set of cell coordinates to a cell ordinal.
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Many
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.One
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Three
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Two
- getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Zero
- getCellPos(int) - Method in class mondrian.rolap.Modulos.Base
- getCellPos(int) - Method in interface mondrian.rolap.Modulos
-
Converts a cell ordinal to a set of cell coordinates.
- getCellPos(int) - Method in class mondrian.rolap.Modulos.Many
- getCellPos(int) - Method in class mondrian.rolap.Modulos.One
- getCellPos(int) - Method in class mondrian.rolap.Modulos.Three
- getCellPos(int) - Method in class mondrian.rolap.Modulos.Two
- getCellPos(int) - Method in class mondrian.rolap.Modulos.Zero
- getCellRequestCount() - Method in class mondrian.server.monitor.StatementInfo
- getCellValue(Object[]) - Method in class mondrian.rolap.agg.SegmentWithData
-
Retrieves the value at the location identified by
keys
. - getCellValue(Map<SpatialValueTree2.SpatialDimension, Object>) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
-
Returns the value of a cell.
- getCellValueDouble(Map<SpatialValueTree2.SpatialDimension, Object>, boolean[]) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
-
Version of
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)
optimized fordouble
values. - getCellValueInt(Map<SpatialValueTree2.SpatialDimension, Object>, boolean[]) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
-
Version of
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)
optimized forint
values. - getChangeListener() - Method in class mondrian.rolap.MemberCacheHelper
- getChangeListener() - Method in class mondrian.rolap.MemberNoCacheHelper
- getChangeListener() - Method in class mondrian.rolap.RolapStar
-
Returns the listener for changes to this star's underlying database.
- getChar() - Method in class mondrian.olap.Scanner
-
Read a character from input, returning -1 if end of input.
- getChar() - Method in class mondrian.olap.StringScanner
- getCharacterEncoding() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - Method in class mondrian.tui.MockHttpServletResponse
-
Returns the name of the charset used for the MIME body sent in this response.
- getCharCase() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- getCharOctetLength() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
For char types the maximum number of bytes in the column.
- getChecksum() - Method in class mondrian.rolap.RolapSchema
-
Returns the checksum of this schema.
- getChildByNameConstraint(RolapMember, Id.NameSegment) - Method in class mondrian.rolap.SqlConstraintFactory
- getChildLevel() - Method in interface mondrian.olap.Level
- getChildLevel() - Method in class mondrian.olap.LevelBase
- getChildLevel() - Method in class mondrian.rolap.RolapCubeLevel
- getChildren() - Method in class mondrian.mdx.ParameterExpr
- getChildren() - Method in class mondrian.mdx.ResolvedFunCall
- getChildren() - Method in class mondrian.mdx.UnresolvedFunCall
- getChildren() - Method in class mondrian.olap.DrillThrough
- getChildren() - Method in class mondrian.olap.Explain
- getChildren() - Method in class mondrian.olap.Formula
- getChildren() - Method in class mondrian.olap.MemberProperty
- getChildren() - Method in class mondrian.olap.ParameterImpl
- getChildren() - Method in class mondrian.olap.Query
- getChildren() - Method in class mondrian.olap.QueryAxis
- getChildren() - Method in class mondrian.olap.QueryPart
- getChildren() - Method in class mondrian.rolap.agg.ListPredicate
- getChildren() - Method in class mondrian.rolap.RolapStar.Table
-
Returns a list of child
RolapStar.Table
s. - getChildren(E) - Method in class mondrian.util.PartiallyOrderedSet
-
Returns the values in this partially-ordered set that are less-than a given value and there are no intervening values.
- getChildren(Object) - Method in class mondrian.olap.Walker
-
Override this function to prune the tree, or to allow objects which are not Walkable to have children.
- getChildrenByNamesConstraint(RolapMember, List<Id.NameSegment>) - Method in class mondrian.rolap.SqlConstraintFactory
- getChildrenCountFromCache(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- getChildrenCountFromCache(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns number of children parent of a member, if the information can be retrieved from cache, otherwise -1.
- getChildrenCountFromCache(Member) - Method in class mondrian.rolap.RolapSchemaReader
- getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.MemberCacheHelper
- getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.MemberNoCacheHelper
- getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
- getChildTables() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Returns a list of child
AggStar.Table
objects. - getClassLoader() - Method in class mondrian.util.ClassResolver.AbstractClassResolver
-
Returns the class loader to use for the current operation.
- getClassLoader() - Method in class mondrian.util.ClassResolver.ThreadContextClassResolver
- getClassLoaderNotNull() - Method in class mondrian.util.ClassResolver.AbstractClassResolver
-
Returns the class loader to use for the current operation, never null.
- getClassName() - Method in class mondrian.calc.ExpCompiler.Factory
-
Get the class name set in the
ThreadLocal
or null. - getClassName() - Method in class mondrian.util.MemoryMonitorFactory
-
Get the class name set in the
ThreadLocal
or null. - getClassName() - Method in class mondrian.util.ObjectFactory
-
Returns the name of a class to use to create an object.
- getClassName(Properties) - Method in class mondrian.util.ObjectFactory
-
Returns the name of a class to use to create an object.
- getClosedPeer() - Method in class mondrian.rolap.RolapCubeLevel
- getClosedPeer() - Method in class mondrian.rolap.RolapLevel
- getClosestResource(ClassLoader, String) - Static method in class mondrian.olap.Util
-
Similar to
ClassLoader.getResource(String)
, except the lookup is in reverse order.
i.e. - getCode() - Method in exception mondrian.xmla.XmlaException
- getCodeSet() - Method in class mondrian.olap.MondrianDef.View
- getColumn() - Method in class mondrian.olap.MondrianDef.AggMeasure
- getColumn() - Method in class mondrian.parser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
Returns the column with which this usage is associated.
- getColumn(int) - Method in class mondrian.rolap.RolapStar
-
Look up the column at the given bit position.
- getColumn(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Returns a column by its name.
- getColumn(JdbcSchema.Table, String) - Method in class mondrian.rolap.aggmatcher.AggGen
- getColumnAlias(int) - Method in interface mondrian.rolap.agg.QuerySpec
- getColumnCardinality(MondrianDef.Relation, MondrianDef.Expression, long) - Method in class mondrian.rolap.RolapStatisticsCache
- getColumnCardinality(Dialect, DataSource, String, String, String, String, Execution) - Method in class mondrian.spi.impl.JdbcStatisticsProvider
- getColumnCardinality(Dialect, DataSource, String, String, String, String, Execution) - Method in class mondrian.spi.impl.SqlStatisticsProvider
- getColumnCardinality(Dialect, DataSource, String, String, String, String, Execution) - Method in interface mondrian.spi.StatisticsProvider
-
Returns an estimate of the number of rows in a table.
- getColumnCardinality2(DataSource, Dialect, String, String, String, String) - Method in class mondrian.rolap.RolapStatisticsCache
- getColumnCount() - Method in class mondrian.rolap.RolapStar
-
Returns this RolapStar's column count.
- getColumnExpr(SqlQuery, AggStar, RolapStar.Column) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Get the column expression from the AggStar if provided or the regular table if not, and ensure table is in From
- getColumnExpression() - Method in class mondrian.spi.SegmentColumn
-
Returns the column expression of this constrained column.
- getColumnMap() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- getColumnName() - Method in class mondrian.olap.MondrianDef.AggColumnName
- getColumnName() - Method in class mondrian.olap.MondrianDef.AggLevel
- getColumnName() - Method in class mondrian.olap.MondrianDef.Column
- getColumnPredicate(int) - Method in interface mondrian.rolap.agg.QuerySpec
-
Returns the predicate on the
i
th column. - getColumnPredicates() - Method in class mondrian.rolap.RolapCacheRegion
-
Returns the list of all column predicates.
- getColumns() - Method in class mondrian.rolap.agg.GroupingSet
- getColumns() - Method in interface mondrian.rolap.agg.QuerySpec
- getColumns() - Method in class mondrian.rolap.agg.Segment
-
Returns the constrained columns.
- getColumns() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
-
Returns a list of the columns in this table.
- getColumns() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Returns the collection of columns in this Table.
- getColumns() - Method in class mondrian.rolap.RolapStar.Table
-
Returns a list of this table's
RolapStar.Column
s. - getColumnSize() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Returns the size in bytes of the column in the database.
- getColumnUsages(JdbcSchema.UsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Returns an iterator over all column usages of a given type.
- getCommentDelimiters() - Static method in class mondrian.olap.Scanner
-
Returns the list of comment delimiters.
- getCommitted() - Method in interface mondrian.olap.Util.MemoryInfo.Usage
- getCompiledExpression(RolapEvaluatorRoot) - Method in class mondrian.rolap.RolapMemberBase
- getCompiledExpression(RolapEvaluatorRoot) - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- getCompoundPredicateList() - Method in class mondrian.rolap.agg.AggregationKey
-
Returns the list of compound predicates.
- getCompoundPredicateList() - Method in class mondrian.rolap.agg.Segment
-
Returns the list of compound predicates.
- getCompoundPredicateStrings() - Method in class mondrian.rolap.agg.CellRequest
- getConnectInfo() - Method in class mondrian.rolap.RolapConnection
- getConnection() - Method in class mondrian.olap.Query
- getConnection() - Method in class mondrian.tui.CmdRunner
-
Gets a connection to Mondrian.
- getConnection(boolean) - Method in class mondrian.tui.CmdRunner
-
Gets a Mondrian connection, creating a new one if fresh is true.
- getConnection(int) - Method in class mondrian.olap.MondrianServer
-
Retrieves a connection.
- getConnection(String, String, String) - Method in class mondrian.olap.MondrianServer
-
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
- getConnection(String, String, String) - Method in class mondrian.xmla.XmlaHandler
-
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
- getConnection(String, String, String, Properties) - Method in class mondrian.olap.MondrianServer
-
Extended version of
MondrianServer.getConnection(String, String, String)
taking a list of properties to pass down to the native connection. - getConnection(String, String, String, Properties) - Method in interface mondrian.xmla.XmlaHandler.ConnectionFactory
-
Creates a connection.
- getConnection(String, String, String, Properties) - Method in class mondrian.xmla.XmlaHandler
-
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
- getConnection(String, CatalogLocator) - Static method in class mondrian.olap.DriverManager
-
Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.
- getConnection(MondrianServer, String, String, String, Properties) - Method in class mondrian.server.FileRepository
- getConnection(MondrianServer, String, String, String, Properties) - Method in class mondrian.server.ImplicitRepository
- getConnection(MondrianServer, String, String, String, Properties) - Method in interface mondrian.server.Repository
-
Returns an OlapConnection object.
- getConnection(Util.PropertyList, CatalogLocator) - Static method in class mondrian.olap.DriverManager
-
Creates a connection to a Mondrian OLAP Engine.
- getConnection(Util.PropertyList, CatalogLocator, DataSource) - Static method in class mondrian.olap.DriverManager
-
Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source.
- getConnection(XmlaRequest, Map<String, String>) - Method in class mondrian.xmla.XmlaHandler
-
Returns a new OlapConnection opened with the credentials specified in the XMLA request or an existing connection if one can be found associated with the request session id.
- getConnectionCurrentlyOpenCount() - Method in class mondrian.server.monitor.ServerInfo
- getConnectionEndCount() - Method in class mondrian.server.monitor.ServerInfo
- getConnectionLocale() - Method in interface mondrian.olap.Evaluator
-
Returns the connection's locale.
- getConnectionLocale() - Method in class mondrian.rolap.RolapEvaluator
- getConnections() - Method in interface mondrian.server.monitor.Monitor
- getConnections() - Method in interface mondrian.server.monitor.MonitorMXBean
- getConnectionStartCount() - Method in class mondrian.server.monitor.ServerInfo
- getConnectString() - Method in interface mondrian.olap.Connection
-
Get the Connect String associated with this Connection.
- getConnectString() - Method in class mondrian.rolap.RolapConnection
- getConnectString() - Method in class mondrian.tui.CmdRunner
- getConnectString(boolean) - Method in class mondrian.tui.CmdRunner
- getConnectStringProperty() - Static method in class mondrian.tui.CmdRunner
- getConstrainedColumn() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- getConstrainedColumn() - Method in class mondrian.rolap.agg.MinusStarPredicate
- getConstrainedColumn() - Method in interface mondrian.rolap.StarColumnPredicate
-
Returns the column constrained by this predicate.
- getConstrainedColumn(String) - Method in class mondrian.spi.SegmentHeader
-
Returns the constrained column object, if any, corresponding to a column name and a table name.
- getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.ListPredicate
- getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.MemberTuplePredicate
- getConstrainedColumnBitKey() - Method in interface mondrian.rolap.StarPredicate
-
Returns a bitmap of constrained columns to speed up comparison
- getConstrainedColumnList() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- getConstrainedColumnList() - Method in class mondrian.rolap.agg.ListPredicate
- getConstrainedColumnList() - Method in class mondrian.rolap.agg.MemberColumnPredicate
- getConstrainedColumnList() - Method in class mondrian.rolap.agg.MemberTuplePredicate
-
Returns a list of constrained columns.
- getConstrainedColumnList() - Method in interface mondrian.rolap.StarPredicate
-
Returns a list of constrained columns.
- getConstrainedColumns() - Method in class mondrian.rolap.agg.CellRequest
- getConstrainedColumns() - Method in class mondrian.spi.SegmentHeader
-
Returns a list of constrained columns which define this segment header.
- getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.Aggregation
-
Returns the BitKey for ALL columns (Measures and Levels) involved in the query.
- getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.AggregationKey
-
Returns the bitkey of columns that constrain this aggregation.
- getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.CellRequest
-
Returns the BitKey for the list of columns.
- getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.Segment
-
Returns the BitKey for ALL columns (Measures and Levels) involved in the query.
- getConstrainedColumnsBitKey() - Method in class mondrian.rolap.RolapCacheRegion
- getConstrainedColumnsBitKey() - Method in class mondrian.spi.SegmentHeader
- getContent() - Method in interface mondrian.server.RepositoryContentFinder
- getContent() - Method in class mondrian.server.StringRepositoryContentFinder
- getContent() - Method in class mondrian.server.UrlRepositoryContentFinder
- getContentLength() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
- getContentType() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the MIME type of the body of the request, or null if the type is not known.
- getContentType() - Method in class mondrian.tui.MockHttpServletResponse
- getContext() - Method in class mondrian.recorder.AbstractRecorder
- getContext() - Method in class mondrian.recorder.ListRecorder.Entry
- getContext() - Method in interface mondrian.recorder.MessageRecorder
-
Get the current context string.
- getContext(String) - Method in class mondrian.tui.MockServletContext
-
Returns a ServletContext object that corresponds to a specified URL on the server.
- getContext(Hierarchy) - Method in interface mondrian.olap.Evaluator
- getContext(Hierarchy) - Method in class mondrian.rolap.RolapEvaluator
- getContext(RolapHierarchy) - Method in class mondrian.rolap.RolapEvaluator
-
More specific version of
RolapEvaluator.getContext(mondrian.olap.Hierarchy)
, for internal code. - getContextMember(Hierarchy) - Method in interface mondrian.olap.Cell
-
Returns the context member for a particular dimension.
- getContextMember(Hierarchy) - Method in class mondrian.rolap.RolapCell
- getContextPath() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getConverter(String, ByteString, String, String, String, List<String>) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Returns a converter that can convert the given header to internal format.
- getConverter(String, ByteString, String, String, String, List<String>) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- getConverter(RolapStar, SegmentHeader) - Method in class mondrian.rolap.agg.SegmentCacheManager
- getCookies() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns an array containing all of the Cookie objects the client sent with this request.
- getCookies() - Method in class mondrian.tui.MockHttpServletResponse
- getCoordinateList() - Method in interface mondrian.olap.Cell
-
Returns the coordinates of this Cell in its
Result
. - getCoordinateList() - Method in class mondrian.rolap.RolapCell
- getCopyrightYear() - Method in class mondrian.server.MondrianServerRegistry
- getCost() - Method in interface mondrian.olap.fun.Resolver.Conversion
-
Returns the cost of the conversion.
- getCountColumn() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getCreationTimestamp() - Method in class mondrian.rolap.agg.Aggregation
- getCube() - Method in class mondrian.olap.DelegatingSchemaReader
- getCube() - Method in interface mondrian.olap.Evaluator
-
Returns the current cube.
- getCube() - Method in class mondrian.olap.Query
- getCube() - Method in interface mondrian.olap.SchemaReader
-
Returns the default cube in which to look for dimensions etc.
- getCube() - Method in class mondrian.olap.type.CubeType
-
Returns the cube.
- getCube() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Get the RolapCube associated with this Group.
- getCube() - Method in class mondrian.rolap.CompoundPredicateInfo
- getCube() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getCube() - Method in class mondrian.rolap.RolapCubeDimension
- getCube() - Method in class mondrian.rolap.RolapCubeHierarchy
- getCube() - Method in class mondrian.rolap.RolapCubeLevel
-
Returns the (non virtual) cube this level belongs to.
- getCube() - Method in class mondrian.rolap.RolapCubeMember
- getCube() - Method in class mondrian.rolap.RolapEvaluator
- getCube() - Method in interface mondrian.rolap.RolapMemberInCube
-
Returns the cube this cube member belongs to.
- getCube() - Method in class mondrian.rolap.RolapResult
- getCube() - Method in class mondrian.rolap.RolapSchemaReader
- getCube() - Method in interface mondrian.rolap.RolapStoredMeasure
-
Returns the cube this measure belongs to.
- getCube() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getCube(String) - Method in class mondrian.tui.CmdRunner
- getCubeDimensions(Cube) - Method in class mondrian.olap.DelegatingSchemaReader
- getCubeDimensions(Cube) - Method in interface mondrian.olap.SchemaReader
-
Returns the accessible dimensions of a cube.
- getCubeDimensions(Cube) - Method in class mondrian.rolap.RolapSchemaReader
- getCubeList() - Method in class mondrian.rolap.RolapSchema
- getCubeName() - Method in class mondrian.rolap.RolapStar.Measure
- getCubes() - Method in class mondrian.olap.DelegatingSchemaReader
- getCubes() - Method in interface mondrian.olap.Schema
-
Returns a list of all cubes in this schema.
- getCubes() - Method in interface mondrian.olap.SchemaReader
-
Returns the list of accessible cubes.
- getCubes() - Method in class mondrian.rolap.RolapSchema
- getCubes() - Method in class mondrian.rolap.RolapSchemaReader
- getCubes() - Method in class mondrian.tui.CmdRunner
- getCubesWithStar(RolapStar) - Method in class mondrian.rolap.RolapSchema
- getCubeType(Cube) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getCurrentExecution() - Method in interface mondrian.server.Statement
-
Returns execution context if currently executing, null otherwise.
- getCurrentExecution() - Method in class mondrian.server.StatementImpl
- getCurrentSelectListSize() - Method in class mondrian.rolap.sql.SqlQuery
- getCurrMember() - Method in class mondrian.rolap.TargetBase
- getData() - Method in class mondrian.rolap.agg.SegmentWithData
-
Returns the data set.
- getDatabase() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getDatabaseNames(RolapConnection) - Method in class mondrian.server.FileRepository
- getDatabaseNames(RolapConnection) - Method in class mondrian.server.ImplicitRepository
- getDatabaseNames(RolapConnection) - Method in interface mondrian.server.Repository
-
Returns a list of database names found in this repository.
- getDatabaseProduct() - Method in interface mondrian.spi.Dialect
-
Returns the database for this Dialect, or
Dialect.DatabaseProduct.UNKNOWN
if the database is not a common database. - getDatabaseProduct() - Method in class mondrian.spi.impl.GreenplumDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.ImpalaDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.InfobrightDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.JdbcDialectImpl
- getDatabaseProduct() - Method in class mondrian.spi.impl.NetezzaDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.PostgreSqlDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.RedshiftDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.VectorwiseDialect
- getDatabaseProduct() - Method in class mondrian.spi.impl.VerticaDialect
- getDatabaseProduct(String) - Static method in enum mondrian.spi.Dialect.DatabaseProduct
- getDatabases(RolapConnection) - Method in class mondrian.olap.MondrianServer
-
Returns a list of the databases in this server.
- getDatabases(RolapConnection) - Method in class mondrian.server.FileRepository
- getDatabases(RolapConnection) - Method in class mondrian.server.ImplicitRepository
- getDatabases(RolapConnection) - Method in interface mondrian.server.Repository
-
Returns a list of databases properties collections, one per database configured on this server.
- getDataMember() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getDataMember() - Method in interface mondrian.olap.Member
-
Returns the system-generated data member that is associated with a nonleaf member of a dimension.
- getDataMember() - Method in class mondrian.olap.MemberBase
- getDataMember() - Method in class mondrian.rolap.DelegatingRolapMember
- getDataMember() - Method in class mondrian.rolap.RolapCubeMember
- getDataSource() - Method in interface mondrian.olap.Connection
-
Returns the data source this connection uses to create connections to the underlying JDBC database.
- getDataSource() - Method in class mondrian.olap.DelegatingSchemaReader
- getDataSource() - Method in interface mondrian.olap.SchemaReader
-
Returns the data source.
- getDataSource() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- getDataSource() - Method in class mondrian.rolap.RolapConnection
- getDataSource() - Method in class mondrian.rolap.RolapSchemaReader
- getDataSource() - Method in class mondrian.rolap.RolapStar
-
Returns the DataSource used to connect to the underlying DBMS.
- getDataSourceChangeListener() - Method in class mondrian.rolap.RolapSchema
- getDataSourceDescription() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getDataSourceInfo() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getDataSourceName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getDataSources(String, Map<String, String>) - Static method in class mondrian.tui.XmlaSupport
- getDataSources(OlapConnection) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns a list of the data sources in this server.
- getDataSourcesText(String, Map<String, String>) - Static method in class mondrian.tui.XmlaSupport
-
With a connection string, generate the DataSource xml.
- getDatatype() - Method in class mondrian.olap.MondrianDef.Level
- getDatatype() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
-
Returns the datatype of this column.
- getDatatype() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Return true if this column is numeric.
- getDatatype() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getDatatype() - Method in class mondrian.rolap.RolapLevel
- getDatatype() - Method in class mondrian.rolap.RolapStar.Column
- getDatatype(int) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Converts a
Types
value to aDialect.Datatype
. - getDatatypeString(Dialect) - Method in class mondrian.rolap.RolapStar.Column
-
Returns a string representation of the datatype of this column, in the dialect specified.
- getDateHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the value of the specified request header as a long value that represents a Date object.
- getDecimalDigits() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Returns number of fractional digits.
- getDef(Exp[], String, Syntax) - Method in interface mondrian.olap.Validator
-
Resolves a function call to a particular function.
- getDefault(Class[], Object[]) - Method in class mondrian.calc.ExpCompiler.Factory
-
The
ExpCompiler.Factory
's implementation of theObjectFactory
's abstract method which returns the defaultExpCompiler
instance. - getDefault(Class[], Object[]) - Method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
- getDefault(Class[], Object[]) - Method in class mondrian.util.MemoryMonitorFactory
-
The
MemoryMonitorFactory
's implementation of theObjectFactory
's abstract method which returns the defaultMemoryMonitor
instance. - getDefault(Class[], Object[]) - Method in class mondrian.util.ObjectFactory
-
For most uses (other than testing) this is the method that derived classes implement that return the desired object.
- getDefaultCallback(Locus) - Static method in class mondrian.rolap.RolapUtil
- getDefaultExp() - Method in interface mondrian.olap.Parameter
-
Returns the expression which provides the default value for this Parameter.
- getDefaultExp() - Method in class mondrian.olap.ParameterImpl
- getDefaultExp() - Method in class mondrian.rolap.RolapSchemaParameter
- getDefaultMember() - Method in interface mondrian.olap.Hierarchy
-
Returns the default member of this hierarchy.
- getDefaultMember() - Method in class mondrian.rolap.NoCacheMemberReader
- getDefaultMember() - Method in class mondrian.rolap.RolapCubeHierarchy
- getDefaultMember() - Method in class mondrian.rolap.RolapHierarchy
- getDefaultMember() - Method in class mondrian.rolap.SmartMemberReader
- getDefaultMember() - Method in class mondrian.rolap.SubstitutingMemberReader
- getDefaultRole() - Method in class mondrian.rolap.RolapSchema
- getDefaultThresholdPercentage() - Method in class mondrian.util.AbstractMemoryMonitor
-
Returns the default memory notification percentage.
- getDefaultValueCalc() - Method in interface mondrian.calc.ParameterSlot
-
Returns a compiled expression to compute the default value of the parameter.
- getDependentHierarchyOrdinals() - Method in class mondrian.olap.ExpCacheDescriptor
-
Returns the ordinals of the hierarchies which this expression is dependent upon.
- getDepth() - Method in interface mondrian.olap.Evaluator
-
Deprecated.Will be removed in mondrian-4
- getDepth() - Method in interface mondrian.olap.Level
-
Returns the depth of this level.
- getDepth() - Method in class mondrian.olap.LevelBase
- getDepth() - Method in interface mondrian.olap.Member
-
returns the depth of this member, which is not the level's depth in case of parent child dimensions
- getDepth() - Method in class mondrian.rolap.DelegatingRolapMember
- getDepth() - Method in class mondrian.rolap.RolapEvaluator
- getDepth() - Method in class mondrian.rolap.RolapMemberBase
- getDescendants(E) - Method in class mondrian.util.PartiallyOrderedSet
-
Returns a list of values in the set that are less-than a given value.
- getDescendantsConstraint(List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SqlConstraintFactory
-
Returns a constraint that allows to read all children of multiple parents at once using a LevelMember query style.
- getDescription() - Method in class mondrian.olap.CubeBase
- getDescription() - Method in class mondrian.olap.DimensionBase
- getDescription() - Method in class mondrian.olap.EnumeratedValues.BasicValue
- getDescription() - Method in interface mondrian.olap.EnumeratedValues.Value
- getDescription() - Method in class mondrian.olap.fun.FunDefBase
- getDescription() - Method in class mondrian.olap.fun.FunInfo
-
Returns the description of this function.
- getDescription() - Method in class mondrian.olap.fun.MultiResolver
- getDescription() - Method in interface mondrian.olap.fun.Resolver
-
Returns the description of the function or operator.
- getDescription() - Method in class mondrian.olap.fun.UdfResolver
- getDescription() - Method in interface mondrian.olap.FunDef
-
Returns the description of this function.
- getDescription() - Method in class mondrian.olap.HierarchyBase
- getDescription() - Method in class mondrian.olap.LevelBase
- getDescription() - Method in class mondrian.olap.MemberBase
- getDescription() - Method in interface mondrian.olap.MondrianPropertiesBase.PropertySource
-
Returns the description of this source, such as a filename or URL.
- getDescription() - Method in interface mondrian.olap.OlapElement
- getDescription() - Method in interface mondrian.olap.Parameter
-
Returns the description of this Parameter.
- getDescription() - Method in class mondrian.olap.ParameterImpl
- getDescription() - Method in class mondrian.olap.Query.ScopedNamedSet
- getDescription() - Method in class mondrian.olap.SetBase
- getDescription() - Method in class mondrian.rolap.DelegatingRolapMember
- getDescription() - Method in class mondrian.rolap.RolapSchemaParameter
- getDescription() - Method in class mondrian.spi.SegmentHeader
-
Returns a human readable description of this segment header.
- getDescription() - Method in interface mondrian.spi.UserDefinedFunction
-
Returns a description of the user-defined function.
- getDescription() - Method in class mondrian.udf.CurrentDateMemberExactUdf
- getDescription() - Method in class mondrian.udf.CurrentDateMemberUdf
- getDescription() - Method in class mondrian.udf.CurrentDateStringUdf
- getDescription() - Method in class mondrian.udf.InUdf
- getDescription() - Method in class mondrian.udf.InverseNormalUdf
- getDescription() - Method in class mondrian.udf.LastNonEmptyUdf
- getDescription() - Method in class mondrian.udf.MatchesUdf
- getDescription() - Method in class mondrian.udf.NullValueUdf
- getDescription() - Method in class mondrian.udf.ValUdf
- getDescription() - Method in enum mondrian.xmla.PropertyDefinition
-
Returns the description of this PropertyDefinition.
- getDescription() - Method in enum mondrian.xmla.RowsetDefinition
- getDescription(int) - Method in class mondrian.olap.EnumeratedValues
-
Returns the description associated with an ordinal; the return value is null if the ordinal is not a member of the enumeration.
- getDetail() - Method in exception mondrian.xmla.XmlaException
- getDialect() - Method in class mondrian.rolap.RolapEvaluator
- getDialect() - Method in class mondrian.rolap.RolapSchema
-
Returns this schema's SQL dialect.
- getDialect() - Method in class mondrian.rolap.sql.SqlQuery
- getDialect(RolapSchema) - Method in class mondrian.rolap.SqlStatement
-
Retrieves dialect from schema or attempts to create it in case it is null
- getDimension() - Method in class mondrian.mdx.DimensionExpr
-
Returns the dimension.
- getDimension() - Method in class mondrian.olap.CubeBase
- getDimension() - Method in class mondrian.olap.DimensionBase
- getDimension() - Method in interface mondrian.olap.Hierarchy
-
Returns the dimension this hierarchy belongs to.
- getDimension() - Method in class mondrian.olap.HierarchyBase
- getDimension() - Method in class mondrian.olap.LevelBase
- getDimension() - Method in class mondrian.olap.MemberBase
- getDimension() - Method in interface mondrian.olap.OlapElement
-
Returns the dimension of a this expression, or null if no dimension is defined.
- getDimension() - Method in class mondrian.olap.Query.ScopedNamedSet
- getDimension() - Method in class mondrian.olap.SetBase
- getDimension() - Method in class mondrian.olap.type.CubeType
- getDimension() - Method in class mondrian.olap.type.DimensionType
- getDimension() - Method in class mondrian.olap.type.HierarchyType
- getDimension() - Method in class mondrian.olap.type.LevelType
- getDimension() - Method in class mondrian.olap.type.MemberType
- getDimension() - Method in class mondrian.olap.type.ScalarType
- getDimension() - Method in class mondrian.olap.type.SetType
- getDimension() - Method in class mondrian.olap.type.TupleType
- getDimension() - Method in interface mondrian.olap.type.Type
-
Returns the Dimension of this Type, or null if not known.
- getDimension() - Method in class mondrian.rolap.DelegatingRolapMember
- getDimension() - Method in class mondrian.rolap.RolapCubeLevel
- getDimension() - Method in class mondrian.rolap.RolapCubeMember
- getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.CubeDimension
-
Looks up the base dimension of this dimension.
- getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.Dimension
- getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.DimensionUsage
- getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
- getDimensionality() - Method in interface mondrian.olap.CacheControl.CellRegion
-
Returns the dimensionality of a region.
- getDimensionality() - Method in interface mondrian.util.SpatialValueTree
-
Tells the number of dimensions in this tree.
- getDimensionCube(Dimension) - Static method in class mondrian.olap.Util
-
Tries to find the cube from which a dimension is taken.
- getDimensionDefaultHierarchy(Dimension) - Static method in class mondrian.olap.fun.FunUtil
-
Returns the default hierarchy of a dimension, or null if there is no default.
- getDimensionHierarchies(Dimension) - Method in class mondrian.olap.DelegatingSchemaReader
- getDimensionHierarchies(Dimension) - Method in interface mondrian.olap.SchemaReader
-
Returns the accessible hierarchies of a dimension.
- getDimensionHierarchies(Dimension) - Method in class mondrian.rolap.RolapSchemaReader
- getDimensionProperties() - Method in class mondrian.olap.QueryAxis
- getDimensions() - Method in interface mondrian.olap.Cube
-
Returns the dimensions of this cube.
- getDimensions() - Method in class mondrian.olap.CubeBase
- getDimensions() - Method in interface mondrian.util.SpatialValueTree
-
Returns a list of all the dimensions present in this tree.
- getDimensions() - Method in interface mondrian.util.SpatialValueTree.SpatialRegion
-
Provides a list of the dimensions included in this region.
- getDimensions() - Method in interface mondrian.util.SpatialValueTree2
-
Returns a list of all the dimensions present in this tree.
- getDimensions() - Method in interface mondrian.util.SpatialValueTree2.SpatialRegionRequest
-
Provides a list of the dimensions included in this region.
- getDimensionType() - Method in interface mondrian.olap.Dimension
-
Returns the type of this dimension (
DimensionType.StandardDimension
orDimensionType.TimeDimension
- getDimensionType() - Method in class mondrian.olap.DimensionBase
- getDimensionType() - Method in class mondrian.olap.MondrianDef.Dimension
- getDimensionType() - Method in class mondrian.rolap.RolapCubeDimension
- getDirection() - Method in class mondrian.olap.fun.sort.SortKeySpec
- getDisjoinedTupleLists() - Method in class mondrian.rolap.TupleConstraintStruct
- getDistinctMeasureBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns a BitKey containing only distinct measures.
- getDistinctMeasureCount() - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Returns the number of measures whose aggregation function is distinct-count.
- getDocumentBuilderFactory() - Static method in class mondrian.xmla.impl.DefaultXmlaServlet
- getDOM() - Method in class mondrian.web.taglib.ResultCache
- getDot() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getDot() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getDouble(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- getDouble(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns the value at a given coordinate, as a
double
. - getDrillThroughCount() - Method in interface mondrian.olap.Cell
-
Returns the number of fact table rows which contributed to this Cell.
- getDrillThroughCount() - Method in class mondrian.rolap.RolapCell
- getDrillThroughCount(Cell) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the number of rows returned by a drillthrough on the specified cell.
- getDrillThroughMeasures() - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- getDrillThroughSql(DrillThroughCellRequest, StarPredicate, List<OlapElement>, boolean) - Method in class mondrian.rolap.agg.AggregationManager
- getDrillThroughSql(DrillThroughCellRequest, StarPredicate, List<OlapElement>, boolean) - Method in class mondrian.rolap.RolapAggregationManager
-
Generates a SQL statement which will return the rows which contribute to this request.
- getDrillThroughSQL(boolean) - Method in interface mondrian.olap.Cell
-
Returns a SQL query that, when executed, returns drill through data for this Cell.
- getDrillThroughSQL(boolean) - Method in class mondrian.rolap.RolapCell
- getDrillThroughSQL(List<OlapElement>, boolean) - Method in class mondrian.rolap.RolapCell
- getElapsedMillis() - Method in class mondrian.server.Execution
- getElement(int) - Method in class mondrian.olap.Id
- getElementChild(OlapElement, Id.Segment) - Method in class mondrian.olap.DelegatingSchemaReader
- getElementChild(OlapElement, Id.Segment) - Method in interface mondrian.olap.SchemaReader
-
Looks up the child of
parent
name
, returning null if no element is found. - getElementChild(OlapElement, Id.Segment) - Method in class mondrian.rolap.RolapSchemaReader
- getElementChild(OlapElement, Id.Segment, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- getElementChild(OlapElement, Id.Segment, MatchType) - Method in interface mondrian.olap.SchemaReader
-
Looks up the child of
parent
calledname
, or an approximation according tomatchType
, returning null if no element is found. - getElementChild(OlapElement, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- getElementName() - Method in class mondrian.rolap.format.FormatterCreateContext
- getElementType() - Method in class mondrian.olap.type.SetType
-
Returns the type of the elements of this set.
- getEndColumn() - Method in class mondrian.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class mondrian.parser.SimpleCharStream
-
Get token end line number.
- getEnumTargetCount() - Method in class mondrian.rolap.SqlTupleReader
- getErrorCode() - Method in class mondrian.tui.MockHttpServletResponse
- getErrorCount() - Method in class mondrian.recorder.AbstractRecorder
- getErrorEntries() - Method in class mondrian.recorder.ListRecorder
- getErrorMessage(Throwable) - Static method in class mondrian.olap.Util
-
Constructs the message associated with an arbitrary Java error, making up one based on the stack trace if there is none.
- getErrorMessage(Throwable, boolean) - Static method in class mondrian.olap.Util
-
Constructs the message associated with an arbitrary Java error, making up one based on the stack trace if there is none.
- getErrors() - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- getEval(Evaluator) - Method in class mondrian.mdx.NamedSetExpr
- getEvalCache(String) - Method in class mondrian.olap.Query
-
Gets the Object associated with the value.
- getEvaluator() - Method in interface mondrian.calc.ExpCompiler
-
Returns the evaluator to be used for evaluating expressions during the compilation process.
- getEvaluator() - Method in class mondrian.calc.impl.AbstractExpCompiler
- getEvaluator() - Method in class mondrian.calc.impl.DelegatingExpCompiler
- getEvaluator() - Method in class mondrian.rolap.DefaultTupleConstraint
- getEvaluator() - Method in class mondrian.rolap.sql.MemberKeyConstraint
- getEvaluator() - Method in interface mondrian.rolap.sql.TupleConstraint
- getEvaluator() - Method in class mondrian.rolap.SqlContextConstraint
- getEvaluator(TupleConstraint) - Method in class mondrian.rolap.SqlTupleReader
-
Obtains the evaluator used to find an aggregate table to support the Tuple constraint.
- getEventType() - Method in interface mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent
-
Returns the event type of the current SegmentCacheEvent instance.
- getExcludedRegion(String) - Method in class mondrian.spi.SegmentHeader
- getExcludedRegions() - Method in class mondrian.rolap.agg.Segment
- getExcludedRegions() - Method in class mondrian.spi.SegmentHeader
- getExcludes() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
-
Get an Iterator over the list of Excludes.
- getExecuteEndCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getExecuteEndCount() - Method in class mondrian.server.monitor.ServerInfo
- getExecuteEndCount() - Method in class mondrian.server.monitor.StatementInfo
- getExecuteStartCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getExecuteStartCount() - Method in class mondrian.server.monitor.ServerInfo
- getExecuteStartCount() - Method in class mondrian.server.monitor.StatementInfo
- getExecuting() - Method in class mondrian.server.monitor.StatementInfo
- getExecution() - Method in class mondrian.olap.ResultBase
- getExecution() - Method in class mondrian.rolap.RolapResult
- getExecutorService(int, int, long, String, RejectedExecutionHandler) - Static method in class mondrian.olap.Util
-
Creates an
ExecutorService
object backed by a thread pool. - getExp() - Method in class mondrian.olap.ExpCacheDescriptor
- getExp() - Method in class mondrian.olap.MemberProperty
- getExp() - Method in interface mondrian.olap.NamedSet
-
Returns the expression used to derive this named set.
- getExp() - Method in class mondrian.olap.Query.ScopedNamedSet
- getExp() - Method in class mondrian.olap.SetBase
- getExpCacheHitCount() - Method in class mondrian.server.Execution
- getExpCacheMissCount() - Method in class mondrian.server.Execution
- getExpCompiler(Evaluator, Validator) - Static method in class mondrian.calc.ExpCompiler.Factory
-
Create a
ExpCompiler
instance, each call returns a new compiler. - getExpCompiler(Evaluator, Validator, List<ResultStyle>) - Static method in class mondrian.calc.ExpCompiler.Factory
- getExpression() - Method in class mondrian.olap.Formula
- getExpression() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getExpression() - Method in interface mondrian.olap.Member
- getExpression() - Method in class mondrian.olap.MemberBase
-
Returns the expression by which this member is calculated.
- getExpression() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
- getExpression() - Method in class mondrian.rolap.DelegatingRolapMember
- getExpression() - Method in class mondrian.rolap.RolapCalculatedMember
- getExpression() - Method in class mondrian.rolap.RolapCubeMember
- getExpression() - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- getExpression() - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- getExpression() - Method in class mondrian.rolap.RolapStar.Column
- getExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromAvg
- getExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromSum
- getExpression(String) - Method in class mondrian.rolap.RolapAggregator
-
Returns the expression to apply this aggregator to an operand.
- getExpression(String) - Method in class mondrian.rolap.RolapAggregator.SumFromAvg
- getExpression(SqlQuery) - Method in class mondrian.olap.MondrianDef.Column
- getExpression(SqlQuery) - Method in interface mondrian.olap.MondrianDef.Expression
- getExpression(SqlQuery) - Method in class mondrian.olap.MondrianDef.ExpressionView
- getExtra(OlapConnection) - Static method in class mondrian.xmla.XmlaHandler
- getFact() - Method in class mondrian.rolap.RolapCube
-
Returns this cube's fact table, null if the cube is virtual.
- getFactColumn() - Method in class mondrian.olap.MondrianDef.AggMeasureFactCount
- getFactCount() - Method in class mondrian.rolap.aggmatcher.AggGen
- getFactCountMatch() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Gets the
Recognizer.Matcher
for columns that should be ignored. - getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get Matcher for the fact count column.
- getFactCountMatches() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getFactCountName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get the name of the fact count column.
- getFactFKColumnName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
- getFactory() - Static method in class mondrian.calc.ExpCompiler.Factory
-
Get the underlying Factory object.
- getFactTable() - Method in class mondrian.rolap.aggmatcher.AggGen
- getFactTable() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get the fact table.
- getFactTable() - Method in class mondrian.rolap.RolapStar
-
Returns the fact table at the center of this RolapStar.
- getFactTableName() - Method in class mondrian.rolap.aggmatcher.AggGen
- getFamily() - Method in enum mondrian.spi.Dialect.DatabaseProduct
-
Return the root of the family of products this database product belongs to.
- getFaultCode() - Method in exception mondrian.xmla.XmlaException
- getFaultString() - Method in exception mondrian.xmla.XmlaException
- getFilter() - Method in class mondrian.olap.MondrianDef.Table
- getFirstDescendantOnLevel(SchemaReader, Member, Level) - Static method in class mondrian.olap.Util
-
returns the first descendant on the level underneath parent.
- getFirstError() - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- getFirstRowOrdinal() - Method in class mondrian.olap.DrillThrough
- getForeignKey() - Method in class mondrian.rolap.HierarchyUsage
- getForeignKeyBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
- getForeignKeyMatch() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getForeignKeyMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Gets the
Recognizer.Matcher
for this foreign key column name. - getForeignKeyMatches() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getFormatLocale(Locale) - Static method in class mondrian.util.Format
-
Returns the
Format.FormatLocale
which precisely matchesLocale
, if any, or null if there is none. - getFormatString() - Method in interface mondrian.olap.Evaluator
-
Returns the format string for this cell.
- getFormatString() - Method in class mondrian.olap.MondrianDef.CalculatedMember
-
Returns the format string, looking for a property called "FORMAT_STRING" first, then looking for an attribute called "formatString".
- getFormatString() - Method in class mondrian.rolap.RolapEvaluator
-
Returns the format string for this cell.
- getFormatString() - Method in class mondrian.util.Format
- getFormattedValue() - Method in interface mondrian.olap.Cell
-
Returns the cell's value formatted according to the current format string, and locale-specific settings such as currency symbol.
- getFormattedValue() - Method in class mondrian.rolap.RolapCell
- getFormatter() - Method in class mondrian.olap.Property
- getFormatter() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getFormatter() - Method in class mondrian.rolap.RolapHierarchy.RolapCalculatedMeasure
- getFormatter() - Method in interface mondrian.rolap.RolapMeasure
-
Returns the object that formats cells of this measure, or null to use default formatting.
- getFormatter() - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- getFormatter() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getFormatterClassName() - Method in class mondrian.rolap.format.FormatterCreateContext
- getFormatToken(int) - Static method in class mondrian.util.Format
-
Returns the format token as a string representation which corresponds to a given token code.
- getFormula() - Method in class mondrian.olap.MondrianDef.CalculatedMember
-
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
- getFormula() - Method in class mondrian.olap.MondrianDef.NamedSet
-
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
- getFormula() - Method in class mondrian.rolap.RolapCalculatedMember
- getFormulas() - Method in class mondrian.olap.Query
-
Returns an array of the formulas used in this query.
- getForwardedRequest() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- getForwardedResponse() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- getFullConnectString() - Method in class mondrian.olap.ConnectionBase
- getFullName() - Method in class mondrian.rolap.HierarchyUsage
- getFunDef() - Method in class mondrian.mdx.ResolvedFunCall
-
Returns the definition of the function which is being called.
- getFunDef() - Method in class mondrian.olap.fun.MultiResolver
- getFunDef() - Method in interface mondrian.olap.fun.Resolver
-
Returns a representative example of the function which this Resolver can produce, for purposes of describing the function set.
- getFunDef() - Method in class mondrian.olap.fun.UdfResolver
- getFunInfoList() - Method in class mondrian.olap.fun.FunTableImpl
- getFunInfoList() - Method in interface mondrian.olap.FunTable
-
Returns a list of
FunInfo
objects. - getFunName() - Method in class mondrian.mdx.ResolvedFunCall
- getFunName() - Method in class mondrian.mdx.UnresolvedFunCall
-
Returns the function name.
- getFunName() - Method in interface mondrian.olap.FunCall
-
Returns the name of the function.
- getFunTable() - Method in interface mondrian.olap.Schema
-
Returns this schema's function table.
- getFunTable() - Method in interface mondrian.olap.Validator
-
Returns the table of function and operator definitions.
- getFunTable() - Method in class mondrian.rolap.RolapSchema
- getFuture(Execution, SegmentHeader) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Returns a future slot for a segment body, if a segment is currently loading, otherwise null.
- getFuture(Execution, SegmentHeader) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- getGenericExpression() - Method in class mondrian.olap.MondrianDef.Column
- getGenericExpression() - Method in interface mondrian.olap.MondrianDef.Expression
- getGenericExpression() - Method in class mondrian.olap.MondrianDef.ExpressionView
- getGroupingSets() - Method in class mondrian.rolap.GroupingSetsCollector
- getHeader() - Method in class mondrian.rolap.agg.Segment
- getHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the value of the specified request header as a String.
- getHeader(String) - Method in class mondrian.tui.MockHttpServletResponse
- getHeaderList(String) - Method in class mondrian.tui.MockHttpServletResponse
- getHeaderNames() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaders(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns all the values of the specified request header as an Enumeration of String objects.
- getHierarchies() - Method in interface mondrian.olap.Dimension
-
Returns an array of the hierarchies which belong to this dimension.
- getHierarchies() - Method in class mondrian.olap.DimensionBase
- getHierarchies() - Method in class mondrian.olap.type.TupleType
- getHierarchies() - Method in class mondrian.rolap.RolapCube
-
Returns a list of all hierarchies in this cube, in order of dimension.
- getHierarchies(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Returns the hierarchies in a set, member, or tuple type.
- getHierarchy() - Method in class mondrian.mdx.HierarchyExpr
-
Returns the hierarchy.
- getHierarchy() - Method in class mondrian.olap.CubeBase
- getHierarchy() - Method in class mondrian.olap.DimensionBase
- getHierarchy() - Method in class mondrian.olap.HierarchyBase
- getHierarchy() - Method in interface mondrian.olap.Level
- getHierarchy() - Method in class mondrian.olap.LevelBase
- getHierarchy() - Method in interface mondrian.olap.Member
- getHierarchy() - Method in class mondrian.olap.MemberBase
- getHierarchy() - Method in interface mondrian.olap.OlapElement
- getHierarchy() - Method in class mondrian.olap.Query.ScopedNamedSet
- getHierarchy() - Method in class mondrian.olap.SetBase
- getHierarchy() - Method in class mondrian.olap.type.CubeType
- getHierarchy() - Method in class mondrian.olap.type.DimensionType
- getHierarchy() - Method in class mondrian.olap.type.HierarchyType
- getHierarchy() - Method in class mondrian.olap.type.LevelType
- getHierarchy() - Method in class mondrian.olap.type.MemberType
- getHierarchy() - Method in class mondrian.olap.type.ScalarType
- getHierarchy() - Method in class mondrian.olap.type.SetType
- getHierarchy() - Method in class mondrian.olap.type.TupleType
- getHierarchy() - Method in interface mondrian.olap.type.Type
-
Returns the Hierarchy of this Type, or null if not known.
- getHierarchy() - Method in class mondrian.rolap.DelegatingRolapMember
- getHierarchy() - Method in interface mondrian.rolap.MemberSource
-
Returns the hierarchy that this source is reading for.
- getHierarchy() - Method in class mondrian.rolap.NoCacheMemberReader
- getHierarchy() - Method in class mondrian.rolap.RolapCubeLevel
- getHierarchy() - Method in class mondrian.rolap.RolapCubeMember
- getHierarchy() - Method in class mondrian.rolap.RolapLevel
- getHierarchy() - Method in interface mondrian.rolap.RolapMember
- getHierarchy() - Method in class mondrian.rolap.RolapMemberBase
- getHierarchy() - Method in class mondrian.rolap.SmartMemberReader
- getHierarchy() - Method in class mondrian.rolap.SubstitutingMemberReader
- getHierarchyCardinality(SchemaReader, Hierarchy) - Static method in class mondrian.rolap.RolapMemberBase
- getHierarchyCardinality(Hierarchy) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getHierarchyDefaultMember(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
- getHierarchyDefaultMember(Hierarchy) - Method in interface mondrian.olap.SchemaReader
-
Returns the default member of a hierarchy.
- getHierarchyDefaultMember(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
- getHierarchyLevels(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
- getHierarchyLevels(Hierarchy) - Method in interface mondrian.olap.SchemaReader
-
Returns the accessible levels of a hierarchy.
- getHierarchyLevels(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
- getHierarchyName() - Method in class mondrian.rolap.HierarchyUsage
- getHierarchyOrdinal() - Method in class mondrian.rolap.RolapMemberBase
- getHierarchyRootMembers(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
- getHierarchyRootMembers(Hierarchy) - Method in interface mondrian.olap.SchemaReader
-
Returns an array of the root members of
hierarchy
. - getHierarchyRootMembers(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
- getHierarchyStructure(Hierarchy) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getHintMap() - Method in class mondrian.olap.MondrianDef.Table
- getHitCount() - Method in class mondrian.rolap.FastBatchingCellReader
- getHoldability() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getHook() - Static method in class mondrian.rolap.RolapUtil
-
Sets the query-execution hook used by tests.
- getId() - Method in class mondrian.olap.MondrianServer
-
Returns an integer uniquely identifying this server within its JVM.
- getId() - Method in interface mondrian.olap.Schema
-
Returns the uniquely generated id of this schema.
- getId() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- getId() - Method in class mondrian.rolap.RolapConnection
-
Returns the identifier of this connection.
- getId() - Method in class mondrian.rolap.RolapSchema
-
Returns this schema instance unique ID.
- getId() - Method in class mondrian.rolap.ScenarioImpl
- getId() - Method in class mondrian.server.Execution
- getId() - Method in interface mondrian.server.Statement
-
Returns the ID of this statement, unique within the JVM.
- getId() - Method in class mondrian.server.StatementImpl
- getIdentifier() - Method in class mondrian.olap.Formula
-
Returns the Identifier of the set or member which is declared by this Formula.
- getIgnoreColumnNames() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get an Iterator over all ignore column name entries.
- getIgnoreMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getIgnoreMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Gets the
Recognizer.Matcher
for the fact count column. - getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get Matcher for ignore columns.
- GetImage() - Method in class mondrian.parser.SimpleCharStream
-
Get token literal value.
- getImpl(K) - Method in class mondrian.rolap.cache.HardSmartCache
- getImpl(K) - Method in class mondrian.rolap.cache.SmartCacheImpl
- getImpl(K) - Method in class mondrian.rolap.cache.SoftSmartCache
- getImplementor() - Method in class mondrian.util.ServiceDiscovery
-
Returns a list of classes that implement the service.
- getIncludeByTableDef(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Is the given tableName included either by exact name or by pattern.
- getIncludeByTableDef(String, List<ExplicitRules.Group>) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules
-
Returns the
ExplicitRules.TableDef
for a tableName that is a candidate aggregate table. - getIncludedRequest() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- getIncludedResponse() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- getIndex() - Method in interface mondrian.calc.ParameterSlot
-
Returns the unique index of the slot.
- getIndex(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getIndex(String, String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getIndex(RolapStar) - Method in class mondrian.rolap.agg.SegmentCacheManager.SegmentCacheIndexRegistry
-
Returns the
SegmentCacheIndex
for a givenRolapStar
. - getIndexRegistry() - Method in class mondrian.rolap.agg.SegmentCacheManager
- getInfo() - Method in class mondrian.recorder.ListRecorder.Entry
- getInfoCount() - Method in class mondrian.recorder.AbstractRecorder
- getInfoEntries() - Method in class mondrian.recorder.ListRecorder
- getInheritedProperties() - Method in interface mondrian.olap.Level
-
Returns properties defined against this level and parent levels.
- getInheritedProperties() - Method in class mondrian.rolap.RolapLevel
- getInitParameter(String) - Method in class mondrian.tui.MockServletConfig
-
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in class mondrian.tui.MockServletContext
-
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
- getInitParameterNames() - Method in class mondrian.tui.MockServletConfig
-
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
- getInitParameterNames() - Method in class mondrian.tui.MockServletContext
-
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
- getInputStream() - Method in class mondrian.tui.MockHttpServletRequest
-
Retrieves the body of the request as binary data using a ServletInputStream.
- getInstance() - Static method in class mondrian.rolap.aggmatcher.DefaultRules
-
There is a single instance of the
DefaultRecognizer
and theDefaultRules
class is a container of that instance. - getInstance(HttpSession, ServletContext, String) - Static method in class mondrian.web.taglib.ResultCache
-
Retrieves a cached query.
- getInstance(ServletContext) - Static method in class mondrian.web.taglib.ApplResources
-
Retrieves the one and only instance of
ApplResources
in this servlet's context. - getInt(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- getInt(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns the value at a given coordinate, as an
int
. - getInternalConnection() - Method in class mondrian.rolap.RolapSchema
-
Connection for purposes of parsing and validation.
- getInternalStatement() - Method in class mondrian.olap.ConnectionBase
- getInternalStatement() - Method in class mondrian.rolap.RolapConnection
- getInternalType() - Method in enum mondrian.olap.Property.Datatype
- getInternalType() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
- getInternalType() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
- getInternalType() - Method in class mondrian.rolap.RolapLevel
- getInternalType() - Method in class mondrian.rolap.RolapStar.Column
- getIntHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the value of the specified request header as an int.
- getIntoArray(int, Object[]) - Method in class mondrian.util.CartesianProductList
- getIntValue() - Method in class mondrian.olap.Literal
- getIterationLength() - Method in interface mondrian.olap.Evaluator
- getIterationLength() - Method in class mondrian.rolap.RolapEvaluator
- getJdbcDriversProperty() - Static method in class mondrian.tui.CmdRunner
- getJdbcPasswordProperty() - Static method in class mondrian.tui.CmdRunner
- getJdbcURLProperty() - Static method in class mondrian.tui.CmdRunner
- getJdbcUserProperty() - Static method in class mondrian.tui.CmdRunner
- getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
- getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
- getJoinCondition() - Method in class mondrian.rolap.RolapStar.Table
-
Returns the condition by which a dimension table is connected to its
parent
; or null if this is the fact table. - getJoinExp() - Method in class mondrian.rolap.HierarchyUsage
- getJoinTable() - Method in class mondrian.rolap.HierarchyUsage
- getJvmHeapBytesCommitted() - Method in class mondrian.server.monitor.ServerInfo
- getJvmHeapBytesMax() - Method in class mondrian.server.monitor.ServerInfo
- getJvmHeapBytesUsed() - Method in class mondrian.server.monitor.ServerInfo
- getKey() - Method in class mondrian.olap.fun.sort.SortKeySpec
- getKey() - Method in class mondrian.rolap.DelegatingRolapMember
- getKey() - Method in interface mondrian.rolap.RolapMember
- getKey() - Method in class mondrian.rolap.RolapMemberBase
- getKey() - Method in class mondrian.rolap.RolapSchema
-
Returns this schema instance unique key.
- getKey() - Method in class mondrian.util.Pair
- getKeyExp() - Method in class mondrian.olap.MondrianDef.Level
- getKeyExp() - Method in class mondrian.rolap.RolapLevel
- getKeyParts() - Method in class mondrian.olap.Id.KeySegment
- getKeyParts() - Method in class mondrian.olap.Id.NameSegment
- getKeyParts() - Method in class mondrian.olap.Id.Segment
- getKeywords() - Method in class mondrian.olap.MondrianServer
-
Returns a list of MDX keywords.
- getKind() - Method in class mondrian.rolap.HierarchyUsage
- getLeadMember(Member, int) - Method in class mondrian.olap.DelegatingSchemaReader
- getLeadMember(Member, int) - Method in interface mondrian.olap.SchemaReader
-
Returns a member
n
further along in the same level frommember
. - getLeadMember(Member, int) - Method in class mondrian.rolap.RolapSchemaReader
- getLeadMember(RolapMember, int) - Method in class mondrian.rolap.NoCacheMemberReader
- getLeadMember(RolapMember, int) - Method in class mondrian.rolap.SmartMemberReader
- getLeadMember(RolapMember, int) - Method in class mondrian.rolap.SubstitutingMemberReader
- getLeft() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
-
Return the left join expression.
- getLeft() - Method in class mondrian.rolap.RolapStar.Condition
- getLeft(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
-
Return the left join expression as string.
- getLeft(SqlQuery) - Method in class mondrian.rolap.RolapStar.Condition
- getLeftAlias() - Method in class mondrian.olap.MondrianDef.Join
-
Returns the alias of the left join key, defaulting to left's alias if left is a table.
- getLength() - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getLevel() - Method in class mondrian.mdx.LevelExpr
-
Returns the level.
- getLevel() - Method in interface mondrian.olap.Member
- getLevel() - Method in class mondrian.olap.MemberBase
- getLevel() - Method in class mondrian.olap.type.CubeType
- getLevel() - Method in class mondrian.olap.type.DimensionType
- getLevel() - Method in class mondrian.olap.type.HierarchyType
- getLevel() - Method in class mondrian.olap.type.LevelType
- getLevel() - Method in class mondrian.olap.type.MemberType
- getLevel() - Method in class mondrian.olap.type.ScalarType
- getLevel() - Method in class mondrian.olap.type.SetType
- getLevel() - Method in class mondrian.olap.type.TupleType
- getLevel() - Method in interface mondrian.olap.type.Type
-
Returns the Level of this Type, or null if not known.
- getLevel() - Method in interface mondrian.olap4j.IMondrianOlap4jProperty
- getLevel() - Method in class mondrian.rolap.DelegatingRolapMember
- getLevel() - Method in class mondrian.rolap.RolapCubeMember
- getLevel() - Method in interface mondrian.rolap.RolapMember
- getLevel() - Method in class mondrian.rolap.RolapMemberBase
- getLevel() - Method in interface mondrian.rolap.sql.CrossJoinArg
- getLevel() - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- getLevel() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- getLevel() - Method in class mondrian.rolap.TargetBase
- getLevelBitKey() - Method in class mondrian.rolap.agg.GroupingSet
- getLevelBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get the foreign-key/level BitKey.
- getLevelCardinality(Level, boolean, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
- getLevelCardinality(Level, boolean, boolean) - Method in interface mondrian.olap.SchemaReader
-
Returns the number of members in a level, returning an approximation if acceptable.
- getLevelCardinality(Level, boolean, boolean) - Method in class mondrian.rolap.RolapSchemaReader
- getLevelCardinality(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getLevelDataType(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the data type of the level's key.
- getLevelMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getLevelMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getLevelMatcher(String, String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Gets a
Recognizer.Matcher
for a given level's hierarchy's name, level name and column name. - getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.NoCacheMemberReader
- getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.SmartMemberReader
- getLevelMembers(Level, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
- getLevelMembers(Level, boolean) - Method in interface mondrian.olap.SchemaReader
-
Returns the members of a level, optionally including calculated members.
- getLevelMembers(Level, boolean) - Method in class mondrian.rolap.RolapSchemaReader
- getLevelMembers(Level, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
- getLevelMembers(Level, Evaluator) - Method in interface mondrian.olap.SchemaReader
-
Returns the members of a level, optionally filtering out members which are empty.
- getLevelMembers(Level, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
- getLevelMembersConstraint(Evaluator) - Method in class mondrian.rolap.SqlConstraintFactory
- getLevelMembersConstraint(Evaluator, Level[]) - Method in class mondrian.rolap.SqlConstraintFactory
-
Returns a constraint that restricts the members of a level to those that are non-empty in the given context.
- getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.MemberCacheHelper
- getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.MemberNoCacheHelper
- getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
- getLevelName() - Method in class mondrian.rolap.HierarchyUsage
- getLevelProperties(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the defined properties of a level.
- getLevels() - Method in interface mondrian.olap.Hierarchy
-
Returns the levels in this hierarchy.
- getLevels() - Method in class mondrian.olap.HierarchyBase
- getLevels() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Returns all level columns.
- getLevels() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Gets all level mappings.
- getLevels() - Method in class mondrian.rolap.RolapCubeHierarchy
- getLevelType() - Method in interface mondrian.olap.Level
- getLevelType() - Method in class mondrian.olap.LevelBase
- getLimitedMemberForHierarchy(Hierarchy) - Method in class mondrian.olap.CubeAccess
- getLimitedMemberList() - Method in class mondrian.olap.CubeAccess
- getLimitedMembers() - Method in class mondrian.olap.CubeAccess
- getLine() - Method in class mondrian.parser.SimpleCharStream
-
Deprecated.
- getLine(Reader, StringBuilder) - Static method in class mondrian.tui.CmdRunner
-
Read the next line of input.
- getList() - Method in class mondrian.rolap.TargetBase
- getLocalAddr() - Method in class mondrian.tui.MockHttpServletRequest
- getLocale() - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
-
Returns the property locale.
- getLocale() - Method in interface mondrian.olap.Connection
-
Returns the locale this connection belongs to.
- getLocale() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getLocale() - Method in class mondrian.rolap.RolapConnection
- getLocale() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
- getLocale() - Method in class mondrian.tui.MockHttpServletResponse
-
Returns the locale assigned to the response.
- getLocales() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getLocalized(OlapElement.LocalizedProperty, Locale) - Method in interface mondrian.olap.OlapElement
-
Returns the value of a property (caption or description) of this element in the given locale.
- getLocalized(OlapElement.LocalizedProperty, Locale) - Method in class mondrian.olap.OlapElementBase
- getLocalized(OlapElement.LocalizedProperty, Locale) - Method in class mondrian.olap.Query.ScopedNamedSet
- getLocalizedMessage() - Method in exception mondrian.olap.MondrianException
- getLocalName() - Method in class mondrian.tui.MockHttpServletRequest
- getLocalName(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getLocalPort() - Method in class mondrian.tui.MockHttpServletRequest
- getLocalResource(String, String) - Method in interface mondrian.olap.Namer
- getLockBox() - Method in class mondrian.olap.MondrianServer
-
Returns the lock box that can be used to pass objects via their string key.
- getLocus() - Method in class mondrian.rolap.agg.SegmentCacheManager.Command
- getLocus() - Method in class mondrian.rolap.agg.SegmentCacheManager.FlushCommand
- getLogger() - Method in class mondrian.olap.ConnectionBase
- getLogger() - Method in class mondrian.olap.OlapElementBase
- getLogger() - Method in class mondrian.olap.ResultBase
- getLogger() - Method in class mondrian.olap.SetBase
- getLogger() - Method in class mondrian.rolap.agg.AggregationManager
-
Returns the log4j logger.
- getLogger() - Method in class mondrian.rolap.aggmatcher.AggTableManager
-
Get the Logger.
- getLogger() - Static method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getLogger() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Returns the Logger.
- getLogger() - Method in class mondrian.rolap.HierarchyUsage
- getLogger() - Method in class mondrian.rolap.RolapConnection
- getLogger() - Method in class mondrian.rolap.RolapCube
- getLogger() - Method in class mondrian.rolap.RolapEvaluator
- getLogger() - Method in class mondrian.rolap.RolapHierarchy
- getLogger() - Method in class mondrian.rolap.RolapLevel
- getLogger() - Method in class mondrian.rolap.RolapMemberBase
- getLogger() - Method in class mondrian.rolap.RolapResult
- getLogger() - Method in class mondrian.rolap.RolapSchema
- getLogger() - Method in class mondrian.util.AbstractMemoryMonitor
-
Returns the
Logger
. - getLogger() - Method in class mondrian.util.NotificationMemoryMonitor
-
Get the
Logger
. - getLowerBound() - Method in class mondrian.rolap.agg.RangeColumnPredicate
- getLowerInclusive() - Method in class mondrian.rolap.agg.RangeColumnPredicate
- getLowThreshold() - Method in class mondrian.util.AbstractMemoryMonitor
-
Returns the current lowest threshold of all registered
Listener
s. - getMajorVersion() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
-
Returns the major part of the version number.
- getMajorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDriver
- getMajorVersion() - Method in class mondrian.tui.MockServletContext
-
Returns the major version of the Java Servlet API that this servlet container supports.
- getMappedCellValues() - Method in class mondrian.rolap.agg.CellRequest
-
Builds a map of column names to values, as specified by this cell request object.
- getMatchCount(StarColumnPredicate) - Method in class mondrian.rolap.agg.SegmentAxis
-
Returns how many of this SegmentAxis's keys match a given constraint.
- getMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- getMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- getMatcher(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getMatcher(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- getMatcher(String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- getMatcher(String, String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- getMatchingCause(Throwable, Class<T>) - Static method in class mondrian.olap.Util
-
If one of the causes of an exception is of a particular class, returns that cause.
- getMax() - Method in class mondrian.olap.EnumeratedValues
-
Returns the largest ordinal defined by this enumeration.
- getMax() - Method in interface mondrian.olap.Util.MemoryInfo.Usage
- getMaxColumnNameLength() - Method in interface mondrian.spi.Dialect
-
Returns the maximum length of the name of a database column or query alias allowed by this dialect.
- getMaxColumnNameLength() - Method in class mondrian.spi.impl.JdbcDialectImpl
- getMaxMemory() - Method in class mondrian.util.FauxMemoryMonitor
- getMaxMemory() - Method in interface mondrian.util.MemoryMonitor
-
Returns the maximum memory usage.
- getMaxMemory() - Method in class mondrian.util.NotificationMemoryMonitor
-
Get the maximum possible memory usage for this JVM instance.
- getMaxRowCount() - Method in class mondrian.olap.DrillThrough
- getMaxRows() - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- getMdxHierarchiesOnAxis(AxisOrdinal) - Method in class mondrian.olap.Query
-
Returns
Hierarchy[]
used onaxis
. - getMdxMember() - Method in class mondrian.olap.Formula
-
Returns the Member.
- getMeasure() - Method in class mondrian.rolap.agg.CellRequest
-
Returns the measure of this cell request.
- getMeasure(int) - Method in interface mondrian.rolap.agg.QuerySpec
- getMeasureAggregator(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getMeasureAlias(int) - Method in interface mondrian.rolap.agg.QuerySpec
- getMeasureBitKey() - Method in class mondrian.rolap.agg.GroupingSet
- getMeasureBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns a BitKey of all measures.
- getMeasureCount() - Method in interface mondrian.rolap.agg.QuerySpec
- getMeasureCube() - Method in interface mondrian.olap.Evaluator
-
Returns the base (non-virtual) cube that the current measure in the context belongs to.
- getMeasureCube() - Method in class mondrian.rolap.RolapEvaluator
- getMeasureFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- getMeasureMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getMeasureMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getMeasureMatcher(String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Creates a
Recognizer.Matcher
for the given measure name (symbolic name), column name and aggregate name (sum, count, etc.). - getMeasures() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
-
Returns a list of all measures.
- getMeasures() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Gets all level mappings.
- getMeasuresFactCount() - Method in class mondrian.olap.MondrianDef.AggTable
- getMeasuresFactCount() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- getMeasuresHierarchy() - Method in class mondrian.rolap.RolapCube
-
Returns the the measures hierarchy.
- getMeasuresMembers() - Method in class mondrian.olap.Query
- getMeasuresMembers() - Method in class mondrian.rolap.RolapCube
- getMember() - Method in class mondrian.mdx.MemberExpr
-
Returns the member.
- getMember() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getMember() - Method in class mondrian.olap.type.MemberType
- getMember() - Method in class mondrian.rolap.agg.MemberColumnPredicate
-
Returns the
Member
. - getMember() - Method in class mondrian.rolap.ScenarioImpl
-
Returns the member of the [Scenario] dimension that represents this scenario.
- getMember(int[], Hierarchy) - Method in class mondrian.olap.ResultBase
-
Returns the current member of a given hierarchy at a given location.
- getMember(Object) - Method in class mondrian.rolap.MemberCacheHelper
- getMember(Object) - Method in class mondrian.rolap.MemberNoCacheHelper
- getMember(Object) - Method in class mondrian.rolap.NoCacheMemberReader
- getMember(Object, boolean) - Method in class mondrian.rolap.MemberCacheHelper
- getMember(Object, boolean) - Method in class mondrian.rolap.MemberNoCacheHelper
- getMember(Object, boolean) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberAncestors(Member, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberAncestors(Member, List<Member>) - Method in interface mondrian.olap.SchemaReader
-
Returns a list of ancestors of
member
, in depth order. - getMemberAncestors(Member, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberBuilder() - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberBuilder() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getMemberBuilder() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getMemberBuilder() - Method in class mondrian.rolap.SmartMemberReader
- getMemberBuilder() - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberByKey(RolapLevel, List<Comparable>) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberByKey(RolapLevel, List<Comparable>) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getMemberByKey(RolapLevel, List<Comparable>) - Method in class mondrian.rolap.SmartMemberReader
- getMemberByUniqueName(List<Id.Segment>, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberByUniqueName(List<Id.Segment>, boolean) - Method in interface mondrian.olap.SchemaReader
-
Finds a member based upon its unique name, requiring an exact match.
- getMemberByUniqueName(List<Id.Segment>, boolean) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in interface mondrian.olap.SchemaReader
-
Finds a member based upon its unique name.
- getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberCache() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
- getMemberCache() - Method in class mondrian.rolap.SmartMemberReader
- getMemberCache() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
-
Returns the
MemberCache
to look up members before creating them. - getMemberCacheLock() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
-
use the same lock in the RolapCubeMemberSource as the RolapCubeHiearchyMemberReader to avoid deadlocks
- getMemberCacheLock() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
-
Returns the object which acts as the member cache synchronization lock.
- getMemberCalcs() - Method in class mondrian.olap.fun.TupleFunDef.CalcImpl
- getMemberChildren(List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberChildren(List<Member>) - Method in interface mondrian.olap.SchemaReader
-
Returns direct children of each element of
members
. - getMemberChildren(List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberChildren(List<Member>, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberChildren(List<Member>, Evaluator) - Method in interface mondrian.olap.SchemaReader
-
Returns direct children of each element of
members
which is not empty incontext
. - getMemberChildren(List<Member>, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in interface mondrian.rolap.MemberSource
-
Returns all members which are a child of one of the members in
parentMembers
, sorted by ordinal. - getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SmartMemberReader
- getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberChildren(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberChildren(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns direct children of
member
. - getMemberChildren(Member) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberChildren(Member, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberChildren(Member, Evaluator) - Method in interface mondrian.olap.SchemaReader
-
Returns direct children of
member
, optimized for NON EMPTY. - getMemberChildren(Member, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberChildren(RolapMember, List<RolapMember>) - Method in interface mondrian.rolap.MemberSource
-
Writes all children
parentMember
tochildren
. - getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
- getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SmartMemberReader
- getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberChildrenConstraint(Evaluator) - Method in class mondrian.rolap.SqlConstraintFactory
- getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.DefaultTupleConstraint
- getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
-
Returns null to prevent the member/childern from being cached.
- getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.sql.MemberKeyConstraint
- getMemberChildrenConstraint(RolapMember) - Method in interface mondrian.rolap.sql.TupleConstraint
-
When the members of a level are fetched, the result is grouped by into parents and their children.
- getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.SqlContextConstraint
- getMemberChildrenWithDetails(Member, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberChildrenWithDetails(Member, Evaluator) - Method in interface mondrian.olap.SchemaReader
-
Similar to
SchemaReader.getMemberChildren(Member, Evaluator)
but returns a map of the grand-children and their access details and costs more to invoke because of the access controls. - getMemberChildrenWithDetails(Member, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberCount() - Method in interface mondrian.rolap.MemberSource
-
Returns an estimate of number of members in this hierarchy.
- getMemberCount() - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberCount() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getMemberCount() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getMemberCount() - Method in class mondrian.rolap.SmartMemberReader
- getMemberCount() - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberDepth(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberDepth(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns the depth of a member.
- getMemberDepth(Member) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberFormatter() - Method in interface mondrian.olap.Level
-
Returns the object that is used to format members of this level.
- getMemberFormatter() - Method in class mondrian.olap.LevelBase
- getMemberFormatter() - Method in class mondrian.rolap.RolapCubeLevel
- getMemberKey(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the key for a given member.
- getMemberOrdinalInParent(SchemaReader, Member) - Static method in class mondrian.olap.Util
-
Finds the zero based ordinal of a Member among its siblings.
- getMemberParent(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberParent(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns the parent of
member
. - getMemberParent(Member) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberParent(RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberParent(RolapMember) - Method in class mondrian.rolap.SmartMemberReader
- getMemberParent(RolapMember) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberRange(Level, Member, Member, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
- getMemberRange(Level, Member, Member, List<Member>) - Method in interface mondrian.olap.SchemaReader
-
Appends to
list
all members betweenstartMember
andendMember
(inclusive) which belong tolevel
. - getMemberRange(Level, Member, Member, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
- getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
- getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
- getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMemberReader(Hierarchy) - Method in interface mondrian.rolap.RolapNativeSet.SchemaReaderWithMemberReaderAvailable
- getMemberReader(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
-
This method uses a double-checked locking idiom to avoid making the method fully synchronized, or potentially creating the same MemberReader more than once.
- getMembers() - Method in interface mondrian.olap.Evaluator
-
Returns an array of the members which make up the current context.
- getMembers() - Method in interface mondrian.rolap.MemberSource
-
Returns all members of this hierarchy, sorted by ordinal.
- getMembers() - Method in class mondrian.rolap.NoCacheMemberReader
- getMembers() - Method in class mondrian.rolap.RolapEvaluator
- getMembers() - Method in class mondrian.rolap.SmartMemberReader
- getMembers() - Method in interface mondrian.rolap.sql.CrossJoinArg
- getMembers() - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- getMembers() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- getMembers() - Method in class mondrian.rolap.SubstitutingMemberReader
- getMembers() - Method in class mondrian.rolap.TupleConstraintStruct
- getMembersArray() - Method in class mondrian.rolap.TupleConstraintStruct
- getMembersForQuery(String, List<Member>) - Method in interface mondrian.olap.Cube
-
Returns Member[].
- getMembersForQuery(String, List<Member>) - Method in class mondrian.rolap.RolapCube
- getMembersInLevel(RolapLevel) - Method in class mondrian.rolap.NoCacheMemberReader
- getMembersInLevel(RolapLevel) - Method in class mondrian.rolap.SmartMemberReader
- getMembersInLevel(RolapLevel) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMembersInLevel(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
- getMembersInLevel(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getMembersInLevel(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getMembersInLevel(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.SmartMemberReader
- getMembersInLevel(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
- getMembersNestedInMeasures(Set<Member>) - Static method in class mondrian.rolap.SqlConstraintUtils
- getMemberType() - Method in interface mondrian.olap.Member
-
Returns the type of member.
- getMemberType() - Method in class mondrian.olap.MemberBase
- getMemberType() - Method in class mondrian.rolap.DelegatingRolapMember
- getMemoryInfo() - Static method in class mondrian.olap.Util
- getMemoryInfo() - Method in interface mondrian.util.UtilCompatible
-
Creates an object from which to get information about system memory use.
- getMemoryInfo() - Method in class mondrian.util.UtilCompatibleJdk15
- getMemoryMonitor() - Static method in class mondrian.util.MemoryMonitorFactory
-
Access the
MemoryMonitorFactory
instance. - getMessage() - Method in exception mondrian.olap.MondrianException
- getMessage() - Method in error mondrian.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class mondrian.recorder.ListRecorder.Entry
- getMetaData() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getMetadataRowset(OlapConnection, String, Map<String, Object>) - Static method in class mondrian.xmla.XmlaUtil
-
Returns a set of column headings and rows for a given metadata request.
- getMethod() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getMethod() - Method in interface mondrian.xmla.XmlaRequest
-
Indicate DISCOVER or EXECUTE method.
- getMimeType() - Method in enum mondrian.xmla.Enumeration.ResponseMimeType
- getMimeType(String) - Method in class mondrian.tui.MockServletContext
-
Returns the MIME type of the specified file, or null if the MIME type is not known.
- getMin() - Method in class mondrian.olap.EnumeratedValues
-
Returns the smallest ordinal defined by this enumeration.
- getMinorVersion() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
-
Returns the minor part of the version number.
- getMinorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDriver
- getMinorVersion() - Method in class mondrian.tui.MockServletContext
-
Returns the minor version of the Servlet API that this servlet container supports.
- getMissCount() - Method in interface mondrian.olap.Evaluator
-
Returns the number of times that this evaluator has told a lie when retrieving cell values.
- getMissCount() - Method in class mondrian.rolap.FastBatchingCellReader
- getMissCount() - Method in class mondrian.rolap.RolapEvaluator
- getMondrianConnection() - Method in interface mondrian.server.Statement
-
Returns this statement's connection.
- getMondrianDefExpression() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getMondrianDefExpression() - Method in interface mondrian.rolap.RolapStoredMeasure
-
Returns the column which holds the value of the measure.
- getMondrianDefExpression() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getMondrianStatement() - Method in class mondrian.server.Execution
- getMoniker() - Method in interface mondrian.util.LockBox.Entry
-
String key by which to identify this object.
- getMonitor() - Method in class mondrian.olap.MondrianServer
- getMonthLevel() - Method in interface mondrian.olap.Cube
-
Return Month Level or null.
- getMonthLevel() - Method in class mondrian.olap.CubeBase
- getMsgType() - Method in class mondrian.recorder.ListRecorder.Entry
- getMutableClone() - Method in class mondrian.olap.EnumeratedValues
-
Creates a mutable enumeration from an existing enumeration, which may already be immutable.
- getName() - Method in class mondrian.calc.impl.AbstractCalc
-
Returns the name of this expression type, used when serializing an expression to a string.
- getName() - Method in class mondrian.calc.impl.ConstantCalc
- getName() - Method in interface mondrian.olap.Annotation
-
Returns the name of this annotation.
- getName() - Method in interface mondrian.olap.Cube
- getName() - Method in class mondrian.olap.CubeBase
- getName() - Method in class mondrian.olap.DimensionBase
- getName() - Method in class mondrian.olap.EnumeratedValues.BasicValue
- getName() - Method in interface mondrian.olap.EnumeratedValues.Value
- getName() - Method in class mondrian.olap.Formula
-
Returns this formula's name.
- getName() - Method in class mondrian.olap.fun.FunDefBase
- getName() - Method in class mondrian.olap.fun.FunInfo
-
Returns the name of this function.
- getName() - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
- getName() - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
- getName() - Method in class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
- getName() - Method in class mondrian.olap.fun.MultiResolver
- getName() - Method in interface mondrian.olap.fun.Resolver
-
Returns the name of the function or operator.
- getName() - Method in class mondrian.olap.fun.UdfResolver
- getName() - Method in interface mondrian.olap.FunDef
-
Returns the name of this function.
- getName() - Method in class mondrian.olap.HierarchyBase
- getName() - Method in class mondrian.olap.Id.NameSegment
- getName() - Method in class mondrian.olap.LevelBase
- getName() - Method in class mondrian.olap.MemberBase
- getName() - Method in class mondrian.olap.MemberProperty
- getName() - Method in class mondrian.olap.MondrianDef.AggColumnName
- getName() - Method in class mondrian.olap.MondrianDef.AggExclude
- getName() - Method in class mondrian.olap.MondrianDef.AggFactCount
- getName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
- getName() - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
- getName() - Method in class mondrian.olap.MondrianDef.AggLevel
- getName() - Method in class mondrian.olap.MondrianDef.AggLevelProperty
- getName() - Method in class mondrian.olap.MondrianDef.AggMeasure
- getName() - Method in class mondrian.olap.MondrianDef.AggMeasureFactCount
- getName() - Method in class mondrian.olap.MondrianDef.AggName
- getName() - Method in class mondrian.olap.MondrianDef.AggPattern
- getName() - Method in class mondrian.olap.MondrianDef.AggTable
- getName() - Method in class mondrian.olap.MondrianDef.Annotation
- getName() - Method in class mondrian.olap.MondrianDef.Annotations
- getName() - Method in class mondrian.olap.MondrianDef.CalculatedMember
- getName() - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- getName() - Method in class mondrian.olap.MondrianDef.CaptionExpression
- getName() - Method in class mondrian.olap.MondrianDef.CellFormatter
- getName() - Method in class mondrian.olap.MondrianDef.Closure
- getName() - Method in class mondrian.olap.MondrianDef.Column
- getName() - Method in class mondrian.olap.MondrianDef.ColumnDef
- getName() - Method in class mondrian.olap.MondrianDef.ColumnDefs
- getName() - Method in class mondrian.olap.MondrianDef.Cube
- getName() - Method in class mondrian.olap.MondrianDef.CubeDimension
- getName() - Method in class mondrian.olap.MondrianDef.CubeGrant
- getName() - Method in class mondrian.olap.MondrianDef.CubeUsage
- getName() - Method in class mondrian.olap.MondrianDef.CubeUsages
- getName() - Method in class mondrian.olap.MondrianDef.Dimension
- getName() - Method in class mondrian.olap.MondrianDef.DimensionGrant
- getName() - Method in class mondrian.olap.MondrianDef.DimensionUsage
- getName() - Method in class mondrian.olap.MondrianDef.ElementFormatter
- getName() - Method in class mondrian.olap.MondrianDef.ExpressionView
- getName() - Method in class mondrian.olap.MondrianDef.Formula
- getName() - Method in class mondrian.olap.MondrianDef.Hierarchy
- getName() - Method in class mondrian.olap.MondrianDef.HierarchyGrant
- getName() - Method in class mondrian.olap.MondrianDef.Hint
- getName() - Method in class mondrian.olap.MondrianDef.InlineTable
- getName() - Method in class mondrian.olap.MondrianDef.Join
- getName() - Method in class mondrian.olap.MondrianDef.KeyExpression
- getName() - Method in class mondrian.olap.MondrianDef.Level
- getName() - Method in class mondrian.olap.MondrianDef.Measure
- getName() - Method in class mondrian.olap.MondrianDef.MeasureExpression
- getName() - Method in class mondrian.olap.MondrianDef.MemberFormatter
- getName() - Method in class mondrian.olap.MondrianDef.MemberGrant
- getName() - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
- getName() - Method in class mondrian.olap.MondrianDef.NamedSet
- getName() - Method in class mondrian.olap.MondrianDef.NameExpression
- getName() - Method in class mondrian.olap.MondrianDef.OrdinalExpression
- getName() - Method in class mondrian.olap.MondrianDef.Parameter
- getName() - Method in class mondrian.olap.MondrianDef.ParentExpression
- getName() - Method in class mondrian.olap.MondrianDef.Property
- getName() - Method in class mondrian.olap.MondrianDef.PropertyFormatter
- getName() - Method in class mondrian.olap.MondrianDef.Relation
- getName() - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- getName() - Method in class mondrian.olap.MondrianDef.Role
- getName() - Method in class mondrian.olap.MondrianDef.RoleUsage
- getName() - Method in class mondrian.olap.MondrianDef.Row
- getName() - Method in class mondrian.olap.MondrianDef.Rows
- getName() - Method in class mondrian.olap.MondrianDef.Schema
- getName() - Method in class mondrian.olap.MondrianDef.SchemaGrant
- getName() - Method in class mondrian.olap.MondrianDef.Script
- getName() - Method in class mondrian.olap.MondrianDef.SQL
- getName() - Method in class mondrian.olap.MondrianDef.Table
- getName() - Method in class mondrian.olap.MondrianDef.Union
- getName() - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
- getName() - Method in class mondrian.olap.MondrianDef.Value
- getName() - Method in class mondrian.olap.MondrianDef.View
- getName() - Method in class mondrian.olap.MondrianDef.VirtualCube
- getName() - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
- getName() - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- getName() - Method in interface mondrian.olap.OlapElement
- getName() - Method in interface mondrian.olap.Parameter
-
Returns the name of this Parameter.
- getName() - Method in class mondrian.olap.ParameterImpl
- getName() - Method in class mondrian.olap.Query.ScopedNamedSet
- getName() - Method in interface mondrian.olap.Schema
-
Returns the name of this schema.
- getName() - Method in class mondrian.olap.SetBase
- getName() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
-
Get the name of the column (this is the name in the database).
- getName() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Return the name of the table in the database.
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- getName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Get the name of this Group (its the name of its RolapCube).
- getName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Returns the column's name in the database, not a symbolic name.
- getName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Returns the name of the table.
- getName() - Method in class mondrian.rolap.DelegatingRolapMember
- getName() - Method in class mondrian.rolap.HierarchyUsage
- getName() - Method in class mondrian.rolap.RolapMemberBase
- getName() - Method in class mondrian.rolap.RolapSchema
- getName() - Method in class mondrian.rolap.RolapSchemaParameter
- getName() - Method in class mondrian.rolap.RolapStar.Column
- getName() - Method in interface mondrian.spi.UserDefinedFunction
-
Returns the name with which the user-defined function will be used from within MDX expressions.
- getName() - Method in class mondrian.udf.CurrentDateMemberUdf
- getName() - Method in class mondrian.udf.CurrentDateStringUdf
- getName() - Method in class mondrian.udf.InUdf
- getName() - Method in class mondrian.udf.InverseNormalUdf
- getName() - Method in class mondrian.udf.LastNonEmptyUdf
- getName() - Method in class mondrian.udf.MatchesUdf
- getName() - Method in class mondrian.udf.NullValueUdf
- getName() - Method in class mondrian.udf.ValUdf
- getName() - Method in class mondrian.web.taglib.QueryTag
- getName() - Method in class mondrian.xmla.DataSourcesConfig.Catalog
- getName() - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
- getName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getName() - Method in class mondrian.xmla.DataSourcesConfig.DataSources
- getName() - Method in class mondrian.xmla.Enumeration
- getName(int) - Method in class mondrian.olap.EnumeratedValues
-
Returns the name associated with an ordinal; the return value is null if the ordinal is not a member of the enumeration.
- getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggExclude
- getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggLevel
- getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggMeasure
- getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggName
- getNameColumn() - Method in class mondrian.rolap.RolapStar.Column
- getNamedDispatcher(String) - Method in class mondrian.tui.MockServletContext
-
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
- getNamedSet() - Method in class mondrian.mdx.NamedSetExpr
-
Returns the named set.
- getNamedSet() - Method in class mondrian.olap.Formula
- getNamedSet(String) - Method in class mondrian.rolap.RolapSchema
- getNamedSet(List<Id.Segment>) - Method in class mondrian.olap.DelegatingSchemaReader
- getNamedSet(List<Id.Segment>) - Method in interface mondrian.olap.SchemaReader
-
Looks up a set by name.
- getNamedSet(List<Id.Segment>) - Method in class mondrian.rolap.RolapSchemaReader
- getNamedSet(IdentifierSegment) - Method in class mondrian.rolap.RolapSchema
- getNamedSetEvaluator(NamedSet, boolean) - Method in interface mondrian.olap.Evaluator
-
Returns an evaluator for a named set.
- getNamedSetEvaluator(NamedSet, boolean) - Method in class mondrian.rolap.RolapEvaluator
- getNamedSets() - Method in interface mondrian.olap.Cube
-
Returns the named sets of this cube.
- getNamedSets() - Method in class mondrian.rolap.RolapCube
-
Returns the named sets of this cube.
- getNameExp() - Method in class mondrian.olap.MondrianDef.Level
- getNameExp() - Method in class mondrian.rolap.RolapLevel
- getNames() - Method in class mondrian.olap.EnumeratedValues
-
Returns the names in this enumeration, in declaration order.
- getNames() - Static method in enum mondrian.olap.fun.sort.Sorter.Flag
- getNamespaceAttributeValue(Document) - Static method in class mondrian.tui.XmlUtil
-
This is used to get a Document's namespace attribute value.
- getNamespaces() - Method in class mondrian.olap.DelegatingSchemaReader
- getNamespaces() - Method in interface mondrian.olap.SchemaReader
-
Returns a list of namespaces to search when resolving elements by name.
- getNamespaces() - Method in class mondrian.rolap.RolapSchemaReader
- getNamespaceURI(String) - Method in class mondrian.tui.NamespaceContextImpl
- getNameUniqueWithinQuery() - Method in interface mondrian.olap.NamedSet
-
Returns a name for this set that is unique within the query.
- getNameUniqueWithinQuery() - Method in class mondrian.olap.Query.ScopedNamedSet
- getNameUniqueWithinQuery() - Method in class mondrian.olap.SetBase
- getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in class mondrian.olap.DelegatingSchemaReader
- getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in interface mondrian.olap.SchemaReader
-
Returns an object which can evaluate an expression in native SQL, or null if this is not possible.
- getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in class mondrian.rolap.RolapSchemaReader
- getNestedCommentsState() - Static method in class mondrian.olap.Scanner
-
Returns the current nested comments state.
- getNextToken() - Method in class mondrian.parser.MdxParserImpl
-
Get the next Token.
- getNextToken() - Method in class mondrian.parser.MdxParserImplTokenManager
-
Get the next Token.
- getNoAccessHierarchies() - Method in class mondrian.olap.CubeAccess
- getNoAccessHierarchyList() - Method in class mondrian.olap.CubeAccess
- getNonAllMembers() - Method in interface mondrian.olap.Evaluator
-
Returns an array of the non-All members which make up the current context.
- getNonAllMembers() - Method in class mondrian.rolap.RolapEvaluator
- getNonApplicableMembers() - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- getNonChildren() - Method in class mondrian.util.PartiallyOrderedSet
- getNonDistinctAggregator() - Method in class mondrian.rolap.RolapAggregator
-
If this is a distinct aggregator, returns the corresponding non-distinct aggregator, otherwise throws an error.
- getNonEmptyMemberChildren(Evaluator, Member) - Static method in class mondrian.olap.fun.FunUtil
- getNonEmptyMemberChildrenWithDetails(Evaluator, Member) - Static method in class mondrian.olap.fun.FunUtil
- getNonParents() - Method in class mondrian.util.PartiallyOrderedSet
- getNullAxisFlags() - Method in interface mondrian.spi.SegmentBody
-
Returns an array of boolean values which identify which axis of the cached segment contained null values.
- getNullMember() - Method in interface mondrian.olap.Hierarchy
-
Returns a special member representing the "null" value.
- getNullMember() - Method in class mondrian.rolap.RolapCubeHierarchy
- getNullMember() - Method in class mondrian.rolap.RolapHierarchy
- getNullValueIndicators() - Method in interface mondrian.spi.SegmentBody
-
Returns a bit-set indicating whether values are null.
- getNumberOfRows() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
-
Get the number of rows in this aggregate table.
- getNumberOfRows() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Returns the number of rows in the table.
- getNumPrecRadix() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Returns Radix (typically either 10 or 2).
- getNumValues() - Method in class mondrian.rolap.agg.CellRequest
-
Return the number of column constraints associated with this CellRequest.
- getObject() - Method in class mondrian.util.ObjectFactory
-
Constructs an object where the System Properties can be used to look up a class name.
- getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
Returns the object in the given column of the current row.
- getObject(Class[], Object[]) - Method in class mondrian.util.ObjectFactory
-
Constructs an object where the
parameterTypes
andparameterValues
are constructor parameters and System Properties are used to look up a class name. - getObject(String, Class[], Object[]) - Method in class mondrian.util.ObjectFactory
-
Creates an instance with the given
className
,parameterTypes
andparameterValues
or throw aCreationException
. - getObject(Properties) - Method in class mondrian.util.ObjectFactory
-
Constructs an object where the
Properties
parameter can be used to look up a class name. - getObject(Properties, Class[], Object[]) - Method in class mondrian.util.ObjectFactory
-
Constructs an object where the
parameterTypes
andparameterValues
are constructor parameters and Properties parameter is used to look up a class name. - getObject(Properties, Class[], Object[]) - Method in class mondrian.util.ObjectFactory.Singleton
-
Returns the singleton Object.
- getObject(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns the value at a given coordinate, as an
Object
. - getOffset(int[]) - Method in class mondrian.rolap.CellKey.Four
- getOffset(int[]) - Method in interface mondrian.rolap.CellKey
-
Returns the offset of the cell in a raster-scan order.
- getOffset(int[]) - Method in class mondrian.rolap.CellKey.Many
- getOffset(int[]) - Method in class mondrian.rolap.CellKey.One
- getOffset(int[]) - Method in class mondrian.rolap.CellKey.Three
- getOffset(int[]) - Method in class mondrian.rolap.CellKey.Two
- getOffset(int[]) - Method in class mondrian.rolap.CellKey.Zero
- getOffset(int[], int[]) - Static method in class mondrian.rolap.CellKey.Generator
- getOlapCatalog() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOlapCatalogs() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOlapConnection() - Method in class mondrian.tui.CmdRunner
-
Gets an olap4j connection, creating a new one if fresh is true.
- getOlapDatabase() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOlapDatabases() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOlapSchema() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOlapSchemas() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getOp() - Method in class mondrian.rolap.agg.AndPredicate
- getOp() - Method in class mondrian.rolap.agg.ListPredicate
- getOp() - Method in class mondrian.rolap.agg.OrPredicate
- getOptimizedSlicerTuples(RolapCube) - Method in class mondrian.rolap.RolapEvaluator
-
Returns an optimized list of tuples related to the slicer based on the current evaluator.
- getOrderKey() - Method in interface mondrian.olap.Member
-
Returns the order key of the member (relative to its siblings); null if undefined or unavailable.
- getOrderKey() - Method in class mondrian.olap.MemberBase
-
Returns the order key of this member among its siblings.
- getOrderKey() - Method in class mondrian.rolap.DelegatingRolapMember
- getOrderKey() - Method in class mondrian.rolap.RolapMemberBase
- getOrderKey(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the ordering key for a given member.
- getOrdinal() - Method in class mondrian.olap.EnumeratedValues.BasicValue
- getOrdinal() - Method in interface mondrian.olap.EnumeratedValues.Value
- getOrdinal() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getOrdinal() - Method in interface mondrian.olap.Member
-
Returns the ordinal of the member.
- getOrdinal() - Method in class mondrian.olap.MemberBase
-
Returns the ordinal of this member within its hierarchy.
- getOrdinal() - Method in class mondrian.olap.Walker
-
get the ordinal within its parent node of the current node.
- getOrdinal() - Method in class mondrian.rolap.DelegatingRolapMember
- getOrdinal() - Method in class mondrian.rolap.RolapCubeDimension
- getOrdinal() - Method in class mondrian.rolap.RolapMemberBase
- getOrdinal(String) - Method in class mondrian.olap.EnumeratedValues
-
Returns the ordinal associated with a name
- getOrdinalExp() - Method in class mondrian.olap.MondrianDef.Level
- getOrdinalExp() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
- getOrdinalExp() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- getOrdinalExp() - Method in class mondrian.rolap.RolapLevel
- getOrdinalInCube() - Method in class mondrian.rolap.RolapCubeHierarchy
- getOrdinalInCube() - Method in class mondrian.rolap.RolapHierarchy
-
Returns the ordinal of this hierarchy in its cube.
- getOrdinals() - Method in class mondrian.rolap.CellKey.Four
- getOrdinals() - Method in interface mondrian.rolap.CellKey
-
Returns the axis keys as an array.
- getOrdinals() - Method in class mondrian.rolap.CellKey.Many
- getOrdinals() - Method in class mondrian.rolap.CellKey.One
- getOrdinals() - Method in class mondrian.rolap.CellKey.Three
- getOrdinals() - Method in class mondrian.rolap.CellKey.Two
- getOrdinals() - Method in class mondrian.rolap.CellKey.Zero
- getOutputStream() - Method in class mondrian.tui.MockHttpServletResponse
-
Returns a ServletOutputStream suitable for writing binary data in the response.
- getParameter() - Method in interface mondrian.calc.ParameterSlot
-
Returns the parameter.
- getParameter() - Method in class mondrian.mdx.ParameterExpr
-
Returns the parameter used by this expression.
- getParameter(String) - Method in class mondrian.olap.DelegatingSchemaReader
- getParameter(String) - Method in interface mondrian.olap.SchemaReader
-
Returns the definition of a parameter with a given name, or null if not found.
- getParameter(String) - Method in class mondrian.rolap.RolapSchemaReader
- getParameter(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getParameter(HttpServletRequest, String) - Static method in class mondrian.xmla.XmlaServlet
- getParameterCategories() - Method in class mondrian.olap.fun.FunDefBase
- getParameterCategories() - Method in class mondrian.olap.fun.FunInfo
-
Returns the types of the arguments of this function.
- getParameterCategories() - Method in class mondrian.olap.fun.TupleFunDef
- getParameterCategories() - Method in interface mondrian.olap.FunDef
-
Returns the types of the arguments of this function.
- getParameterMap() - Method in class mondrian.tui.MockHttpServletRequest
- getParameterName(Exp[]) - Static method in class mondrian.olap.fun.ParameterFunDef
- getParameterNames() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
- getParameters() - Method in class mondrian.olap.Query
-
Returns the parameters defined in this query.
- getParameters() - Method in interface mondrian.olap.Schema
-
Returns this schema's parameters.
- getParameters() - Method in class mondrian.rolap.RolapSchema
- getParameterType(Exp[]) - Static method in class mondrian.olap.fun.ParameterFunDef
-
Returns an approximate type for a parameter, based upon the 1'th argument.
- getParameterTypes() - Method in interface mondrian.spi.UserDefinedFunction
-
Returns an array of the types of the parameters of this function.
- getParameterTypes() - Method in class mondrian.udf.CurrentDateMemberExactUdf
- getParameterTypes() - Method in class mondrian.udf.CurrentDateMemberUdf
- getParameterTypes() - Method in class mondrian.udf.CurrentDateStringUdf
- getParameterTypes() - Method in class mondrian.udf.InUdf
- getParameterTypes() - Method in class mondrian.udf.InverseNormalUdf
- getParameterTypes() - Method in class mondrian.udf.LastNonEmptyUdf
- getParameterTypes() - Method in class mondrian.udf.MatchesUdf
- getParameterTypes() - Method in class mondrian.udf.NullValueUdf
- getParameterTypes() - Method in class mondrian.udf.ValUdf
- getParameterValue() - Method in interface mondrian.calc.ParameterSlot
-
Returns the value of this parameter.
- getParameterValue(ParameterSlot) - Method in interface mondrian.olap.Evaluator
-
Returns the value of a parameter, evaluating its default value if it is not set.
- getParameterValue(ParameterSlot) - Method in class mondrian.rolap.RolapEvaluator
- getParameterValue(ParameterSlot) - Method in class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
- getParameterValues(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
- getParent() - Method in interface mondrian.olap.Evaluator
-
Deprecated.Will be removed in mondrian-4
- getParent() - Method in class mondrian.olap.Walker
- getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
- getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Get the parent table (returns null if this table is a FactTable).
- getParent() - Method in class mondrian.rolap.RolapEvaluator
- getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
- getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in interface mondrian.olap.SchemaReader
-
Returns a list of contributing children of a member of a parent-child hierarchy.
- getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
- getParentColumn() - Method in class mondrian.rolap.RolapStar.Column
- getParentExp() - Method in class mondrian.olap.MondrianDef.Level
- getParentLevel() - Method in interface mondrian.olap.Level
- getParentLevel() - Method in class mondrian.olap.LevelBase
- getParentLevel() - Method in class mondrian.rolap.RolapCubeLevel
- getParentLogger() - Method in class mondrian.olap4j.MondrianOlap4jDriver
- getParentMember() - Method in interface mondrian.olap.Member
-
Returns this member's parent, or null (not the 'null member', as returned by
Hierarchy.getNullMember()
) if it has no parent. - getParentMember() - Method in class mondrian.olap.MemberBase
- getParentMember() - Method in class mondrian.rolap.DelegatingRolapMember
- getParentMember() - Method in class mondrian.rolap.RolapCubeMember
- getParentMember() - Method in interface mondrian.rolap.RolapMember
- getParentMember() - Method in class mondrian.rolap.RolapMemberBase
- getParents(E) - Method in class mondrian.util.PartiallyOrderedSet
-
Returns the values in this partially-ordered set that are greater-than a given value and there are no intervening values.
- getParentTable() - Method in class mondrian.rolap.RolapStar.Table
-
Returns this table's parent table, or null if this is the fact table (which is at the center of the star).
- getParentUniqueName() - Method in interface mondrian.olap.Member
-
Returns name of parent member, or empty string (not null) if we are the root.
- getParentUniqueName() - Method in class mondrian.olap.MemberBase
- getParentUniqueName() - Method in class mondrian.rolap.DelegatingRolapMember
- getParser(String, EntityResolver, boolean) - Static method in class mondrian.tui.XmlUtil
-
Get your non-cached DOM parser which can be configured to do schema based validation of the instance Document.
- getParserFactory() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getPassword() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getPassword() - Method in interface mondrian.xmla.XmlaRequest
-
The password to use to open the underlying olap4j connection.
- getPath() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- getPathInfo() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getPathTranslated() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
- getPattern() - Method in class mondrian.olap.MondrianDef.AggExclude
- getPattern() - Method in class mondrian.olap.MondrianDef.AggPattern
- getPattern() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
-
Get the Pattern.
- getPattern(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getPendingCount() - Method in class mondrian.rolap.FastBatchingCellReader
- getPhaseCount() - Method in class mondrian.server.monitor.StatementInfo
- getPositions() - Method in interface mondrian.olap.Axis
- getPositions() - Method in class mondrian.rolap.RolapAxis
- getPrecision() - Method in class mondrian.olap.type.DecimalType
-
Returns the maximum number of decimal digits which a value of this type can have.
- getPreConfiguredDiscoverDatasourcesResponse() - Method in interface mondrian.xmla.XmlaHandler.ConnectionFactory
-
Returns a map of property name-value pairs with which to populate the response to the DISCOVER_DATASOURCES request.
- getPredicate() - Method in class mondrian.rolap.CompoundPredicateInfo
- getPredicate(int) - Method in class mondrian.rolap.RolapCacheRegion
-
Returns the predicate associated with the
columnOrdinal
th column. - getPredicate(String) - Method in class mondrian.rolap.RolapCacheRegion
-
Returns the predicate associated with the
columnName
, where column name is the generic SQL expression in the form of: - getPredicateList() - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Returns a list of predicates not associated with a particular column.
- getPredicates() - Method in class mondrian.rolap.agg.GroupingSet
- getPredicates() - Method in class mondrian.rolap.agg.ListColumnPredicate
-
Returns the list of child predicates.
- getPredicates() - Method in class mondrian.rolap.RolapCacheRegion
-
Returns a collection of all multi-column predicates.
- getPredicateString() - Method in class mondrian.rolap.CompoundPredicateInfo
- getPredicateString(RolapStar, StarPredicate) - Static method in class mondrian.rolap.CompoundPredicateInfo
-
Returns a string representation of the predicate
- getPrefix(String) - Method in class mondrian.tui.NamespaceContextImpl
- getPrefixes(String) - Method in class mondrian.tui.NamespaceContextImpl
- getPreviousContext(Hierarchy) - Method in interface mondrian.olap.Evaluator
-
Returns the member that was the current evaluation context for a particular hierarchy before the most recent change in context.
- getPreviousContext(Hierarchy) - Method in class mondrian.rolap.RolapEvaluator
- getProduct(String, String) - Static method in class mondrian.spi.impl.JdbcDialectImpl
-
Converts a product name and version (per the JDBC driver) into a product enumeration.
- getProductName() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
-
Retrieves the name of this database product.
- getProductVersion() - Method in class mondrian.server.MondrianServerRegistry
- getProfileHandler() - Method in interface mondrian.server.Statement
- getProfileHandler() - Method in class mondrian.server.StatementImpl
- getProperties() - Method in interface mondrian.olap.Level
-
Returns properties defined against this level.
- getProperties() - Method in interface mondrian.olap.Member
-
Returns the definitions of the properties this member may have.
- getProperties() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
- getProperties() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- getProperties() - Method in class mondrian.rolap.DelegatingRolapMember
- getProperties() - Method in class mondrian.rolap.RolapLevel
- getProperties() - Method in class mondrian.rolap.RolapMemberBase
- getProperties() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getProperties() - Method in interface mondrian.xmla.XmlaRequest
-
Properties of XML/A request.
- getProperty(String) - Method in interface mondrian.olap.Connection
-
Returns the value of a connection property.
- getProperty(String) - Method in class mondrian.rolap.RolapConnection
- getProperty(String) - Method in interface mondrian.server.Statement
- getProperty(String) - Method in class mondrian.server.StatementImpl
- getProperty(String, Object) - Method in interface mondrian.olap.Evaluator
-
Retrieves the value of property
name
. - getProperty(String, Object) - Method in class mondrian.rolap.RolapEvaluator
- getPropertyExp(int) - Method in class mondrian.olap.MondrianDef.Level
- getPropertyFormattedValue(String) - Method in interface mondrian.olap.Member
-
Returns the formatted value of the property named
propertyName
. - getPropertyFormattedValue(String) - Method in class mondrian.olap.MemberBase
- getPropertyFormattedValue(String) - Method in class mondrian.rolap.DelegatingRolapMember
- getPropertyFormattedValue(String) - Method in class mondrian.rolap.RolapMemberBase
- getPropertyFromMap(String, boolean) - Method in class mondrian.rolap.RolapMemberBase
-
Returns the value of a property by looking it up in the property map.
- getPropertyInfo(String, Properties) - Method in class mondrian.olap4j.MondrianOlap4jDriver
- getPropertyValue(String) - Method in interface mondrian.olap.Cell
-
Returns the value of a property.
- getPropertyValue(String) - Method in interface mondrian.olap.Member
-
Returns the value of the property named
propertyName
. - getPropertyValue(String) - Method in class mondrian.rolap.DelegatingRolapMember
- getPropertyValue(String) - Method in class mondrian.rolap.RolapCell
- getPropertyValue(String) - Method in class mondrian.rolap.RolapCubeMember
- getPropertyValue(String) - Method in class mondrian.rolap.RolapMemberBase
- getPropertyValue(String, boolean) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getPropertyValue(String, boolean) - Method in interface mondrian.olap.Member
-
Returns the value of the property named
propertyName
, matching according to the required case-sensitivity. - getPropertyValue(String, boolean) - Method in class mondrian.rolap.DelegatingRolapMember
- getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapCalculatedMember
- getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapCubeMember
- getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapMemberBase
- getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getPropertyValueMapFactory() - Static method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
-
Access the
PropertyValueMapFactory
instance. - getProtocol() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
- getProviderName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getProviderType() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getQName(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getQualifiedName() - Method in class mondrian.olap.CubeBase
- getQualifiedName() - Method in class mondrian.olap.DimensionBase
- getQualifiedName() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getQualifiedName() - Method in class mondrian.olap.HierarchyBase
- getQualifiedName() - Method in class mondrian.olap.LevelBase
- getQualifiedName() - Method in class mondrian.olap.MemberBase
- getQualifiedName() - Method in interface mondrian.olap.OlapElement
-
Returns the name of this element qualified by its class, for example "hierarchy 'Customers'".
- getQualifiedName() - Method in class mondrian.olap.Query.ScopedNamedSet
- getQualifiedName() - Method in class mondrian.olap.SetBase
- getQualifiedName() - Method in class mondrian.rolap.DelegatingRolapMember
- getQuarterLevel() - Method in interface mondrian.olap.Cube
-
Return Quarter Level or null.
- getQuarterLevel() - Method in class mondrian.olap.CubeBase
- getQuery() - Method in class mondrian.olap.DrillThrough
- getQuery() - Method in interface mondrian.olap.Evaluator
-
Returns the current query.
- getQuery() - Method in class mondrian.olap.Explain
- getQuery() - Method in interface mondrian.olap.Result
-
Returns the query which generated this result.
- getQuery() - Method in class mondrian.olap.ResultBase
- getQuery() - Method in interface mondrian.olap.Validator
-
Returns the
Query
which is being validated. - getQuery() - Method in class mondrian.rolap.RolapEvaluator
- getQuery() - Method in interface mondrian.server.Statement
- getQuery() - Method in class mondrian.server.StatementImpl
- getQuery() - Method in class mondrian.web.taglib.ResultCache
-
Returns the
Query
. - getQuery() - Method in class mondrian.web.taglib.TransformTag
- getQueryCardinality(Dialect, DataSource, String, Execution) - Method in class mondrian.spi.impl.JdbcStatisticsProvider
- getQueryCardinality(Dialect, DataSource, String, Execution) - Method in class mondrian.spi.impl.SqlStatisticsProvider
- getQueryCardinality(Dialect, DataSource, String, Execution) - Method in interface mondrian.spi.StatisticsProvider
-
Returns an estimate of the number of rows returned by a query.
- getQueryStartTime() - Method in interface mondrian.olap.Evaluator
-
Returns the start time of the current query.
- getQueryStartTime() - Method in class mondrian.olap.Query
-
Deprecated.Use
Execution.getStartTime()
. This method is deprecated and will be removed in mondrian-4.0 - getQueryStartTime() - Method in class mondrian.rolap.RolapEvaluator
- getQueryString() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the query string that is contained in the request URL after the path.
- getQueryTime() - Method in class mondrian.tui.CmdRunner
- getQueryTimeoutMillis() - Method in interface mondrian.server.Statement
-
Returns the query timeout of this statement, in milliseconds.
- getQueryTimeoutMillis() - Method in class mondrian.server.StatementImpl
- getQueryTiming() - Method in class mondrian.server.Execution
- getQuoteIdentifierString() - Method in interface mondrian.spi.Dialect
-
Returns the character which is used to quote identifiers, or null if quoting is not supported.
- getQuoteIdentifierString() - Method in class mondrian.spi.impl.JdbcDialectImpl
- getQuoteIdentifierString() - Method in class mondrian.spi.impl.SnowflakeDialect
- getQuoting() - Method in class mondrian.olap.Id.Segment
- getReader() - Method in class mondrian.tui.MockHttpServletRequest
-
Retrieves the body of the request as character data using a BufferedReader.
- getRealPath(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Deprecated.Method getRealPath is deprecated
- getRealPath(String) - Method in class mondrian.tui.MockServletContext
-
Returns a String containing the real path for a given virtual path.
- getRefId() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- getRegex(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
-
Generates a regular expression string by prepending and appending regular expression to the parameter tableName.
- getRegex(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getRegex(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getRegionContaining(Map<SpatialValueTree2.SpatialDimension, Object>) - Method in interface mondrian.util.SpatialValueTree2
-
Returns a region containing a given cell.
- getRelation() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
- getRelation() - Method in class mondrian.rolap.RolapCubeHierarchy
-
The currentRelation object is derived from the shared relation object it is generated via the RolapStar object, and contains unique aliases for it's particular join path
- getRelation() - Method in class mondrian.rolap.RolapHierarchy
- getRelation() - Method in class mondrian.rolap.RolapStar.Table
- getRelationCardinality(MondrianDef.Relation, String, long) - Method in class mondrian.rolap.RolapStatisticsCache
- getRemoteAddr() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the Internet Protocol (IP) address of the client that sent the request.
- getRemoteHost() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined.
- getRemotePort() - Method in class mondrian.tui.MockHttpServletRequest
- getRemoteUser() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
- getRequest() - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
-
Returns the specification of this region.
- getRequestDispatcher(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in class mondrian.tui.MockServletContext
-
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcherMap() - Method in class mondrian.tui.MockHttpServletRequest
- getRequestedSessionId() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the session ID specified by the client.
- getRequestType() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getRequestType() - Method in interface mondrian.xmla.XmlaRequest
-
Request type of DISCOVER method.
- getRequestURI() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
- getRequestURL() - Method in class mondrian.tui.MockHttpServletRequest
- getReservedWords() - Method in class mondrian.olap.fun.FunTableImpl
- getReservedWords() - Method in class mondrian.olap.fun.MultiResolver
- getReservedWords() - Method in class mondrian.olap.fun.ParameterFunDef.ParameterResolver
- getReservedWords() - Method in class mondrian.olap.fun.ReflectiveMultiResolver
- getReservedWords() - Method in interface mondrian.olap.fun.Resolver
-
Returns an array of symbolic constants which can appear as arguments to this function.
- getReservedWords() - Method in class mondrian.olap.fun.UdfResolver
- getReservedWords() - Method in interface mondrian.olap.FunTable
-
Returns a list of words (
String
) which may not be used as identifiers. - getReservedWords() - Method in interface mondrian.spi.UserDefinedFunction
-
Returns a list of reserved words used by this function.
- getReservedWords() - Method in class mondrian.udf.CurrentDateMemberExactUdf
- getReservedWords() - Method in class mondrian.udf.CurrentDateMemberUdf
- getReservedWords() - Method in class mondrian.udf.CurrentDateStringUdf
- getReservedWords() - Method in class mondrian.udf.InUdf
- getReservedWords() - Method in class mondrian.udf.InverseNormalUdf
- getReservedWords() - Method in class mondrian.udf.LastNonEmptyUdf
- getReservedWords() - Method in class mondrian.udf.MatchesUdf
- getReservedWords() - Method in class mondrian.udf.NullValueUdf
- getReservedWords() - Method in class mondrian.udf.ValUdf
- getResolvers() - Method in class mondrian.olap.fun.FunTableImpl
- getResolvers() - Method in interface mondrian.olap.FunTable
-
Returns a list of
Resolver
objects. - getResolvers(String, Syntax) - Method in class mondrian.olap.fun.FunTableImpl
- getResolvers(String, Syntax) - Method in interface mondrian.olap.FunTable
-
Returns a list of resolvers for an operator with a given name and syntax.
- getResource(String) - Method in class mondrian.tui.MockServletContext
-
Returns a URL to the resource that is mapped to a specified path.
- getResourceAsStream(String) - Method in class mondrian.tui.MockServletContext
-
Returns the resource located at the named path as an InputStream object.
- getResourcePaths(String) - Method in class mondrian.tui.MockServletContext
- getResources(String) - Method in class mondrian.util.ClassResolver.AbstractClassResolver
- getResources(String) - Method in interface mondrian.util.ClassResolver
-
Equivalent of
ClassLoader.getResources(String)
. - getRestrictions() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getRestrictions() - Method in interface mondrian.xmla.XmlaRequest
-
Restrictions of DISCOVER method.
- getResult() - Method in class mondrian.web.taglib.ResultCache
- getResultSet() - Method in class mondrian.rolap.SqlStatement
- getResultShepherd() - Method in class mondrian.olap.MondrianServer
- getResultStyle() - Method in interface mondrian.calc.Calc
-
Returns style in which the result of evaluating this expression is returned.
- getResultStyle() - Method in class mondrian.calc.impl.AbstractCalc
- getResultStyle() - Method in class mondrian.calc.impl.AbstractIterCalc
- getResultStyle() - Method in class mondrian.calc.impl.AbstractListCalc
- getResultStyle() - Method in class mondrian.calc.impl.ConstantCalc
- getResultStyle() - Method in class mondrian.olap.Query
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.CrossJoinFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.ExistingFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.FunDefBase
-
Returns the type of a call to this function with a given set of arguments.
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.IifFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.MemberLevelFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.ParameterFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.ParenthesesFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.SetFunDef
- getResultType(Validator, Exp[]) - Method in class mondrian.olap.fun.TupleFunDef
- getReturnCategories() - Method in class mondrian.olap.fun.FunInfo
-
Returns the type of value returned by this function.
- getReturnCategory() - Method in class mondrian.olap.fun.FunDefBase
- getReturnCategory() - Method in class mondrian.olap.fun.TupleFunDef
- getReturnCategory() - Method in interface mondrian.olap.FunDef
-
Returns the
Category
code of the value returned by this function. - getReturnList() - Method in class mondrian.olap.DrillThrough
- getReturnType(Type[]) - Method in interface mondrian.spi.UserDefinedFunction
-
Returns the return-type of this function.
- getReturnType(Type[]) - Method in class mondrian.udf.CurrentDateMemberUdf
- getReturnType(Type[]) - Method in class mondrian.udf.CurrentDateStringUdf
- getReturnType(Type[]) - Method in class mondrian.udf.InUdf
- getReturnType(Type[]) - Method in class mondrian.udf.InverseNormalUdf
- getReturnType(Type[]) - Method in class mondrian.udf.LastNonEmptyUdf
- getReturnType(Type[]) - Method in class mondrian.udf.MatchesUdf
- getReturnType(Type[]) - Method in class mondrian.udf.NullValueUdf
- getReturnType(Type[]) - Method in class mondrian.udf.ValUdf
- getRight() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
-
Return the right join expression.
- getRight() - Method in class mondrian.rolap.RolapStar.Condition
- getRight(SqlQuery) - Method in class mondrian.rolap.RolapStar.Condition
- getRightAlias() - Method in class mondrian.olap.MondrianDef.Join
-
Returns the alias of the right join key, defaulting to right's alias if right is a table.
- getRolapCubeMemberCacheHelper() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getRolapCubeMemberCacheHelper() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getRolapCubeMemberCacheHelper() - Method in interface mondrian.rolap.RolapCubeHierarchy.RolapCubeHierarchyMemberReader
- getRolapHierarchy() - Method in class mondrian.rolap.RolapCubeHierarchy
- getRolapLevel() - Method in class mondrian.rolap.RolapCubeLevel
-
Returns the underlying level.
- getRolapMember() - Method in class mondrian.rolap.RolapCubeMember
-
Returns the underlying member.
- getRolapSchema() - Method in class mondrian.rolap.RolapHierarchy
- getRolapSchemas() - Static method in class mondrian.rolap.RolapSchema
- getRolapSchemas(RolapConnection, String) - Method in interface mondrian.olap4j.CatalogFinder
-
Returns a list of (schema name, schema) pairs in a catalog of a particular name.
- getRolapSchemas(RolapConnection, String, String) - Method in class mondrian.server.FileRepository
- getRolapSchemas(RolapConnection, String, String) - Method in class mondrian.server.ImplicitRepository
- getRolapSchemas(RolapConnection, String, String) - Method in interface mondrian.server.Repository
-
Must return a map of schema names and schema objects who are children of the specified datasource and catalog.
- getRolapStarColumnName(RolapStar.Column) - Method in class mondrian.rolap.aggmatcher.AggGen
- getRolapStarRegistry() - Method in class mondrian.rolap.RolapSchema
- getRole() - Method in interface mondrian.olap.Connection
-
Returns the access-control profile for this connection.
- getRole() - Method in class mondrian.olap.DelegatingSchemaReader
- getRole() - Method in interface mondrian.olap.SchemaReader
-
Returns the access-control profile that this
SchemaReader
is implementing. - getRole() - Method in class mondrian.rolap.RolapConnection
- getRole() - Method in class mondrian.rolap.RolapSchemaReader
- getRoleConstraintMembers(SchemaReader, Member[]) - Static method in class mondrian.rolap.SqlConstraintUtils
- getRoleName() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getRoleName() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getRoleName() - Method in interface mondrian.xmla.XmlaRequest
-
Role name binds with this XML/A request.
- getRoleNames() - Method in class mondrian.olap4j.MondrianOlap4jConnection
-
Returns a list of the current role names.
- getRolesConstraints(Evaluator) - Static method in class mondrian.rolap.SqlConstraintUtils
- getRollableLevelBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
-
Returns a
BitKey
of the levels which can be safely rolled up. - getRollup() - Method in interface mondrian.olap.Aggregator
-
Returns the aggregator used to combine sub-totals into a grand-total.
- getRollup() - Method in class mondrian.rolap.RolapAggregator
-
Returns the aggregator used to roll up.
- getRollupPolicy() - Method in interface mondrian.olap.Role.HierarchyAccess
-
Returns the policy by which cell values are calculated if not all of a member's children are visible.
- getRollupPolicy() - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- getRollupType() - Method in class mondrian.olap.MondrianDef.AggMeasure
- getRootCause(Throwable) - Static method in exception mondrian.xmla.XmlaException
- getRootMembers() - Method in interface mondrian.rolap.MemberSource
-
Returns all members of this hierarchy which do not have a parent, sorted by ordinal.
- getRootMembers() - Method in class mondrian.rolap.NoCacheMemberReader
- getRootMembers() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- getRootMembers() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- getRootMembers() - Method in class mondrian.rolap.SmartMemberReader
- getRootMembers() - Method in class mondrian.rolap.SubstitutingMemberReader
- getRowset(XmlaRequest, XmlaHandler) - Method in enum mondrian.xmla.RowsetDefinition
- getRunTimeMillis() - Method in class mondrian.recorder.AbstractRecorder
- getRunTimeMillis() - Method in interface mondrian.recorder.MessageRecorder
-
How long the MessageRecorder has been running since it was created or the last time clear was called.
- getSAXReader(EntityResolver) - Static method in class mondrian.util.XmlParserFactoryProducer
- getScalarExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromAvg
- getScalarExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromSum
- getScalarExpression(String) - Method in class mondrian.rolap.RolapAggregator.BaseAggor
- getScalarExpression(String) - Method in class mondrian.rolap.RolapAggregator.SumFromAvg
- getScale() - Method in class mondrian.olap.type.DecimalType
-
Returns the number of digits to the right of the decimal point.
- getScenario() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getScenario() - Method in class mondrian.rolap.RolapConnection
- getScheduledExecutorService(int, String) - Static method in class mondrian.olap.Util
-
Creates an
ScheduledExecutorService
object backed by a thread pool with a fixed number of threads.. - getSchema() - Method in interface mondrian.olap.Connection
-
Get the Schema associated with this Connection.
- getSchema() - Method in interface mondrian.olap.Cube
- getSchema() - Method in class mondrian.olap.DelegatingSchemaReader
- getSchema() - Method in interface mondrian.olap.Dimension
-
Returns the schema this dimension belongs to.
- getSchema() - Method in interface mondrian.olap.SchemaReader
-
Returns the schema.
- getSchema() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getSchema() - Method in class mondrian.rolap.RolapConnection
- getSchema() - Method in class mondrian.rolap.RolapCube
- getSchema() - Method in class mondrian.rolap.RolapCubeDimension
- getSchema() - Method in class mondrian.rolap.RolapSchemaReader
- getSchema() - Method in class mondrian.rolap.RolapStar
- getSchema() - Method in interface mondrian.server.Statement
-
Returns this statement's schema.
- getSchema() - Method in class mondrian.server.StatementImpl
- getSchemaFunctionList(List<XmlaHandler.XmlaExtra.FunctionDefinition>, Schema, Util.Functor1<Boolean, String>) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getSchemaId(Schema) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns the unique ID of a schema.
- getSchemaLoadDate() - Method in interface mondrian.olap.Schema
-
Returns when this schema was last loaded.
- getSchemaLoadDate() - Method in class mondrian.rolap.RolapSchema
- getSchemaLoadDate(Schema) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- getSchemaName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Get the database schema name associated with this Group's RolapStar's fact table.
- getSchemaName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Returns the database's schema name.
- getSchemaReader() - Method in interface mondrian.olap.Connection
-
Returns a schema reader with access control appropriate to the current role.
- getSchemaReader() - Method in interface mondrian.olap.Evaluator
-
Returns a
SchemaReader
appropriate for the current access-control context. - getSchemaReader() - Method in interface mondrian.olap.Schema
-
Creates a
SchemaReader
without any access control. - getSchemaReader() - Method in interface mondrian.olap.Validator
-
Returns the schema reader with which to resolve names of MDX objects (dimensions, hierarchies, levels, members, named sets).
- getSchemaReader() - Method in class mondrian.rolap.RolapConnection
- getSchemaReader() - Method in class mondrian.rolap.RolapCube
-
Returns the schema reader which enforces the appropriate access-control context.
- getSchemaReader() - Method in class mondrian.rolap.RolapEvaluator
- getSchemaReader() - Method in class mondrian.rolap.RolapSchema
- getSchemaReader() - Method in interface mondrian.server.Statement
-
Returns this statement's schema reader.
- getSchemaReader() - Method in class mondrian.server.StatementImpl
- getSchemaReader(boolean) - Method in class mondrian.olap.Query
-
Returns a schema reader.
- getSchemaReader(Role) - Method in interface mondrian.olap.Cube
-
Returns a
SchemaReader
for which this cube is the context for lookup up members. - getSchemaReader(Role) - Method in class mondrian.rolap.RolapCube
- getSchemaRoleNames(Schema) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns a list of names of roles in the given schema to which the current user belongs.
- getSchemaVersion() - Method in class mondrian.olap.MondrianServer
-
Returns the schema version of this MondrianServer.
- getSchemaVersion() - Method in class mondrian.server.MondrianServerRegistry
- getScheme() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
- getScope() - Method in interface mondrian.olap.Parameter
-
Returns the scope where this parameter is defined.
- getScope() - Method in class mondrian.olap.ParameterImpl
- getScope() - Method in class mondrian.rolap.RolapSchemaParameter
- getScriptLanguage() - Method in class mondrian.rolap.format.FormatterCreateContext
- getScriptText() - Method in class mondrian.rolap.format.FormatterCreateContext
- getSegmentCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentCreateCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentCreateViaExternalCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentCreateViaRollupCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentCreateViaSqlCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentDeleteViaExternalCount() - Method in class mondrian.server.monitor.ServerInfo
- getSegmentHeaders() - Method in class mondrian.rolap.agg.SegmentCacheWorker
-
Returns a list of segments present in the cache.
- getSegmentHeaders() - Method in class mondrian.rolap.cache.MemorySegmentCache
- getSegmentHeaders() - Method in interface mondrian.spi.SegmentCache
-
Returns a list of all segments present in the cache.
- getSegments() - Method in class mondrian.olap.Id
- getSegments() - Method in class mondrian.rolap.agg.GroupingSet
- getServer() - Method in class mondrian.rolap.RolapConnection
-
Returns the server (mondrian instance) that this connection belongs to.
- getServer() - Method in class mondrian.server.Locus
- getServer() - Method in interface mondrian.server.monitor.Monitor
- getServer() - Method in interface mondrian.server.monitor.MonitorMXBean
- getServerInfo() - Method in class mondrian.tui.MockServletContext
-
Returns the name and version of the servlet container on which the servlet is running.
- getServerName() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the host name of the server that received the request.
- getServerPort() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the port number on which this request was received.
- getServlet(String) - Method in class mondrian.tui.MockServletContext
- getServletContext() - Method in class mondrian.tui.MockServletConfig
-
Returns a reference to the ServletContext in which the servlet is executing.
- getServletContextName() - Method in class mondrian.tui.MockServletContext
- getServletInfo() - Method in class mondrian.web.servlet.MdxQueryServlet
-
Returns a short description of the servlet.
- getServletName() - Method in class mondrian.tui.MockServletConfig
-
Returns the name of this servlet instance.
- getServletNames() - Method in class mondrian.tui.MockServletContext
- getServletPath() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the part of this request's URL that calls the servlet.
- getServlets() - Method in class mondrian.tui.MockServletContext
- getSession() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the current session associated with this request, or if the request does not have a session, creates one.
- getSession(boolean) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.
- getSessionId() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getSessionId() - Method in interface mondrian.xmla.XmlaRequest
-
Returns the id of the session this request belongs to.
- getSet() - Method in class mondrian.olap.QueryAxis
-
Returns the expression which is used to compute the value of this axis.
- getSetEvaluator(Exp, boolean) - Method in interface mondrian.olap.Evaluator
-
Returns an evaluator for a set.
- getSetEvaluator(Exp, boolean) - Method in class mondrian.rolap.RolapEvaluator
- getSharedHierarchies() - Method in interface mondrian.olap.Schema
-
Returns a list of shared dimensions in this schema.
- getSharedHierarchies() - Method in class mondrian.rolap.RolapSchema
- getSharedHierarchyName() - Method in class mondrian.rolap.RolapCubeHierarchy
- getSharedHierarchyName() - Method in class mondrian.rolap.RolapHierarchy
-
Returns the name of the source hierarchy, if this hierarchy is shared, otherwise null.
- getSignature() - Method in class mondrian.olap.fun.FunDefBase
- getSignature() - Method in class mondrian.olap.fun.MultiResolver
- getSignature() - Method in interface mondrian.olap.fun.Resolver
-
Returns a string describing the syntax of this function, for example
- getSignature() - Method in class mondrian.olap.fun.UdfResolver
- getSignature() - Method in interface mondrian.olap.FunDef
-
Returns an English description of the signature of the function, for example "<Numeric Expression> / <Numeric Expression>".
- getSignature(String, int, int[]) - Method in enum mondrian.olap.Syntax
-
Returns a description of the signature of a function call, for example, "CoalesceEmpty(
, )". - getSignatures() - Method in class mondrian.olap.fun.FunInfo
- getSignatures() - Method in class mondrian.olap.fun.MultiResolver
- getSingleValues() - Method in class mondrian.rolap.agg.CellRequest
-
Returns an array of the values for each column.
- getSize() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns a measure of the IO cost of querying this table.
- getSlicerAxis() - Method in class mondrian.olap.Query
- getSlicerAxis() - Method in interface mondrian.olap.Result
-
Returns the slicer axis.
- getSlicerAxis() - Method in class mondrian.olap.ResultBase
- getSlicerMembers() - Method in class mondrian.rolap.RolapEvaluator
-
Return the list of slicer members in the current evaluator context.
- getSlicerMembersByHierarchy() - Method in class mondrian.rolap.RolapEvaluator
- getSlicerPredicateInfo() - Method in class mondrian.rolap.RolapEvaluator
- getSlicerTuples() - Method in class mondrian.rolap.RolapEvaluator
-
Return the list of compound slicer tuples
- getSoapBodyXPath() - Static method in class mondrian.tui.XmlaSupport
- getSoapFaultXPath() - Static method in class mondrian.tui.XmlaSupport
- getSoapHeaderAndBodyXPath() - Static method in class mondrian.tui.XmlaSupport
- getSoapXmlaRootXPath(String) - Static method in class mondrian.tui.XmlaSupport
- getSoapXmlaXds2xd(String) - Static method in class mondrian.tui.XmlUtil
-
This is the xslt that can extract the "data" part of a SOAP XMLA response.
- getSoapXmlaXds2xs(String) - Static method in class mondrian.tui.XmlUtil
-
This is the xslt that can extract the "schema" part of a SOAP XMLA response.
- getSolveOrder() - Method in class mondrian.olap.Formula
-
Returns the solve order.
- getSolveOrder() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- getSolveOrder() - Method in interface mondrian.olap.Member
- getSolveOrder() - Method in class mondrian.olap.MemberBase
- getSolveOrder() - Method in class mondrian.rolap.DelegatingRolapMember
- getSolveOrder() - Method in class mondrian.rolap.RolapCalculatedMember
- getSolveOrder() - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
-
CompoundSlicerRolapMember is always wrapped inside a CacheCalc.
- getSource() - Method in class mondrian.rolap.HierarchyUsage
- getSource() - Method in interface mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent
-
Returns the segment header at the source of the event.
- getSpace() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getSpace() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getSql() - Method in class mondrian.server.monitor.SqlStatementInfo
- getSqlQuery() - Method in class mondrian.rolap.aggmatcher.AggGen
- getSqlQuery() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
- getSqlQuery() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Get a SqlQuery object.
- getSqlQuery() - Method in class mondrian.rolap.RolapStar.Column
- getSqlQuery() - Method in class mondrian.rolap.RolapStar
-
Clones an existing SqlQuery to create a new one (this cloning creates one with an empty sql query).
- getSqlQueryDialect() - Method in class mondrian.rolap.RolapStar
-
Returns this RolapStar's SQL dialect.
- getSqlStatementCellRequestCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementCurrentlyOpenCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementEndCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementEndCount() - Method in class mondrian.server.monitor.StatementInfo
- getSqlStatementExecuteCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementExecuteCount() - Method in class mondrian.server.monitor.StatementInfo
- getSqlStatementExecuteNanos() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementExecuteNanos() - Method in class mondrian.server.monitor.StatementInfo
- getSqlStatementId() - Method in class mondrian.server.monitor.SqlStatementInfo
- getSqlStatementRowFetchCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementRowFetchCount() - Method in class mondrian.server.monitor.StatementInfo
- getSqlStatements() - Method in interface mondrian.server.monitor.Monitor
- getSqlStatements() - Method in interface mondrian.server.monitor.MonitorMXBean
- getSqlStatementStartCount() - Method in class mondrian.server.monitor.ServerInfo
- getSqlStatementStartCount() - Method in class mondrian.server.monitor.StatementInfo
- getSrcMembers() - Method in class mondrian.rolap.TargetBase
- getStar() - Method in class mondrian.rolap.agg.AbstractQuerySpec
- getStar() - Method in class mondrian.rolap.agg.Aggregation
-
This is called during SQL generation.
- getStar() - Method in class mondrian.rolap.agg.AggregationKey
-
Returns the star.
- getStar() - Method in interface mondrian.rolap.agg.QuerySpec
- getStar() - Method in class mondrian.rolap.agg.Segment
-
Returns the star.
- getStar() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get this AggStar's RolapStar.
- getStar() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Get the RolapStar associated with this Group's RolapCube.
- getStar() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Get the RolapStar associated with this cube.
- getStar() - Method in class mondrian.rolap.RolapCube
-
Returns this cube's underlying star schema.
- getStar() - Method in class mondrian.rolap.RolapStar.Column
- getStar(String) - Method in class mondrian.rolap.RolapSchema
- getStar(List<String>) - Method in class mondrian.rolap.RolapSchema
- getStarKeyColumn() - Method in class mondrian.rolap.RolapCubeLevel
-
This is the RolapStar.Column that is related to this RolapCubeLevel
- getStarList(CacheControl.CellRegion) - Static method in class mondrian.rolap.CacheControlImpl
- getStarMeasure() - Method in class mondrian.rolap.RolapBaseCubeMeasure
- getStarMeasure() - Method in interface mondrian.rolap.RolapStoredMeasure
-
Returns the
RolapStar.Measure
from which this member is computed. - getStarMeasure() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
- getStarMeasure(Member) - Static method in class mondrian.rolap.RolapStar
-
Retrieves the
RolapStar.Measure
in which a measure is stored. - getStars() - Method in class mondrian.rolap.RolapSchema
- getStartTime() - Method in class mondrian.server.Execution
- getStartTimeMillis() - Method in class mondrian.recorder.AbstractRecorder
- getStartTimeMillis() - Method in interface mondrian.recorder.MessageRecorder
-
Get the time when the MessageRecorder was created or the last time that the clear method was called.
- getStatement() - Method in class mondrian.olap.Query
- getStatement() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getStatement() - Method in interface mondrian.xmla.XmlaRequest
-
Statement of EXECUTE method.
- getStatementCurrentlyExecutingCount() - Method in class mondrian.server.monitor.ServerInfo
- getStatementCurrentlyOpenCount() - Method in class mondrian.server.monitor.ServerInfo
- getStatementEndCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getStatementEndCount() - Method in class mondrian.server.monitor.ServerInfo
- getStatementId() - Method in class mondrian.server.monitor.SqlStatementEvent
- getStatementId() - Method in class mondrian.server.monitor.StatementInfo
- getStatements() - Method in interface mondrian.server.monitor.Monitor
- getStatements() - Method in interface mondrian.server.monitor.MonitorMXBean
- getStatementStartCount() - Method in class mondrian.server.monitor.ConnectionInfo
- getStatementStartCount() - Method in class mondrian.server.monitor.ServerInfo
- getStatisticsCache() - Method in class mondrian.rolap.RolapStar
- getStatisticsProviders() - Method in interface mondrian.spi.Dialect
-
Returns a list of statistics providers for this dialect.
- getStatisticsProviders() - Method in class mondrian.spi.impl.JdbcDialectImpl
- getStatusCode() - Method in class mondrian.tui.MockHttpServletResponse
- getStoredMeasure() - Method in class mondrian.rolap.RolapNativeSql
- getStringProperty() - Method in class mondrian.calc.ExpCompiler.Factory
-
Return the
ExpCompiler.Factory
- getStringProperty() - Method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
- getStringProperty() - Method in class mondrian.util.MemoryMonitorFactory
Return theMemoryMonitorFactory
- getStringProperty() - Method in class mondrian.util.ObjectFactory
Return theStringProperty
associated with this factory.- getSubName() - Method in class mondrian.olap.HierarchyBase
Returns the name of the hierarchy sans dimension name.- getSubtotalVisibility() - Method in class mondrian.olap.QueryAxis
- GetSuffix(int) - Method in class mondrian.parser.SimpleCharStream
Get the suffix.- getSymbolicName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Returns the usage's symbolic name.- getSyntax() - Method in class mondrian.mdx.ResolvedFunCall
- getSyntax() - Method in class mondrian.mdx.UnresolvedFunCall
Returns the syntax of this function call.- getSyntax() - Method in class mondrian.olap.fun.FunDefBase
- getSyntax() - Method in class mondrian.olap.fun.FunInfo
Returns the syntactic type of the function.- getSyntax() - Method in class mondrian.olap.fun.MultiResolver
- getSyntax() - Method in interface mondrian.olap.fun.Resolver
Returns the syntax with which the function or operator was invoked.- getSyntax() - Method in class mondrian.olap.fun.UdfResolver
- getSyntax() - Method in interface mondrian.olap.FunCall
Returns the syntax of the call.- getSyntax() - Method in interface mondrian.olap.FunDef
Returns the syntactic type of the function.- getSyntax() - Method in interface mondrian.spi.UserDefinedFunction
Returns the syntactic type of the user-defined function.- getSyntax() - Method in class mondrian.udf.CurrentDateMemberUdf
- getSyntax() - Method in class mondrian.udf.CurrentDateStringUdf
- getSyntax() - Method in class mondrian.udf.InUdf
- getSyntax() - Method in class mondrian.udf.InverseNormalUdf
- getSyntax() - Method in class mondrian.udf.LastNonEmptyUdf
- getSyntax() - Method in class mondrian.udf.MatchesUdf
- getSyntax() - Method in class mondrian.udf.NullValueUdf
- getSyntax() - Method in class mondrian.udf.ValUdf
- getTable() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
Get the enclosing AggStar.Table.- getTable() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
Get the enclosing AggStar.Table.- getTable() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns this column's table.- getTable() - Method in class mondrian.rolap.RolapStar.Column
- getTable(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
Gets a table by name.- getTable(JdbcSchema, String) - Method in class mondrian.rolap.aggmatcher.AggGen
- getTable(JdbcSchema, RolapStar.Table) - Method in class mondrian.rolap.aggmatcher.AggGen
- getTableAlias() - Method in class mondrian.olap.MondrianDef.Column
- getTableAlias() - Method in interface mondrian.olap.MondrianDef.Expression
- getTableAlias() - Method in class mondrian.olap.MondrianDef.ExpressionView
- getTableAlias() - Method in class mondrian.rolap.RolapLevel
- getTableCardinality(Dialect, DataSource, String, String, String, Execution) - Method in class mondrian.spi.impl.JdbcStatisticsProvider
- getTableCardinality(Dialect, DataSource, String, String, String, Execution) - Method in class mondrian.spi.impl.SqlStatisticsProvider
- getTableCardinality(Dialect, DataSource, String, String, String, Execution) - Method in interface mondrian.spi.StatisticsProvider
Returns an estimate of the number of rows in a table.- getTableMatch() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getTableMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets theRecognizer.Matcher
for this tableName.- getTableMatches() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getTableName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Get the database table name associated with this Group's RolapStar's fact table.- getTableName() - Method in class mondrian.rolap.RolapStar.Table
Sometimes one need to get to the "real" name when the table has been given an alias.- getTableName(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl
- getTableName(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl2
- getTableName(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl3
- getTableName(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl4
- getTables() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
Returns the database's tables.- getTablesMap() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- getTableType() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the table's type.- getTableUsageType() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the table's usage type.- getTabSize(int) - Method in class mondrian.parser.SimpleCharStream
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- getTag() - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets the tag of this rule (this is the value of theMondrianProperties.AggregateRuleTag
property).- getTarget() - Method in class mondrian.rolap.SqlStatement.MyDelegatingInvocationHandler
- getTarget() - Method in class mondrian.util.DelegatingInvocationHandler
Returns the object to forward method calls to, should the derived class not implement the method.- getTemplate() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getTemplate() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- getTemplateNames() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- getTemplateNames() - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- getTemplateNames() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- getTemplateNames() - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- getTemplateNames() - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
This must be defined in derived classes.- getTestObject(String, Class[], Object[]) - Method in class mondrian.util.ObjectFactory.Singleton
Create an instance for test purposes.- getThreadLocalClassName() - Static method in class mondrian.calc.ExpCompiler.Factory
Get the class name of aExpCompiler
implementation or null.- getTimeHierarchy(String) - Method in class mondrian.rolap.RolapCube
Returns the time hierarchy for this cube.- getTimeQueries() - Method in class mondrian.tui.CmdRunner
- getTiming() - Method in interface mondrian.olap.Evaluator
Returns the query timing context for this execution.- getTiming() - Method in class mondrian.rolap.RolapEvaluator
- getToken(int) - Method in class mondrian.parser.MdxParserImpl
Get the specific Token.- getTokenList() - Static method in class mondrian.util.Format
- getTopLevelDepth() - Method in interface mondrian.olap.Role.HierarchyAccess
Returns the depth of the highest level to which the current Role has access.- getTopLevelDepth() - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- getTotalColumnSize() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
Get the total size of all columns in a row.- getTotalColumnSize() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the total size of a row (sum of the column sizes).- getTotalQueryTime() - Method in class mondrian.tui.CmdRunner
- getTransactionIsolation() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getTransformer(String, boolean) - Method in class mondrian.web.taglib.ApplResources
- getTransformerFactory() - Static method in class mondrian.tui.XmlUtil
- getTupleList() - Method in class mondrian.rolap.RolapAxis
- getType() - Method in interface mondrian.calc.Calc
Returns the type of this expression.- getType() - Method in class mondrian.calc.DummyExp
- getType() - Method in class mondrian.calc.impl.AbstractCalc
- getType() - Method in class mondrian.calc.impl.AbstractIterCalc
- getType() - Method in class mondrian.calc.impl.AbstractListCalc
- getType() - Method in class mondrian.calc.impl.GenericIterCalc
- getType() - Method in class mondrian.mdx.DimensionExpr
- getType() - Method in class mondrian.mdx.HierarchyExpr
- getType() - Method in class mondrian.mdx.LevelExpr
- getType() - Method in class mondrian.mdx.MemberExpr
- getType() - Method in class mondrian.mdx.NamedSetExpr
- getType() - Method in class mondrian.mdx.ParameterExpr
- getType() - Method in class mondrian.mdx.ResolvedFunCall
- getType() - Method in class mondrian.mdx.UnresolvedFunCall
- getType() - Method in interface mondrian.olap.Exp
Returns the type of this expression.- getType() - Method in class mondrian.olap.Id
- getType() - Method in class mondrian.olap.Literal
- getType() - Method in interface mondrian.olap.NamedSet
Returns the type of this named set.- getType() - Method in interface mondrian.olap.Parameter
Returns the type of this Parameter.- getType() - Method in class mondrian.olap.ParameterImpl
- getType() - Method in class mondrian.olap.Property
Returns the datatype of the property.- getType() - Method in class mondrian.olap.Query.ScopedNamedSet
- getType() - Method in class mondrian.olap.SetBase
- getType() - Method in interface mondrian.rolap.agg.SegmentDataset
Returns the SQL type of the data contained in this dataset.- getType() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns the columnIter java.sql.Type enun of the column.- getType() - Method in class mondrian.rolap.RolapSchemaParameter
- getType() - Method in interface mondrian.spi.UserDefinedFunction.Argument
Returns the type of the argument.- getType(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getType(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getType(String, String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getType(ResultSetMetaData, int) - Method in interface mondrian.spi.Dialect
Chooses the most appropriate type for accessing the values of a column in a result set for a dialect.- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.JdbcDialectImpl
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.MonetDbDialect
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.NetezzaDialect
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.OracleDialect
Chooses the most appropriate type for accessing the values of a column in a result set.- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.PdiDataServiceDialect
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.PostgreSqlDialect
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.SnowflakeDialect
- getType(ResultSetMetaData, int) - Method in class mondrian.spi.impl.VerticaDialect
- getTypeMap() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getTypeName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns the columnIter java.sql.Type name.- getTypes() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- getTypes(Exp[]) - Static method in class mondrian.olap.ExpBase
- getUniqueID() - Method in class mondrian.spi.SegmentHeader
Returns a unique identifier for this header.- getUniqueKeyLevelName() - Method in class mondrian.rolap.RolapHierarchy
Gets "unique key level name" attribute of this Hierarchy, if set.- getUniqueName() - Method in class mondrian.olap.CubeBase
- getUniqueName() - Method in class mondrian.olap.DimensionBase
- getUniqueName() - Method in class mondrian.olap.HierarchyBase
- getUniqueName() - Method in class mondrian.olap.LevelBase
- getUniqueName() - Method in class mondrian.olap.MemberBase
- getUniqueName() - Method in interface mondrian.olap.OlapElement
- getUniqueName() - Method in class mondrian.olap.Query.ScopedNamedSet
- getUniqueName() - Method in class mondrian.olap.SetBase
- getUniqueName() - Method in class mondrian.rolap.DelegatingRolapMember
- getUniqueName() - Method in class mondrian.rolap.RolapCubeMember
- getUniqueNameSsas() - Method in interface mondrian.olap.Hierarchy
Deprecated.Will be removed in mondrian-4.0, whenOlapElement.getUniqueName()
will have this behavior.- getUniqueNameSsas() - Method in class mondrian.olap.HierarchyBase
- getUniqueOrdinalMembers(List<Member>) - Static method in class mondrian.rolap.SqlConstraintUtils
Gets a list of unique ordinal cube members to make sure our cell request isn't unsatisfiable, following the same logic as RolapEvaluator- getUniqueRelation(MondrianDef.RelationOrJoin, String, String, String) - Method in class mondrian.rolap.RolapStar
Generates a unique relational join to the fact table via re-aliasing MondrianDef.Relations currently called in the RolapCubeHierarchy constructor.- getUpperBound() - Method in class mondrian.rolap.agg.RangeColumnPredicate
- getUpperInclusive() - Method in class mondrian.rolap.agg.RangeColumnPredicate
- getURI(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getURL() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
- getUsagePrefix() - Method in class mondrian.rolap.HierarchyUsage
- getUsagePrefix() - Method in class mondrian.rolap.RolapStar.Column
- getUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns an iterator over all usages.- getUsages(Hierarchy) - Method in class mondrian.rolap.RolapCube
A Hierarchy may have one or more HierarchyUsages.- getUsages(JdbcSchema.UsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns an iterator over all usages of the given column type.- getUsageType() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Returns the column usage type.- getUsed() - Method in interface mondrian.olap.Util.MemoryInfo.Usage
- getUsedMemory() - Method in class mondrian.util.FauxMemoryMonitor
- getUsedMemory() - Method in interface mondrian.util.MemoryMonitor
Returns the current memory used.- getUsedMemory() - Method in class mondrian.util.NotificationMemoryMonitor
Get the current memory usage for this JVM instance.- getUsername() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- getUsername() - Method in interface mondrian.xmla.XmlaRequest
The username to use to open the underlying olap4j connection.- getUserPrincipal() - Method in class mondrian.tui.MockHttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.- getValidator() - Method in interface mondrian.calc.ExpCompiler
Returns the validator which was used to validate this expression.- getValidator() - Method in class mondrian.calc.impl.AbstractExpCompiler
- getValidator() - Method in class mondrian.calc.impl.DelegatingExpCompiler
- getValue() - Method in interface mondrian.olap.Annotation
Returns the value of this annotation.- getValue() - Method in interface mondrian.olap.Cell
Returns the cell's raw value.- getValue() - Method in class mondrian.olap.Literal
- getValue() - Method in interface mondrian.olap.Parameter
Returns the value of this parameter.- getValue() - Method in class mondrian.olap.ParameterImpl
- getValue() - Method in class mondrian.parser.Token
An optional attribute value of the Token.- getValue() - Method in class mondrian.rolap.agg.LiteralStarPredicate
- getValue() - Method in class mondrian.rolap.agg.ValueColumnPredicate
Returns the value which the column is compared to.- getValue() - Method in class mondrian.rolap.RolapCell
- getValue() - Method in class mondrian.rolap.RolapSchemaParameter
- getValue() - Method in interface mondrian.util.LockBox.Entry
Returns the value in this lock box entry.- getValue() - Method in class mondrian.util.Pair
- getValue(int) - Method in class mondrian.olap.EnumeratedValues
Returns the name associated with an ordinal; the return value is null if the ordinal is not a member of the enumeration.- getValue(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getValue(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getValue(String, boolean) - Method in class mondrian.olap.EnumeratedValues
Returns the value associated with a name.- getValue(String, String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- getValueArray() - Method in interface mondrian.spi.SegmentBody
Returns an array of values.- getValueAt(int) - Method in class mondrian.rolap.agg.CellRequest
Return the predicate value associated with the given index.- getValueCount() - Method in class mondrian.spi.SegmentColumn
Returns the number of distinct values that occur for this column in the database.- getValueMap() - Method in interface mondrian.spi.SegmentBody
Converts contents of this segment into a cellkey/value map.- getValues() - Method in class mondrian.spi.SegmentColumn
Returns an array of predicate values for this column.- getValues() - Method in interface mondrian.util.SpatialValueTree2.SpatialDimension
Declares that a particular dimension has a finite set of values.- getValues() - Method in class mondrian.xmla.Enumeration
- getValues(K) - Method in interface mondrian.util.SpatialValueTree.SpatialRegion
Provides an array of objects describing this region's bounds within the specified dimension's axis.- getValues(SpatialValueTree2.SpatialDimension) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegionRequest
Provides an array of objects describing this region's bounds within the specified dimension's axis.- getValuesAndIndicator() - Method in class mondrian.rolap.agg.SegmentAxis
- getValuesSortedByName() - Method in class mondrian.olap.EnumeratedValues
Returns the members of this enumeration, sorted by name.- getValueType() - Method in class mondrian.olap.type.MemberType
- getValueType() - Method in class mondrian.olap.type.TupleType
- getVersion() - Method in class mondrian.olap.MondrianServer
Returns the version of this MondrianServer.- getVersion() - Method in class mondrian.server.MondrianServerRegistry
- getVersionString() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
Returns the version string, for example "2.3.0".- getVolume() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
Get the volume of the table (now of rows * size of a row).- getWarnEntries() - Method in class mondrian.recorder.ListRecorder
- getWarningCount() - Method in class mondrian.recorder.AbstractRecorder
- getWarnings() - Method in interface mondrian.olap.Schema
Returns a list of warnings and errors that occurred while loading this schema.- getWarnings() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- getWarnings() - Method in class mondrian.rolap.RolapSchema
- getWeekLevel() - Method in interface mondrian.olap.Cube
Return Week Level or null.- getWeekLevel() - Method in class mondrian.olap.CubeBase
- getWrappedResultSet() - Method in class mondrian.rolap.SqlStatement
Returns the result set in a proxy which automatically closes this SqlStatement (and hence also the statement and result set) when the result set is closed.- getWriter() - Method in class mondrian.calc.CalcWriter
- getWriter() - Method in class mondrian.rolap.RolapUtil.TeeWriter
Returns the underlying writer.- getWriter() - Method in class mondrian.tui.MockHttpServletResponse
Returns a PrintWriter object that can send character text to the client.- getWriter() - Method in class mondrian.xmla.impl.DefaultXmlaResponse
- getWriter() - Method in interface mondrian.xmla.XmlaResponse
Get helper for writing XML document.- getXercesVersion() - Static method in class mondrian.tui.XmlUtil
Get the Xerces version being used.- getXercesVersionNumbers() - Static method in class mondrian.tui.XmlUtil
Gets the Xerces version numbers as a three part array of ints where the first element is the major release number, the second is the minor release number, and the third is the patch number.- getXercesVersionNumberString() - Static method in class mondrian.tui.XmlUtil
Get the number part of the Xerces Version string.- getXmlaHandler() - Method in class mondrian.xmla.XmlaServlet
Gets (creating if needed) the XmlaHandler.- getXmlaRootXPath(String) - Static method in class mondrian.tui.XmlaSupport
- getXmlaTransform(String) - Static method in class mondrian.tui.XmlaSupport
This is a parameterized XSLT.- getXmlaXds2xd(String) - Static method in class mondrian.tui.XmlUtil
This is the xslt that can extract the "data" part of a XMLA response.- getXmlaXds2xs(String) - Static method in class mondrian.tui.XmlUtil
This is the xslt that can extract the "schema" part of a XMLA response.- getXMLDefClass() - Static method in class mondrian.olap.MondrianDef
- getXMLDefClass() - Static method in class mondrian.rolap.aggmatcher.DefaultDef
- getXMLDefClass() - Static method in class mondrian.xmla.DataSourcesConfig
- getXmlHierarchy() - Method in class mondrian.rolap.RolapHierarchy
- getXMLSchema() - Method in class mondrian.rolap.RolapSchema
- getXsltURI() - Method in class mondrian.web.taglib.TransformTag
- getYearLevel() - Method in interface mondrian.olap.Cube
Helper method that returns the Year Level or returns null if the Time Dimension does not exist or if Year is not defined in the Time Dimension.- getYearLevel() - Method in class mondrian.olap.CubeBase
- GlobalFunTable - Class in mondrian.olap.fun
Global function table contains builtin functions and global user-defined functions.- GOOGLEBIGQUERY - mondrian.spi.Dialect.DatabaseProduct
- GoogleBigQueryDialect - Class in mondrian.spi.impl
This is the Mondrian dialect for Google BigQuery.- GoogleBigQueryDialect(Connection) - Constructor for class mondrian.spi.impl.GoogleBigQueryDialect
- grant(Cube, Access) - Method in class mondrian.olap.RoleImpl
Defines access to a cube.- grant(Dimension, Access) - Method in class mondrian.olap.RoleImpl
Defines access to a dimension.- grant(Hierarchy, Access, Level, Level, Role.RollupPolicy) - Method in class mondrian.olap.RoleImpl
Defines access to a hierarchy.- grant(Member, Access) - Method in class mondrian.olap.RoleImpl
Defines access to a member in a hierarchy.- grant(Schema, Access) - Method in class mondrian.olap.RoleImpl
Defines access to all cubes and dimensions in a schema.- GREENPLUM - mondrian.spi.Dialect.DatabaseProduct
- GreenplumDialect - Class in mondrian.spi.impl
Implementation ofDialect
for the GreenplumSQL database.- GreenplumDialect(Connection) - Constructor for class mondrian.spi.impl.GreenplumDialect
Creates a GreenplumDialect.- Group(RolapCube) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.Group
- GroupingSet - Class in mondrian.rolap.agg
A collection ofSegment
s that can be represented as a GROUP BY GROUPING SET in a SQL query.- GroupingSet(List<Segment>, BitKey, BitKey, StarColumnPredicate[], RolapStar.Column[]) - Constructor for class mondrian.rolap.agg.GroupingSet
Creates a GroupingSet.- GroupingSetsCollector - Class in mondrian.rolap
TheGroupingSetsCollector
collects the GroupinpSets and pass the consolidated list to form group by grouping sets sql- GroupingSetsCollector(boolean) - Constructor for class mondrian.rolap.GroupingSetsCollector
- GT - Static variable in interface mondrian.olap.ParserSym
- GT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.- guessTypes() - Method in class mondrian.rolap.SqlStatement
- GZIP - Static variable in class mondrian.util.Base64
Specify that data should be gzip-compressed.H
- handle(Exception) - Method in class mondrian.rolap.ResultLoader
-
Handles an error, and returns an exception that the caller should then throw.
- handle(Throwable) - Method in class mondrian.rolap.SqlStatement
-
Handles an exception thrown from the ResultSet, implicitly calls
SqlStatement.close()
, and returns an exception which includes the full stack, including a description of the high-level operation. - handle(SegmentCache.SegmentCacheListener.SegmentCacheEvent) - Method in interface mondrian.spi.SegmentCache.SegmentCacheListener
-
Handle an event
- handleFault(HttpServletResponse, byte[][], XmlaServlet.Phase, Throwable) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
-
This produces a SOAP 1.1 version Fault element - not a 1.2 version.
- handleFault(HttpServletResponse, byte[][], XmlaServlet.Phase, Throwable) - Method in class mondrian.xmla.XmlaServlet
-
Implement to application specified handler of SOAP fualt.
- handleSoapBody(HttpServletResponse, Element[], byte[][], Map<String, Object>) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- handleSoapBody(HttpServletResponse, Element[], byte[][], Map<String, Object>) - Method in class mondrian.xmla.XmlaServlet
-
Implement to handle XML/A request.
- handleSoapHeader(HttpServletResponse, Element[], byte[][], Map<String, Object>) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
-
Implement to handle application specified SOAP header.
- handleSoapHeader(HttpServletResponse, Element[], byte[][], Map<String, Object>) - Method in class mondrian.xmla.XmlaServlet
-
Implement to handle application specified SOAP header.
- HardSmartCache<K,V> - Class in mondrian.rolap.cache
-
An implementation of
SmartCache
that uses hard references. - HardSmartCache() - Constructor for class mondrian.rolap.cache.HardSmartCache
- hasAggGroup() - Method in class mondrian.rolap.RolapCube
- hasAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasAll - Variable in class mondrian.olap.HierarchyBase
- hasAll - Variable in class mondrian.olap.MondrianDef.Hierarchy
- hasAll() - Method in interface mondrian.olap.Hierarchy
- hasAll() - Method in class mondrian.olap.HierarchyBase
- hasAllMember() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- hasCalcMembers() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- hasCaptionColumn() - Method in class mondrian.rolap.RolapLevel
- hasCellProperty(String) - Method in class mondrian.olap.Query
-
Checks whether the property name is present in the query.
- hasChildren() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Return true if this table has one or more child tables.
- hasDataSourcesContentChanged(String) - Method in class mondrian.server.DynamicContentFinder
- hasErrors() - Method in class mondrian.recorder.AbstractRecorder
- hasErrors() - Method in interface mondrian.recorder.MessageRecorder
-
Returns true if there are one or more error messages.
- hasErrors() - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- hasFactCountMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasForeignKeyMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasForeignKeys() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns whether this AggStar has foreign keys.
- hash(int, int) - Static method in class mondrian.olap.Util
-
Combines two integers into a hash code.
- hash(int, Object) - Static method in class mondrian.olap.Util
-
Computes a hash code from an existing hash code and an object (which may be null).
- hash(T) - Method in class mondrian.util.ObjectPool
- hashArray(int, Object[]) - Static method in class mondrian.olap.Util
-
Computes a hash code from an existing hash code and an array of objects (which may be null).
- hashCode() - Method in class mondrian.calc.impl.ArrayTupleList
- hashCode() - Method in class mondrian.mdx.ParameterExpr
- hashCode() - Method in class mondrian.olap.CubeAccess
- hashCode() - Method in class mondrian.olap.fun.FunInfo
- hashCode() - Method in class mondrian.olap.fun.sort.Sorter.ObjIntPair
- hashCode() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- hashCode() - Method in class mondrian.olap.Id.KeySegment
- hashCode() - Method in class mondrian.olap.Id.NameSegment
- hashCode() - Method in class mondrian.olap.MondrianDef.Column
- hashCode() - Method in class mondrian.olap.MondrianDef.ExpressionView
- hashCode() - Method in class mondrian.olap.MondrianDef.InlineTable
- hashCode() - Method in class mondrian.olap.MondrianDef.RelationOrJoin
- hashCode() - Method in class mondrian.olap.MondrianDef.SQL
- hashCode() - Method in class mondrian.olap.MondrianDef.Table
- hashCode() - Method in class mondrian.olap.OlapElementBase
- hashCode() - Method in class mondrian.olap.ParameterImpl
- hashCode() - Method in class mondrian.olap.RoleImpl
- hashCode() - Method in class mondrian.olap.type.CubeType
- hashCode() - Method in class mondrian.olap.type.DimensionType
- hashCode() - Method in class mondrian.olap.type.HierarchyType
- hashCode() - Method in class mondrian.olap.type.LevelType
- hashCode() - Method in class mondrian.olap.type.ScalarType
- hashCode() - Method in class mondrian.olap.type.SetType
- hashCode() - Method in class mondrian.olap.type.TupleType
- hashCode() - Method in class mondrian.olap.Util.Flat2List
- hashCode() - Method in class mondrian.olap.Util.Flat3List
- hashCode() - Method in class mondrian.rolap.agg.AggregationKey
- hashCode() - Method in class mondrian.rolap.agg.ListColumnPredicate
- hashCode() - Method in class mondrian.rolap.agg.ListPredicate
- hashCode() - Method in class mondrian.rolap.agg.LiteralStarPredicate
- hashCode() - Method in class mondrian.rolap.agg.MemberColumnPredicate
- hashCode() - Method in class mondrian.rolap.agg.MemberTuplePredicate
- hashCode() - Method in class mondrian.rolap.agg.MinusStarPredicate
- hashCode() - Method in class mondrian.rolap.agg.RangeColumnPredicate
- hashCode() - Method in class mondrian.rolap.agg.ValueColumnPredicate
- hashCode() - Method in class mondrian.rolap.BitKey.Big
- hashCode() - Method in class mondrian.rolap.BitKey.Mid128
- hashCode() - Method in class mondrian.rolap.BitKey.Small
- hashCode() - Method in class mondrian.rolap.CellKey.Four
- hashCode() - Method in class mondrian.rolap.CellKey.Many
- hashCode() - Method in class mondrian.rolap.CellKey.One
- hashCode() - Method in class mondrian.rolap.CellKey.Three
- hashCode() - Method in class mondrian.rolap.CellKey.Two
- hashCode() - Method in class mondrian.rolap.CellKey.Zero
- hashCode() - Method in class mondrian.rolap.HierarchyUsage
- hashCode() - Method in class mondrian.rolap.RolapCubeMember
- hashCode() - Method in class mondrian.rolap.RolapEvaluator
- hashCode() - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- hashCode() - Method in class mondrian.rolap.RolapMemberBase
- hashCode() - Method in class mondrian.rolap.RolapSchema
- hashCode() - Method in class mondrian.rolap.RolapStar.Column
- hashCode() - Method in class mondrian.rolap.RolapStar.Condition
- hashCode() - Method in class mondrian.rolap.RolapStar.Measure
- hashCode() - Method in class mondrian.rolap.RolapStar.Table
- hashCode() - Method in class mondrian.rolap.ScenarioImpl
- hashCode() - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- hashCode() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- hashCode() - Method in class mondrian.spi.SegmentColumn
- hashCode() - Method in class mondrian.spi.SegmentHeader
- hashCode() - Method in class mondrian.util.ByteString
- hashCode() - Method in class mondrian.util.CacheMap
- hashCode() - Method in class mondrian.util.ConcatenableList
- hashCode() - Method in class mondrian.util.FilteredIterableList
- hashCode() - Method in class mondrian.util.Pair
- hashCode() - Method in class mondrian.util.StringKey
- hashCode() - Method in class mondrian.util.Triple
- hashCode() - Method in class mondrian.util.UnsupportedList
- hasIgnoredColumns() - Method in class mondrian.rolap.aggmatcher.AggStar
- hasIgnoreMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasInaccessibleDescendants(Member) - Method in interface mondrian.olap.Role.HierarchyAccess
-
Returns
true
if at least one of the descendants of the given Member is inaccessible to this Role. - hasInaccessibleDescendants(Member) - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- hasInformation() - Method in class mondrian.recorder.AbstractRecorder
- hasInformation() - Method in interface mondrian.recorder.MessageRecorder
-
Returns true if there are one or more informational messages.
- hasJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
- hasJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- hasJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Return true if this table has a join condition (only DimTables have join conditions, FactTable instances do not).
- hasLevelMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasLevels() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Return true if AggStar has levels
- hasLevels() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Return true if table has levels.
- hasMeasureMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasMeasures() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
-
Return true it table has measures
- hasMeasures() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Return true if AggStar has measures
- hasMoreElements() - Method in class mondrian.olap.Walker
- hasMultipleLevelSlicer(Evaluator) - Static method in class mondrian.rolap.SqlConstraintUtils
- hasMultiPositionSlicer(List<Member>) - Static method in class mondrian.rolap.SqlConstraintUtils
- hasNext - Variable in class mondrian.calc.impl.AbstractTupleIterator
- hasNext() - Method in class mondrian.calc.impl.AbstractTupleIterator
- hasNext() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- hasNext() - Method in class mondrian.olap.fun.NativizeSetFunDef.RangeIterator
- hasNext() - Method in class mondrian.olap.Util.GcIterator
- hasNext() - Method in class mondrian.util.UnionIterator
- hasNext() - Method in class mondrian.util.UnsupportedList.Itr
- hasNext() - Method in class mondrian.util.UnsupportedList.ItrUnknownSize
- hasOrdinalExp() - Method in class mondrian.rolap.RolapLevel
- hasParent() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
- hasParent() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- hasParent() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
-
Return true if this table has a parent table (FactTable instances do not have parent tables, all other do).
- hasPrevious() - Method in class mondrian.util.UnsupportedList.ListItr
- hasRestrictions() - Method in class mondrian.olap.CubeAccess
- hasRules() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Are there any rules associated with this Group.
- hasTableMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- hasUsage() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Return true if the column has at least one usage.
- hasUsage(JdbcSchema.UsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Return true if the column has at least one usage of the given column type.
- hasWarnings() - Method in class mondrian.recorder.AbstractRecorder
- hasWarnings() - Method in interface mondrian.recorder.MessageRecorder
-
Returns true if there are one or more warning messages.
- headerList - Variable in class mondrian.xmla.XmlaUtil.MetadataRowset
- headSet(E) - Method in class mondrian.util.ArraySortedSet
- Helper() - Constructor for class mondrian.xmla.XmlaRequestCallback.Helper
- hex(Object) - Static method in class mondrian.olap.fun.vba.Vba
- HIDDEN - mondrian.olap.Role.RollupPolicy
-
The value of the cell is null if any of the children are inaccessible.
- Hide - mondrian.olap.QueryAxis.SubtotalVisibility
- hideMemberIf - Variable in class mondrian.olap.MondrianDef.Level
- hierarchies - Variable in class mondrian.olap.DimensionBase
- hierarchies - Variable in class mondrian.olap.MondrianDef.Dimension
- hierarchizeMemberList(List<Member>, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Sorts a list of members into hierarchical order.
- hierarchizeTupleList(TupleList, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Sorts a list of tuples into hierarchical order.
- hierarchy - Variable in class mondrian.olap.LevelBase
- hierarchy - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- hierarchy - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- Hierarchy - Interface in mondrian.olap
-
A
Hierarchy
is a set of members, organized into levels. - Hierarchy - Static variable in class mondrian.olap.Category
-
Hierarchy
is a hierarchy expression. - Hierarchy() - Constructor for class mondrian.olap.MondrianDef.Hierarchy
- Hierarchy(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Hierarchy
- HIERARCHY_UNIQUE_NAME - Static variable in class mondrian.olap.CubeBase
- HIERARCHY_UNIQUE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the unique name of the current hierarchy.
- HIERARCHY_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- hierarchyAccess - Variable in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
- HierarchyBase - Class in mondrian.olap
-
Skeleton implementation for
Hierarchy
. - HierarchyBase(Dimension, String, String, boolean, String, boolean) - Constructor for class mondrian.olap.HierarchyBase
- HierarchyCalc - Interface in mondrian.calc
-
Expression which yields a
Hierarchy
. - HierarchyCurrentMemberFunDef - Class in mondrian.olap.fun
-
Definition of the
<Hierarchy>.CurrentMember
MDX builtin function. - HierarchyCurrentMemberFunDef.CalcImpl - Class in mondrian.olap.fun
-
Compiled implementation of the Hierarchy.CurrentMember function that evaluates the hierarchy expression first.
- HierarchyCurrentMemberFunDef.FixedCalcImpl - Class in mondrian.olap.fun
-
Compiled implementation of the Hierarchy.CurrentMember function that uses a fixed hierarchy.
- HierarchyDimensionFunDef - Class in mondrian.olap.fun
-
Definition of the
<Hierarchy>.Dimension
MDX builtin function. - HierarchyDimensionFunDef.CalcImpl - Class in mondrian.olap.fun
- HierarchyExpr - Class in mondrian.mdx
-
Usage of a
Hierarchy
as an MDX expression. - HierarchyExpr(Hierarchy) - Constructor for class mondrian.mdx.HierarchyExpr
-
Creates a hierarchy expression.
- HierarchyGrant() - Constructor for class mondrian.olap.MondrianDef.HierarchyGrant
- HierarchyGrant(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.HierarchyGrant
- hierarchyGrants - Variable in class mondrian.olap.MondrianDef.CubeGrant
- HierarchyHasNoAccessibleMembers - Variable in class mondrian.resource.MondrianResource
-
HierarchyHasNoAccessibleMembers
is 'Hierarchy ''{0}'' has no accessible members.
' - HierarchyHasNoLevels - Variable in class mondrian.resource.MondrianResource
-
HierarchyHasNoLevels
is 'Hierarchy ''{0}'' must have at least one level.
' - HierarchyInIndependentAxes - Variable in class mondrian.resource.MondrianResource
-
HierarchyInIndependentAxes
is 'Hierarchy ''{0}'' appears in more than one independent axis.
' - HierarchyInvalidForeignKey - Variable in class mondrian.resource.MondrianResource
-
HierarchyInvalidForeignKey
is 'Foreign key ''{0}'' of hierarchy ''{1}'' in cube ''{2}'' is not a column in the fact table.
' - HierarchyLevelNamesNotUnique - Variable in class mondrian.resource.MondrianResource
-
HierarchyLevelNamesNotUnique
is 'Level names within hierarchy ''{0}'' are not unique; there is more than one level with name ''{1}''.
' - hierarchyList - Variable in class mondrian.util.IdentifierParser.BuilderImpl
- HierarchyMustHaveForeignKey - Variable in class mondrian.resource.MondrianResource
-
HierarchyMustHaveForeignKey
is 'Hierarchy ''{0}'' in cube ''{1}'' must have a foreign key, since it is not based on the cube''s fact table.
' - HierarchyMustNotHaveMoreThanOneSource - Variable in class mondrian.resource.MondrianResource
-
HierarchyMustNotHaveMoreThanOneSource
is 'Hierarchy ''{0}'' has more than one source (memberReaderClass, <Table>, <Join> or <View>)
' - HierarchyType - Class in mondrian.olap.type
-
The type of an expression which represents a hierarchy.
- HierarchyType(Dimension, Hierarchy) - Constructor for class mondrian.olap.type.HierarchyType
-
Creates a type representing a hierarchy.
- HierarchyUsage - Class in mondrian.rolap
-
A
HierarchyUsage
is the usage of a hierarchy in the context of a cube. - HighCardChunkSize - Variable in class mondrian.olap.MondrianProperties
-
Property that establishes the amount of chunks for querying cells involving high-cardinality dimensions.
- highCardinality - Variable in class mondrian.olap.DimensionBase
- highCardinality - Variable in class mondrian.olap.MondrianDef.CubeDimension
- HighCardinalityInDimension - Variable in class mondrian.resource.MondrianResource
-
HighCardinalityInDimension
is 'The highCardinality attribute specified on dimension ''{0}'' is deprecated and will be removed in future versions of Mondrian.The feature will produce wrong results in some scenarios and should be used with caution.
' - HighCardSqlTupleReader - Class in mondrian.rolap
-
Deprecated.Deprecated for Mondrian 4.0.
- HighCardSqlTupleReader(TupleConstraint) - Constructor for class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- highCardToString(Result) - Method in class mondrian.tui.CmdRunner
-
Converts a
Result
object to a string printing to standard output directly, without buffering. - highWaterMark - Variable in class mondrian.util.ObjectPool
- Hint() - Constructor for class mondrian.olap.MondrianDef.Hint
- Hint(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Hint
- hitCount - Variable in class mondrian.server.monitor.ExecutionPhaseEvent
- HIVE - mondrian.spi.Dialect.DatabaseProduct
- HiveDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Hive database. - HiveDialect(Connection) - Constructor for class mondrian.spi.impl.HiveDialect
-
Creates a HiveDialect.
- hour(Date) - Static method in class mondrian.olap.fun.vba.Vba
- HSB_ACCESS_DENIED_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_ACCESS_DENIED_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_COMMAND_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_COMMAND_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_METHOD_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_METHOD_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_METHOD_NS_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_METHOD_NS_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_NON_NULLABLE_COLUMN_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_NON_NULLABLE_COLUMN_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_PROPERTIES_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_PROPERTIES_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_PROPERTIES_LIST_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_PROPERTIES_LIST_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_REQUEST_TYPE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_REQUEST_TYPE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_RESTRICTION_LIST_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_RESTRICTION_LIST_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_RESTRICTIONS_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_RESTRICTIONS_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_SOAP_BODY_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_SOAP_BODY_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_STATEMENT_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_BAD_STATEMENT_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_CONNECTION_DATA_SOURCE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_CONNECTION_DATA_SOURCE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DISCOVER_FORMAT_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DISCOVER_FORMAT_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DISCOVER_UNPARSE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DISCOVER_UNPARSE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_FORMAT_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_FORMAT_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_NOT_ALLOWED_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_NOT_ALLOWED_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_SQL_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_DRILL_THROUGH_SQL_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_EXECUTE_QUERY_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_EXECUTE_QUERY_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_EXECUTE_UNPARSE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_EXECUTE_UNPARSE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_PARSE_QUERY_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_PARSE_QUERY_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_PROCESS_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_PROCESS_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_UNKNOWN_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSB_UNKNOWN_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_BAD_SESSION_ID_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_BAD_SESSION_ID_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_MUST_UNDERSTAND_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_MUST_UNDERSTAND_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_UNKNOWN_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- HSH_UNKNOWN_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- HSQLDB - mondrian.spi.Dialect.DatabaseProduct
- HsqldbDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Hsqldb database. - HsqldbDialect(Connection) - Constructor for class mondrian.spi.impl.HsqldbDialect
-
Creates a FirebirdDialect.
I
- IBM_JVM - Static variable in class mondrian.olap.Util
-
Whether this is an IBM JVM.
- id - Variable in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- id - Variable in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- id - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- Id - Class in mondrian.olap
-
Multi-part identifier.
- Id(List<Id.Segment>) - Constructor for class mondrian.olap.Id
- Id(Id.Segment) - Constructor for class mondrian.olap.Id
-
Creates an identifier containing a single part.
- ID - Static variable in interface mondrian.olap.ParserSym
- ID - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Id.KeySegment - Class in mondrian.olap
-
Identifier segment representing a key, possibly composite.
- Id.NameSegment - Class in mondrian.olap
-
Component in a compound identifier that describes the name of an object.
- Id.Quoting - Enum in mondrian.olap
- Id.Segment - Class in mondrian.olap
-
Component in a compound identifier.
- IdBatchResolver - Class in mondrian.olap
-
Used to collect and resolve identifiers in groups of children where possible.
- IdBatchResolver(Query) - Constructor for class mondrian.olap.IdBatchResolver
- identifier() - Method in class mondrian.parser.MdxParserImpl
- IdentifierParser - Class in mondrian.util
-
Utilities for parsing fully-qualified member names, tuples, member lists, and tuple lists.
- IdentifierParser() - Constructor for class mondrian.util.IdentifierParser
- IdentifierParser.BuilderImpl - Class in mondrian.util
-
Implementation of Builder that resolves segment lists to members.
- IdentifierParser.MemberListBuilder - Class in mondrian.util
-
Implementation of Builder that builds a member list.
- IdentifierParser.TupleBuilder - Class in mondrian.util
-
Implementation of Builder that builds a tuple.
- IdentifierParser.TupleListBuilder - Class in mondrian.util
-
Implementation of Builder that builds a tuple list.
- IdentifierVisitor - Class in mondrian.olap
- IdentifierVisitor(Set<Id>) - Constructor for class mondrian.olap.IdentifierVisitor
- IdentityCatalogLocator - Class in mondrian.spi.impl
-
Implementation of
CatalogLocator
that returns the path unchanged. - IdentityCatalogLocator() - Constructor for class mondrian.spi.impl.IdentityCatalogLocator
- identityFunctor() - Static method in class mondrian.olap.Util
- IfBlankName - mondrian.rolap.RolapLevel.HideMemberCondition
-
A member doesn't appear if its name is null or empty.
- IfParentsName - mondrian.rolap.RolapLevel.HideMemberCondition
-
A member appears unless its name matches its parent's.
- Ignore - mondrian.rolap.RolapConnectionProperties
-
The "Ignore" property is a boolean value.
- IGNORE - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- IGNORE_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- IGNORE_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- ignorecase - Variable in class mondrian.olap.MondrianDef.AggExclude
- ignorecase - Variable in class mondrian.olap.MondrianDef.AggTable
- ignoreCase - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- ignoreColumnNames - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- ignoreColumns - Variable in class mondrian.olap.MondrianDef.AggTable
- ignoreInvalidMembers() - Method in class mondrian.olap.Query
- IgnoreInvalidMembers - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether non-existent member errors should be ignored during schema load.
- IgnoreInvalidMembersDuringQuery - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether non-existent member errors should be ignored during query validation.
- ignoreMap - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- IgnoreMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- IgnoreMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
- ignoreMapRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- IgnoreMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- IgnoreMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- ignoreMaps - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared IgnoreMap.
- IgnoreMeasureForNonJoiningDimension - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether to ignore measure when non joining dimension is in the tuple during aggregation.
- ignoreUnrelatedDimensions - Variable in class mondrian.olap.MondrianDef.CubeUsage
- IifFunDef - Class in mondrian.olap.fun
-
Definition of the
Iif
MDX function. - IifFunDef(String, String, String) - Constructor for class mondrian.olap.fun.IifFunDef
-
Creates an IifFunDef.
- IllegalLeftDeepJoin - Variable in class mondrian.resource.MondrianResource
-
IllegalLeftDeepJoin
is 'Left side of join must not be a join; mondrian only supports right-deep joins.
' - image - Variable in class mondrian.parser.Token
-
The string image of the token.
- IMondrianOlap4jProperty - Interface in mondrian.olap4j
-
Wraps to provide information about level that contains current property
- IMPALA - mondrian.spi.Dialect.DatabaseProduct
- ImpalaDialect - Class in mondrian.spi.impl
-
Dialect for Cloudera's Impala DB.
- ImpalaDialect(Connection) - Constructor for class mondrian.spi.impl.ImpalaDialect
-
Creates an ImpalaDialect.
- ImplicitRepository - Class in mondrian.server
-
Implementation of
Repository
for a server that doesn't have a repository: each connection in the server has its own catalog (specified in the connect string) and therefore the catalog and schema metadata will be whatever pertains to that connection. - ImplicitRepository() - Constructor for class mondrian.server.ImplicitRepository
- implode(List<Id.Segment>) - Static method in class mondrian.olap.Util
-
Converts an array of name parts {"part1", "part2"} into a single string "[part1].[part2]".
- IN - Static variable in interface mondrian.olap.ParserSym
- IN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- IN_FORMAL_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
Lexical state.
- IN_SINGLE_LINE_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
Lexical state.
- inBuf - Variable in class mondrian.parser.SimpleCharStream
- include(ServletRequest, ServletResponse) - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- includeInSelect(RolapStar.Column) - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- includeInSelect(RolapStar.Measure) - Method in class mondrian.rolap.agg.DrillThroughCellRequest
- incrementEmptySets() - Method in class mondrian.rolap.SqlTupleReader
- incrementEmptySets() - Method in interface mondrian.rolap.TupleReader
-
Indicates that there was an empty argument somewhere in the tuple.
- indent() - Method in class mondrian.calc.CalcWriter
-
Increases the indentation level.
- indexOf(Object) - Method in class mondrian.olap.Util.Flat2List
- indexOf(Object) - Method in class mondrian.olap.Util.Flat3List
- indexOf(Object) - Method in class mondrian.util.UnsupportedList
- indexOfInsertion(T) - Method in class mondrian.util.ObjectPool
- Infix - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
arg OPERATOR arg
(like '+' or 'AND'). - INFOBRIGHT - mondrian.spi.Dialect.DatabaseProduct
- InfobrightDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Infobright database. - InfobrightDialect(Connection) - Constructor for class mondrian.spi.impl.InfobrightDialect
-
Creates an InfobrightDialect.
- INFORMIX - mondrian.spi.Dialect.DatabaseProduct
- InformixDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Informix database. - InformixDialect(Connection) - Constructor for class mondrian.spi.impl.InformixDialect
-
Creates an InformixDialect.
- INGRES - mondrian.spi.Dialect.DatabaseProduct
- IngresDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Ingres database. - IngresDialect(Connection) - Constructor for class mondrian.spi.impl.IngresDialect
-
Creates an IngresDialect.
- init() - Method in class mondrian.olap.fun.FunTableImpl
-
Initializes the function table.
- init() - Method in class mondrian.olap.Scanner
-
Initialize the scanner
- init(boolean) - Method in class mondrian.olap.QueryTiming
-
Initializes (or re-initializes) a query timing, also setting whether enabled.
- init(ServletConfig) - Method in class mondrian.web.servlet.MdxQueryServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- init(ServletConfig) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- init(ServletConfig) - Method in interface mondrian.xmla.XmlaRequestCallback
- init(ServletConfig) - Method in class mondrian.xmla.XmlaServlet
-
Initializes servlet and XML/A handler.
- init(ServletContextEvent) - Method in class mondrian.web.taglib.ApplResources
- init(Element) - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- init_actions() - Method in class mondrian.olap.Parser
-
Action encapsulation object initializer.
- initCache() - Static method in class mondrian.rolap.agg.SegmentCacheWorker
-
Instantiates a cache.
- initCallbacks(ServletConfig) - Method in class mondrian.xmla.XmlaServlet
-
Registers callbacks configured in web.xml.
- initCharEncodingHandler(ServletConfig) - Method in class mondrian.xmla.XmlaServlet
-
Initialize character encoding
- INITIAL_PARSE - mondrian.xmla.XmlaServlet.Phase
- initialize() - Method in class mondrian.rolap.aggmatcher.AggTableManager
-
Deprecated.API updated to pass the Mondrian connection properties. See
AggTableManager.initialize(PropertyList)
- initialize(Util.PropertyList) - Method in class mondrian.rolap.aggmatcher.AggTableManager
-
Initializes this object, loading all aggregate tables and associating them with
RolapStar
s. - InlineTable() - Constructor for class mondrian.olap.MondrianDef.InlineTable
- InlineTable(MondrianDef.InlineTable) - Constructor for class mondrian.olap.MondrianDef.InlineTable
-
Convenience constructor.
- InlineTable(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.InlineTable
- input_stream - Variable in class mondrian.parser.MdxParserImplTokenManager
- inputStream - Variable in class mondrian.parser.SimpleCharStream
- InputStream(InputStream) - Constructor for class mondrian.util.Base64.InputStream
-
Constructs a
Base64.InputStream
in DECODE mode. - InputStream(InputStream, int) - Constructor for class mondrian.util.Base64.InputStream
-
Constructs a
Base64.InputStream
in either ENCODE or DECODE mode. - insertIntoCollapsed() - Method in class mondrian.rolap.aggmatcher.AggGen
-
Return the sql code to populate a collapsed dimension table from the fact table.
- insertIntoLost() - Method in class mondrian.rolap.aggmatcher.AggGen
-
Return the sql code to populate a lost dimension table from the fact table.
- instance - Static variable in class mondrian.olap.Category
-
The singleton instance of
Category
. - instance - Static variable in class mondrian.olap.fun.extra.CachedExistsFunDef
- instance - Static variable in class mondrian.olap.fun.extra.CalculatedChildFunDef
- instance - Static variable in class mondrian.olap.Util.SqlNullSafeComparator
- instance - Static variable in class mondrian.rolap.RolapStar.ColumnComparator
- instance() - Static method in class mondrian.olap.Category
-
Returns the singleton instance of
Category
. - instance() - Static method in class mondrian.olap.fun.BuiltinFunTable
-
Returns the singleton, creating if necessary.
- instance() - Static method in class mondrian.olap.fun.GlobalFunTable
- instance() - Static method in class mondrian.olap.MondrianProperties
-
Returns the singleton.
- instance() - Static method in class mondrian.resource.MondrianResource
-
Retrieves the singleton instance of
MondrianResource
. - instance() - Static method in class mondrian.rolap.agg.AggregationManager
-
Deprecated.No longer a singleton, and will be removed in mondrian-4. Use
MondrianServer.getAggregationManager()
. To get a server, callMondrianServer.forConnection(mondrian.olap.Connection)
, passing in a null connection if you absolutely must. - instance() - Static method in class mondrian.rolap.cache.CachePool
-
Returns the singleton.
- instance() - Static method in class mondrian.rolap.DefaultMemberChildrenConstraint
- instance() - Static method in class mondrian.rolap.DefaultTupleConstraint
- instance() - Static method in class mondrian.rolap.format.FormatterFactory
- instance() - Static method in class mondrian.rolap.SqlConstraintFactory
- instance(Locale) - Static method in class mondrian.resource.MondrianResource
-
Retrieves the instance of
MondrianResource
for the given locale. - Instance - mondrian.rolap.RolapConnectionProperties
-
The "Instance" property is the unique identifier of a mondrian server running in the current JVM.
- INSTANCE - Static variable in class mondrian.olap.fun.LevelMembersFunDef
- INSTANCE - Static variable in class mondrian.olap4j.Unsafe
- INSTANCE - Static variable in exception mondrian.rolap.agg.CellRequestQuantumExceededException
- INSTANCE - Static variable in class mondrian.rolap.CellKey.Zero
- INSTANCE - Static variable in class mondrian.server.MondrianServerRegistry
- INSTANCE - Static variable in class mondrian.spi.impl.CatalogLocatorImpl
- INSTANCE - Static variable in interface mondrian.util.ClassResolver
-
Default resolver.
- INSTANCE - Static variable in class mondrian.xmla.XmlaUtil.ElementNameEncoder
- instantiateSafe(String, Object...) - Method in class mondrian.util.ClassResolver.AbstractClassResolver
- instantiateSafe(String, Object...) - Method in interface mondrian.util.ClassResolver
-
Instantiates a class and constructs an instance using the given arguments.
- inStr(int, String, String) - Static method in class mondrian.olap.fun.vba.Vba
- inStr(int, String, String, int) - Static method in class mondrian.olap.fun.vba.Vba
- inStr(String, String) - Static method in class mondrian.olap.fun.vba.Vba
- inStrRev(String, String) - Static method in class mondrian.olap.fun.vba.Vba
- inStrRev(String, String, int) - Static method in class mondrian.olap.fun.vba.Vba
- inStrRev(String, String, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- INT - mondrian.rolap.SqlStatement.Type
- int_(Object) - Static method in class mondrian.olap.fun.vba.Vba
- Integer - mondrian.spi.Dialect.Datatype
- Integer - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- Integer - Static variable in class mondrian.olap.Category
-
Integer
is an integer expression. - IntegerCalc - Interface in mondrian.calc
-
Compiled expression whose result is an
int
. - IntegerNull - Static variable in class mondrian.olap.fun.FunUtil
-
Special value which indicates that an
int
computation has returned the MDX null value. - INTERBASE - mondrian.spi.Dialect.DatabaseProduct
- InterbaseDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Interbase database. - InterbaseDialect(Connection) - Constructor for class mondrian.spi.impl.InterbaseDialect
-
Creates an InterbaseDialect.
- Intercept - Static variable in class mondrian.olap.fun.LinReg
- InterceptFunDef(FunDef) - Constructor for class mondrian.olap.fun.LinReg.InterceptFunDef
- interfaceName - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- Internal - mondrian.olap.Syntax
-
Defines syntax for expression generated by the Mondrian system which cannot be specified syntactically.
- Internal - Variable in class mondrian.resource.MondrianResource
-
Internal
is 'Internal error: {0}
' - internalType - Variable in class mondrian.olap.MondrianDef.Level
- intersect(SortedSet<E>, SortedSet<E>) - Static method in class mondrian.olap.Util
-
Returns the intersection of two sorted sets.
- intersect(StarColumnPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
- intersect(StarColumnPredicate) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- intersect(StarColumnPredicate) - Method in class mondrian.rolap.agg.MinusStarPredicate
- intersect(StarColumnPredicate) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- intersect(StarColumnPredicate) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- intersect(StarColumnPredicate) - Method in interface mondrian.rolap.StarColumnPredicate
-
Applies this predicate to a predicate from the axis of a segment, and tests for overlap.
- intersectRegion(String, ByteString, String, String, String, SegmentColumn[]) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Finds a list of headers that intersect a given region.
- intersectRegion(String, ByteString, String, String, String, SegmentColumn[]) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- intersects(BitKey) - Method in class mondrian.rolap.BitKey.Big
- intersects(BitKey) - Method in interface mondrian.rolap.BitKey
-
Returns whether this BitKey has any bits in common with a given BitKey.
- intersects(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- intersects(BitKey) - Method in class mondrian.rolap.BitKey.Small
- InUdf - Class in mondrian.udf
-
User-defined function
IN
. - InUdf() - Constructor for class mondrian.udf.InUdf
- InvalidArgumentException - Exception in mondrian.olap
-
Exception which indicates that an argument is invalid
- InvalidArgumentException(String) - Constructor for exception mondrian.olap.InvalidArgumentException
-
Creates a InvalidArgumentException.
- InvalidAxis - Variable in class mondrian.resource.MondrianResource
-
InvalidAxis
is 'Invalid axis specification.
- InvalidHierarchyCondition - Variable in class mondrian.resource.MondrianResource
-
InvalidHierarchyCondition
is 'Hierarchy ''{0}'' is invalid (has no members)
' - InvalidHierarchyException - Exception in mondrian.olap
-
Exception which indicates that a Cube is invalid because there is a hierarchy with no members.
- InvalidHierarchyException(String) - Constructor for exception mondrian.olap.InvalidHierarchyException
-
Creates a InvalidHierarchyException.
- InvalidInsertLine - Variable in class mondrian.resource.MondrianResource
-
InvalidInsertLine
is 'Input line is not a valid INSERT statement; line {0,number}: {1}.
' - InverseNormalUdf - Class in mondrian.udf
-
A user-defined function which returns the inverse normal distribution value of its argument.
- InverseNormalUdf() - Constructor for class mondrian.udf.InverseNormalUdf
- invoke(Object, Method, Object[]) - Method in class mondrian.util.DelegatingInvocationHandler
- iPmt(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- iPmt(double, double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- iPmt(double, double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- IRR(double[]) - Static method in class mondrian.olap.fun.vba.Vba
- IRR(double[], double) - Static method in class mondrian.olap.fun.vba.Vba
- IS - Static variable in interface mondrian.olap.ParserSym
- IS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- isAggregate() - Method in class mondrian.rolap.agg.AbstractQuerySpec
- isAggregationChanged(AggregationKey) - Method in interface mondrian.spi.DataSourceChangeListener
-
Deprecated.Checks if the given aggregation has changed since the previous time this function was called.
- isAggregationChanged(AggregationKey) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl
- isAggregationChanged(AggregationKey) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl2
- isAggregationChanged(AggregationKey) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl3
- isAggregationChanged(AggregationKey) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl4
- isAll() - Method in interface mondrian.olap.Level
- isAll() - Method in class mondrian.olap.LevelBase
- isAll() - Method in interface mondrian.olap.Member
-
Returns whether this is the 'all' member.
- isAll() - Method in class mondrian.olap.MemberBase
- isAll() - Method in class mondrian.rolap.DelegatingRolapMember
- isAll() - Method in class mondrian.rolap.RolapLevel
- isAllMember() - Method in class mondrian.rolap.DelegatingRolapMember
- isAllMember() - Method in interface mondrian.rolap.RolapMember
-
Deprecated.will be removed in mondrian-4.0
- isAllMember() - Method in class mondrian.rolap.RolapMemberBase
-
Deprecated.Use
MemberBase.isAll()
; will be removed in mondrian-4.0 - isAllowHints() - Method in class mondrian.rolap.SqlTupleReader
- isAncestorOf(Member, Member, boolean) - Static method in class mondrian.olap.fun.FunUtil
-
Returns whether
m0
is an ancestor ofm1
. - isArray(Object) - Method in class mondrian.olap.fun.vba.Vba
- isBlank(String) - Static method in class mondrian.olap.Util
-
Checks if a String is whitespace, empty ("") or null.
- isCacheAggregations() - Method in class mondrian.rolap.RolapCube
-
Returns true if this Cube is either virtual or if the Cube's RolapStar is caching aggregates.
- isCalculated() - Method in interface mondrian.olap.Member
-
Returns whether this member is computed using either a
with member
clause in an mdx query or a calculated member defined in cube. - isCalculated() - Method in class mondrian.olap.MemberBase
- isCalculated() - Method in class mondrian.rolap.DelegatingRolapMember
- isCalculated() - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- isCalculatedInQuery() - Method in interface mondrian.olap.Member
-
Returns whether this member is computed from a
WITH MEMBER
clause in an MDX query. - isCalculatedInQuery() - Method in class mondrian.rolap.DelegatingRolapMember
- isCalculatedInQuery() - Method in class mondrian.rolap.RolapCalculatedMember
- isCalculatedInQuery() - Method in class mondrian.rolap.RolapMemberBase
- isCancelled() - Method in class mondrian.util.CompletedFuture
- isCancelled() - Method in class mondrian.util.SlotFuture
- isCancelOrTimeout() - Method in class mondrian.server.Execution
-
Returns whether this execution is currently in a failed state and will throw an exception as soon as the next check is performed using
Execution.checkCancelOrTimeout()
. - isCellProperty() - Method in class mondrian.olap.Property
-
Returns whether this property is a standard cell property.
- isCellPropertyEmpty() - Method in class mondrian.olap.Query
-
Checks whether any cell property present in the query
- isChildOrEqualTo(String) - Method in class mondrian.olap.MemberBase
-
Returns whether this
Member
's unique name is equal to, a child of, or a descendent of a member whose unique name isuniqueName
. - isChildOrEqualTo(Member) - Method in interface mondrian.olap.Member
-
Returns whether
member
is equal to, a child, or a descendent of thisMember
. - isChildOrEqualTo(Member) - Method in class mondrian.olap.MemberBase
- isChildOrEqualTo(Member) - Method in class mondrian.rolap.DelegatingRolapMember
- isClosed() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- isCollapsed() - Method in class mondrian.olap.MondrianDef.AggLevel
- isCollapsed() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
- isCommitted() - Method in class mondrian.tui.MockHttpServletResponse
-
Returns a boolean indicating if the response has been committed.
- isDatabase(Dialect.DatabaseProduct, Connection) - Static method in class mondrian.spi.impl.JdbcDialectImpl
-
Helper method to determine if a connection would work with a given database product.
- isDate(Object) - Static method in class mondrian.olap.fun.vba.Vba
- isDirty() - Method in class mondrian.rolap.FastBatchingCellReader
-
Returns whether this reader has told a lie.
- isDisjointSlicerTuple() - Method in class mondrian.rolap.RolapEvaluator
- isDisjointTuple(TupleList) - Static method in class mondrian.rolap.SqlConstraintUtils
- isDistinct() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
- isDistinct() - Method in class mondrian.rolap.RolapAggregator
- isDone() - Method in class mondrian.server.Execution
-
Tells whether this execution is done executing.
- isDone() - Method in class mondrian.util.CompletedFuture
- isDone() - Method in class mondrian.util.SlotFuture
- isDrillable(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- isDrillable(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns whether a member has visible children.
- isDrillable(Member) - Method in class mondrian.rolap.RolapSchemaReader
- isDrillThrough() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
- isDrillThrough() - Method in interface mondrian.xmla.XmlaRequest
-
Indicate whether statement is a drill through statement of EXECUTE method.
- isDynamic() - Method in interface mondrian.olap.NamedSet
-
Returns whether this named set is dynamic.
- isDynamic() - Method in class mondrian.olap.Query.ScopedNamedSet
- isDynamic() - Method in class mondrian.olap.SetBase
- isEmpty() - Method in class mondrian.olap.Util.AbstractFlatList
- isEmpty() - Method in class mondrian.rolap.BitKey.Big
- isEmpty() - Method in interface mondrian.rolap.BitKey
-
Returns true if this
BitKey
contains no bits that are set totrue
. - isEmpty() - Method in class mondrian.rolap.BitKey.Mid128
- isEmpty() - Method in class mondrian.rolap.BitKey.Small
- isEmpty() - Static method in class mondrian.server.Locus
- isEmpty() - Method in class mondrian.util.CacheMap
- isEmpty() - Method in class mondrian.util.ConcatenableList
- isEmpty() - Method in class mondrian.util.FilteredIterableList
- isEmpty() - Method in class mondrian.util.UnsupportedList
- isEmpty(String) - Static method in class mondrian.olap.Util
-
Returns whether a string is null or empty.
- isEmptyCrossJoinArg() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
-
Returns whether the input CJ arg is empty.
- isEnabled() - Method in class mondrian.olap.MondrianDef.Cube
- isEnabled() - Method in class mondrian.olap.MondrianDef.VirtualCube
- isEnabled() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- isError() - Method in interface mondrian.olap.Cell
-
Returns whether the cell's calculation returned an error.
- isError() - Method in class mondrian.rolap.RolapCell
- isError(Object) - Method in class mondrian.olap.fun.vba.Vba
- isEvalAxes() - Method in interface mondrian.olap.Evaluator
- isEvalAxes() - Method in class mondrian.rolap.RolapEvaluator
- isEvaluated() - Method in interface mondrian.olap.Member
-
Returns whether this member should be evaluated within the Evaluator.
- isEvaluated() - Method in class mondrian.olap.MemberBase
- isEvaluated() - Method in class mondrian.rolap.DelegatingRolapMember
- isEvaluated() - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- isEvaluated() - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- isExact() - Method in enum mondrian.olap.MatchType
-
Return true if either Exact or Exact Schema value is selected.
- isExcluded(Object[]) - Method in class mondrian.rolap.agg.Segment
-
Returns whether a cell value is excluded from this segment.
- isFilter() - Method in interface mondrian.olap.AxisOrdinal
-
Returns whether this is the filter (slicer) axis.
- isFilter() - Method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
- isFullyCollapsed() - Method in class mondrian.rolap.aggmatcher.AggStar
-
Returns true if every level column in the AggStar is collapsed.
- isFunCall(String) - Method in class mondrian.olap.Parser
-
Returns whether the given identifier can possibly the name of an operator with property syntax.
- isFunky() - Method in class mondrian.rolap.RolapStar.Table
-
Note: I do not think that this is ever true.
- isHidden() - Method in interface mondrian.olap.Member
-
Returns whether this member is 'hidden', as per the rules which define a ragged hierarchy.
- isHidden() - Method in class mondrian.olap.MemberBase
- isHidden() - Method in class mondrian.rolap.DelegatingRolapMember
- isHidden() - Method in class mondrian.rolap.RolapMemberBase
- isHierarchyAllowed(Hierarchy) - Method in class mondrian.olap.CubeAccess
- isHierarchyChanged(RolapHierarchy) - Method in interface mondrian.spi.DataSourceChangeListener
-
Deprecated.Checks if the given hierarchy has changed since the previous time this function was called.
- isHierarchyChanged(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl
- isHierarchyChanged(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl2
- isHierarchyChanged(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl3
- isHierarchyChanged(RolapHierarchy) - Method in class mondrian.spi.impl.DataSourceChangeListenerImpl4
- isHierarchyParentChild(Hierarchy) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- isHighCardinality() - Method in interface mondrian.olap.Dimension
-
Returns whether the dimension should be considered as a "high cardinality" or "low cardinality" according to cube definition.
- isHighCardinality() - Method in class mondrian.olap.DimensionBase
- isIgnoreCase() - Method in class mondrian.olap.MondrianDef.AggExclude
- isIgnoreCase() - Method in class mondrian.olap.MondrianDef.AggTable
- isIgnoreCase() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Return true if this name/pattern matching ignores case.
- isImmutable() - Method in class mondrian.olap.EnumeratedValues
- isInfobright(DatabaseMetaData) - Static method in class mondrian.spi.impl.MySqlDialect
-
Detects whether this database is Infobright.
- isInstance(Object) - Method in class mondrian.olap.type.BooleanType
- isInstance(Object) - Method in class mondrian.olap.type.CubeType
- isInstance(Object) - Method in class mondrian.olap.type.DateTimeType
- isInstance(Object) - Method in class mondrian.olap.type.DimensionType
- isInstance(Object) - Method in class mondrian.olap.type.HierarchyType
- isInstance(Object) - Method in class mondrian.olap.type.LevelType
- isInstance(Object) - Method in class mondrian.olap.type.MemberType
- isInstance(Object) - Method in class mondrian.olap.type.NumericType
- isInstance(Object) - Method in class mondrian.olap.type.ScalarType
- isInstance(Object) - Method in class mondrian.olap.type.SetType
- isInstance(Object) - Method in class mondrian.olap.type.StringType
- isInstance(Object) - Method in class mondrian.olap.type.TupleType
- isInstance(Object) - Method in interface mondrian.olap.type.Type
-
Returns whether a value is valid for a type.
- isInternal() - Method in class mondrian.olap.Property
-
Returns whether this property is for system use only.
- isJoinRequired() - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
-
Returns whether a join with the fact table is required.
- isJoinRequired() - Method in class mondrian.rolap.SqlContextConstraint
-
Returns whether a join with the fact table is required.
- isLevelUnique(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- isLoadInProgress() - Method in class mondrian.rolap.RolapCube
- isLocal() - Method in interface mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent
-
Tells whether or not this event was a local event or an event triggered by an operation on a remote node.
- isMeasure() - Method in class mondrian.olap.LevelBase
- isMeasure() - Method in interface mondrian.olap.Member
-
Returns whether this is a member of the measures dimension.
- isMeasure() - Method in class mondrian.olap.MemberBase
- isMeasure() - Method in class mondrian.rolap.DelegatingRolapMember
- isMeasures() - Method in interface mondrian.olap.Dimension
-
Returns whether this is the
[Measures]
dimension. - isMeasures() - Method in class mondrian.olap.DimensionBase
- isMember() - Method in class mondrian.olap.Formula
- isMemberProperty() - Method in class mondrian.olap.Property
-
Returns whether this property is a standard member property.
- isMissing(Object) - Method in class mondrian.olap.fun.vba.Vba
- isModifiable() - Method in class mondrian.mdx.ParameterExpr
-
Returns whether the parameter can be modified.
- isModifiable() - Method in interface mondrian.olap.Parameter
-
Returns whether the value of this Parameter can be modified in a query.
- isModifiable() - Method in class mondrian.olap.ParameterImpl
-
Returns whether the parameter can be modified.
- isModifiable() - Method in class mondrian.rolap.RolapSchemaParameter
- isMultiLevelSlicerTuple() - Method in class mondrian.rolap.RolapEvaluator
- isMutable() - Method in class mondrian.olap.RoleImpl
-
Returns whether modifications are possible.
- isMutable() - Method in class mondrian.rolap.MemberCacheHelper
- isMutable() - Method in class mondrian.rolap.MemberNoCacheHelper
- isMutable() - Method in class mondrian.rolap.NoCacheMemberReader
- isNameColumn() - Method in class mondrian.rolap.RolapStar.Column
- isNameEquals(String) - Method in class mondrian.olap.CellProperty
-
checks whether cell property is equals to passed parameter.
- isNonEmpty() - Method in interface mondrian.olap.Evaluator
-
Returns true for an axis that is NON EMPTY.
- isNonEmpty() - Method in class mondrian.olap.QueryAxis
-
Returns whether the axis has the
NON EMPTY
property set. - isNonEmpty() - Method in class mondrian.rolap.RolapEvaluator
- isNull() - Method in interface mondrian.olap.Cell
-
Returns whether the cell's value is null.
- isNull() - Method in interface mondrian.olap.Member
-
Returns whether this is the 'null member'.
- isNull() - Method in class mondrian.olap.MemberBase
- isNull() - Method in class mondrian.rolap.DelegatingRolapMember
- isNull() - Method in class mondrian.rolap.RolapCell
- isNull(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- isNull(Object) - Method in class mondrian.olap.fun.vba.Vba
- isNull(Object) - Static method in class mondrian.olap.Util
- isNull(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Returns whether the cell at a given coordinate is null.
- isNullable() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
False means the column definitely does not allow NULL values.
- isNumeric() - Method in enum mondrian.olap.Property.Datatype
- isNumeric() - Method in enum mondrian.spi.Dialect.Datatype
-
Returns whether this is a numeric datatype.
- isNumeric(Object) - Method in class mondrian.olap.fun.vba.Vba
- isObject(Object) - Method in class mondrian.olap.fun.vba.Vba
- isOnSameHierarchyChain(Member) - Method in interface mondrian.olap.Member
-
Returns true if this member is on the same hierarchy chain as
otherMember
. - isOnSameHierarchyChain(Member) - Method in class mondrian.olap.MemberBase
- isOnSameHierarchyChain(Member) - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- isOnSameHierarchyChainInternal(MemberBase) - Method in class mondrian.olap.MemberBase
- isOnSameHierarchyChainInternal(MemberBase) - Method in class mondrian.rolap.RolapResult.CompoundSlicerRolapMember
- isOrdered() - Method in class mondrian.olap.QueryAxis
-
Returns whether the axis has the
ORDER
property set. - isOrdered() - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Whether to add an ORDER BY clause to make results deterministic.
- isParam(String) - Static method in class mondrian.tui.CmdRunner
- isParameterSet() - Method in interface mondrian.calc.ParameterSlot
-
Returns whether the parameter has been assigned a value.
- isParentChild() - Method in class mondrian.rolap.RolapLevel
-
Returns whether this level is parent-child.
- isParentChildLeaf() - Method in interface mondrian.olap.Member
- isParentChildLeaf() - Method in class mondrian.olap.MemberBase
- isParentChildLeaf() - Method in class mondrian.rolap.DelegatingRolapMember
- isParentChildLeaf() - Method in class mondrian.rolap.RolapMemberBase
- isParentChildPhysicalMember() - Method in interface mondrian.olap.Member
- isParentChildPhysicalMember() - Method in class mondrian.olap.MemberBase
- isParentChildPhysicalMember() - Method in class mondrian.rolap.DelegatingRolapMember
- isPartOfSelect(RolapStar.Column) - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Allows subclasses to specify if a given column must be returned as part of the result set, in the select clause.
- isPartOfSelect(RolapStar.Measure) - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Allows subclasses to specify if a given column must be returned as part of the result set, in the select clause.
- isPreferInterpreter(boolean) - Method in interface mondrian.rolap.sql.CrossJoinArg
- isPreferInterpreter(boolean) - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
- isPreferInterpreter(boolean) - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- isPreferInterpreter(CrossJoinArg[], boolean) - Method in class mondrian.rolap.RolapNativeSet
-
Tests whether non-native evaluation is preferred for the given arguments.
- isPrivate() - Method in class mondrian.rolap.HierarchyUsage
- isProperty(String) - Method in class mondrian.olap.fun.FunTableImpl
- isProperty(String) - Method in interface mondrian.olap.FunTable
-
Returns whether a string is a property-style (postfix) operator.
- isProperty(String) - Static method in class mondrian.tui.CmdRunner
- isPropertyInternal(Property) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- isRagged() - Method in class mondrian.olap.HierarchyBase
- isRagged() - Method in class mondrian.rolap.RolapHierarchy
-
A hierarchy is ragged if it contains one or more levels with hidden members.
- isReadOnly() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- isReady() - Method in class mondrian.rolap.aggmatcher.AggGen
-
Return true if this instance is ready to generate the sql.
- isRegistered() - Method in interface mondrian.util.LockBox.Entry
-
Returns whether the entry is still valid.
- isRequestedSessionIdFromCookie() - Method in class mondrian.tui.MockHttpServletRequest
-
Checks whether the requested session ID came in as a cookie.
- isRequestedSessionIdFromUrl() - Method in class mondrian.tui.MockHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class mondrian.tui.MockHttpServletRequest
-
Checks whether the requested session ID came in as part of the request URL.
- isRequestedSessionIdValid() - Method in class mondrian.tui.MockHttpServletRequest
-
Checks whether the requested session ID is still valid.
- isReserved(String) - Method in class mondrian.olap.fun.FunTableImpl
- isReserved(String) - Method in interface mondrian.olap.FunTable
-
Returns whether a string is a reserved word.
- isResultCache() - Method in class mondrian.web.taglib.QueryTag
- isSatisfiable() - Method in class mondrian.rolap.CompoundPredicateInfo
- isScalar(int) - Static method in class mondrian.olap.Category
-
Returns whether a category represents a scalar type.
- isScenario(Hierarchy) - Static method in class mondrian.rolap.ScenarioImpl
-
Returns whether a hierarchy is the [Scenario] hierarchy.
- isSecure() - Method in class mondrian.tui.MockHttpServletRequest
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSet() - Method in interface mondrian.olap.Parameter
-
Returns whether the value of this parameter has been set.
- isSet() - Method in class mondrian.olap.ParameterImpl
- isSet() - Method in class mondrian.rolap.RolapSchemaParameter
- isSet(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Returns whether a type is a set type.
- isShared() - Method in class mondrian.rolap.HierarchyUsage
- isSimple() - Method in class mondrian.rolap.RolapLevel
-
Indicates that level is not ragged and not a parent/child level.
- isSorted(List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
-
Returns true if every element of
members
is not null and is strictly less than the following element; false otherwise. - isSorted(List<T>) - Static method in class mondrian.olap.Util
-
Returns whether a list is strictly sorted.
- isStale() - Method in interface mondrian.olap.MondrianPropertiesBase.PropertySource
-
Returns true if the source exists and has been modified since last time we called
MondrianPropertiesBase.PropertySource.openStream()
. - isStandard() - Method in class mondrian.olap.Property
-
Returns whether this property is standard.
- isSubset(SegmentHeader, Segment) - Static method in class mondrian.rolap.agg.SegmentBuilder
-
Tells if the passed segment is a subset of this segment and could be used for a rollup in cache operation.
- isSuperSet(Member[], Member[]) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
-
Returns whether tuple1 is a superset of tuple2.
- isSuperSetOf(BitKey) - Method in class mondrian.rolap.BitKey.Big
- isSuperSetOf(BitKey) - Method in interface mondrian.rolap.BitKey
-
Is every bit set in the parameter
bitKey
also set inthis
. - isSuperSetOf(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- isSuperSetOf(BitKey) - Method in class mondrian.rolap.BitKey.Small
- isSupported() - Method in class mondrian.rolap.sql.SqlQuery
- isSupportedCalculatedMember(Member) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Check to see if this is in a list of supported calculated members.
- isSupportedExpressionForCalculatedMember(Exp) - Static method in class mondrian.rolap.SqlConstraintUtils
- isText(int) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Returns true if the parameter is a java.sql.Type text type.
- isTime() - Method in enum mondrian.olap.LevelType
-
Deprecated.Returns whether this is a time level.
- isTraceEnabled() - Method in interface mondrian.olap.CacheControl
-
Tells if tracing is enabled.
- isTraceEnabled() - Method in class mondrian.rolap.CacheControlImpl
- isUnionCompatible(Type, Type) - Static method in class mondrian.olap.type.TypeUtil
-
Returns whether this type is union-compatible with another.
- isUnique() - Method in class mondrian.rolap.RolapLevel
- isUniqueColumnType(Set<JdbcSchema.UsageType>) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Determine if the parameter represents a single column type, i.e., the column only has one usage.
- isUnsatisfiable() - Method in class mondrian.rolap.agg.CellRequest
-
Returns whether this cell request is impossible to satisfy.
- isUserInRole(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUsingCubeFact() - Method in class mondrian.rolap.RolapCubeHierarchy
- isValid(boolean) - Method in class mondrian.util.PartiallyOrderedSet
-
Checks internal consistency of this lattice.
- isValid(int) - Method in class mondrian.olap.EnumeratedValues
-
Returns whether
ordinal
is valid for this enumeration. - isValidContext(Evaluator, boolean) - Static method in class mondrian.rolap.SqlContextConstraint
- isValidContext(Evaluator, boolean, Level[], boolean) - Static method in class mondrian.rolap.SqlContextConstraint
- isValidProperty(String, Level) - Static method in class mondrian.olap.Util
-
Returns whether a property is valid for a member of a given level.
- isValidXsdInt(long) - Static method in class mondrian.xmla.XmlaHandler
- isVirtual() - Method in class mondrian.rolap.HierarchyUsage
- isVirtual() - Method in class mondrian.rolap.RolapCube
-
Returns whether this cube is virtual.
- isVisible() - Method in interface mondrian.olap.OlapElement
-
Returns whether this element is visible to end-users.
- isVisible() - Method in class mondrian.olap.OlapElementBase
- isVisible() - Method in class mondrian.olap.Query.ScopedNamedSet
- isVisible(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- isVisible(Member) - Method in interface mondrian.olap.SchemaReader
-
Returns whether a member is visible.
- isVisible(Member) - Method in class mondrian.rolap.RolapSchemaReader
- isWrapperFor(Class<?>) - Method in interface mondrian.calc.Calc
- isWrapperFor(Class<?>) - Method in class mondrian.calc.impl.AbstractCalc
-
Default implementation just does 'instanceof TargetClass'.
- isWrapperFor(Class<?>) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- isXsltCache() - Method in class mondrian.web.taglib.TransformTag
- iter0(Iterable<Triple<T0, T1, T2>>) - Static method in class mondrian.util.Triple
-
Returns an iterable over the slice #0 of an iterable.
- iter1(Iterable<Triple<T0, T1, T2>>) - Static method in class mondrian.util.Triple
-
Returns an iterable over the slice #1 of an iterable.
- iter2(Iterable<Triple<T0, T1, T2>>) - Static method in class mondrian.util.Triple
-
Returns an iterable over the slice #2 of an iterable.
- ITERABLE - mondrian.calc.ResultStyle
-
Indicates that the expression returns its result as an Iterable which must not be modified by the caller.
- ITERABLE_ANY - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_LIST - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_LIST_MUTABLELIST - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_LIST_MUTABLELIST_ANY - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_MUTABLELIST - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_MUTABLELIST_LIST - Static variable in enum mondrian.calc.ResultStyle
- ITERABLE_ONLY - Static variable in enum mondrian.calc.ResultStyle
- IterableListCalc - Class in mondrian.calc.impl
- IterableListCalc(IterCalc) - Constructor for class mondrian.calc.impl.IterableListCalc
-
Creates an IterableListCalc.
- IterationLimit - Variable in class mondrian.olap.MondrianProperties
-
Integer property indicating the maximum number of iterations allowed when iterating over members to compute aggregates.
- IterationLimitExceeded - Variable in class mondrian.resource.MondrianResource
-
IterationLimitExceeded
is 'Number of iterations exceeded limit of {0,number}
' - Iterations - Variable in class mondrian.olap.MondrianProperties
-
Not documented.
- iterator() - Method in class mondrian.calc.impl.AbstractTupleIterable
- iterator() - Method in class mondrian.calc.impl.AbstractTupleList
- iterator() - Method in class mondrian.calc.impl.UnaryTupleList
- iterator() - Method in class mondrian.olap.Util.AbstractFlatList
- iterator() - Method in class mondrian.olap.Util.PropertyList
- iterator() - Method in class mondrian.rolap.BitKey.Big
- iterator() - Method in interface mondrian.rolap.BitKey
-
An Iterator over the bit positions.
- iterator() - Method in class mondrian.rolap.BitKey.Mid128
- iterator() - Method in class mondrian.rolap.BitKey.Small
-
To say that I am happy about this algorithm (or the variations of the algorithm used for the Mid128 and Big BitKey implementations) would be a stretch.
- iterator() - Method in class mondrian.util.ArraySortedSet
- iterator() - Method in class mondrian.util.CartesianProductList
- iterator() - Method in class mondrian.util.ConcatenableList
- iterator() - Method in class mondrian.util.IteratorIterable
- iterator() - Method in class mondrian.util.ObjectPool
-
Returns an Iterator of this
ObjectPool
. - iterator() - Method in class mondrian.util.PartiallyOrderedSet
- iterator() - Method in class mondrian.util.TraversalList
- iterator() - Method in class mondrian.util.UnsupportedList
- iterator(TupleCursor) - Static method in class mondrian.calc.TupleCollections
-
Adapts a
TupleCursor
into aTupleIterator
. - iteratorImpl() - Method in class mondrian.rolap.cache.HardSmartCache
- iteratorImpl() - Method in class mondrian.rolap.cache.SmartCacheImpl
-
Must provide an iterator on the contents of the cache.
- iteratorImpl() - Method in class mondrian.rolap.cache.SoftSmartCache
- IteratorIterable<E> - Class in mondrian.util
-
Iterable over an iterator.
- IteratorIterable(Iterator<E>) - Constructor for class mondrian.util.IteratorIterable
-
Creates an IteratorIterable.
- IterCalc - Interface in mondrian.calc
-
Expression that evaluates a set of tuples to a
TupleIterable
. - Itr() - Constructor for class mondrian.util.UnsupportedList.Itr
- ItrUnknownSize() - Constructor for class mondrian.util.UnsupportedList.ItrUnknownSize
J
- JavaccParserValidatorImpl - Class in mondrian.parser
-
Default implementation of
MdxParserValidator
, using the JavaCC parser generator. - JavaccParserValidatorImpl() - Constructor for class mondrian.parser.JavaccParserValidatorImpl
-
Creates a JavaccParserValidatorImpl.
- JavaccParserValidatorImpl(MdxParserValidator.QueryPartFactory) - Constructor for class mondrian.parser.JavaccParserValidatorImpl
-
Creates a JavaccParserValidatorImpl with an explicit factory for parse tree nodes.
- JavaDoubleOverflow - Variable in class mondrian.resource.MondrianResource
-
JavaDoubleOverflow
is 'Big decimal value in ''{0}'' exceeds double size.
' - JavaFunDef - Class in mondrian.olap.fun
-
MDX function which is implemented by a Java method.
- JavaFunDef(String, String, Syntax, int, int[], Method) - Constructor for class mondrian.olap.fun.JavaFunDef
-
Creates a JavaFunDef.
- JavaFunDef.Description - Annotation Type in mondrian.olap.fun
-
Annotation which allows you to tag a Java method with the description of the MDX function it implements.
- JavaFunDef.FunctionName - Annotation Type in mondrian.olap.fun
-
Annotation which allows you to tag a Java method with the name of the MDX function it implements.
- JavaFunDef.Signature - Annotation Type in mondrian.olap.fun
-
Annotation which allows you to tag a Java method with the signature of the MDX function it implements.
- JavaFunDef.SyntaxDef - Annotation Type in mondrian.olap.fun
-
Annotation which allows you to tag a Java method with the syntax of the MDX function it implements.
- JAVASCRIPT - mondrian.spi.impl.Scripts.ScriptLanguage
- Jdbc - mondrian.rolap.RolapConnectionProperties
-
The "Jdbc" property is the URL of the JDBC database where the data is stored.
- JDBC_LOCALE - Static variable in class mondrian.xmla.XmlaHandler
-
Name of property used by JDBC to hold locale.
- jdbcCompliant() - Method in class mondrian.olap4j.MondrianOlap4jDriver
- JdbcConnectionUuid - mondrian.rolap.RolapConnectionProperties
-
The "JdbcConnectionUuid" property is the unique identifier for the underlying JDBC connection.
- JdbcDialectFactory - Class in mondrian.spi.impl
-
Implementation of
DialectFactory
for subclasses ofJdbcDialectImpl
. - JdbcDialectFactory(Class<? extends JdbcDialectImpl>, Dialect.DatabaseProduct) - Constructor for class mondrian.spi.impl.JdbcDialectFactory
-
Creates a JdbcDialectFactory.
- JdbcDialectImpl - Class in mondrian.spi.impl
-
Implementation of
Dialect
based on a JDBC connection and metadata. - JdbcDialectImpl() - Constructor for class mondrian.spi.impl.JdbcDialectImpl
- JdbcDialectImpl(Connection) - Constructor for class mondrian.spi.impl.JdbcDialectImpl
-
Creates a JdbcDialectImpl.
- JdbcDrivers - mondrian.rolap.RolapConnectionProperties
-
The "JdbcDrivers" property is a comma-separated list of JDBC driver classes, for example,
"sun.jdbc.odbc.JdbcOdbcDriver,oracle.jdbc.OracleDriver"
. - JdbcDrivers - Variable in class mondrian.olap.MondrianProperties
-
Property containing a list of JDBC drivers to load automatically.
- JdbcFactoryClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the JdbcSchema factory class which determines the list of tables and columns of a specific datasource.
- JdbcPassword - mondrian.rolap.RolapConnectionProperties
-
The "JdbcPassword" property is the password to log on to the JDBC database.
- JdbcPropertyPrefix - Static variable in enum mondrian.rolap.RolapConnectionProperties
-
Any property beginning with this value will be added to the JDBC connection properties, after removing this prefix.
- JdbcSchema - Class in mondrian.rolap.aggmatcher
-
Metadata gleaned from JDBC about the tables and columns in the star schema.
- JdbcSchema(DataSource) - Constructor for class mondrian.rolap.aggmatcher.JdbcSchema
- JdbcSchema.Factory - Interface in mondrian.rolap.aggmatcher
- JdbcSchema.StdFactory - Class in mondrian.rolap.aggmatcher
- JdbcSchema.Table - Class in mondrian.rolap.aggmatcher
-
A table in a database.
- JdbcSchema.Table.Column - Class in mondrian.rolap.aggmatcher
-
A column in a table.
- JdbcSchema.Table.Column.Usage - Class in mondrian.rolap.aggmatcher
-
A usage of a column.
- JdbcSchema.UsageType - Enum in mondrian.rolap.aggmatcher
-
Enumeration of ways that an aggregate table can use a column.
- JdbcStatisticsProvider - Class in mondrian.spi.impl
-
Implementation of
StatisticsProvider
that uses JDBC metadata calls to count rows and distinct values. - JdbcStatisticsProvider() - Constructor for class mondrian.spi.impl.JdbcStatisticsProvider
- JdbcUser - mondrian.rolap.RolapConnectionProperties
-
The "JdbcUser" property is the name of the user to log on to the JDBC database.
- JdbcVersion - Static variable in class mondrian.olap.Util
-
What version of JDBC? Returns: 0x0401 in JDK 1.7 and higher 0x0400 in JDK 1.6 0x0300 otherwise
- jj_nt - Variable in class mondrian.parser.MdxParserImpl
-
Next token.
- jjFillToken() - Method in class mondrian.parser.MdxParserImplTokenManager
- jjnewLexState - Static variable in class mondrian.parser.MdxParserImplTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class mondrian.parser.MdxParserImplTokenManager
-
Token literal values.
- JndiDataSourceResolver - Class in mondrian.spi.impl
-
Implementation of
DataSourceResolver
that looks up a data source using JNDI. - JndiDataSourceResolver() - Constructor for class mondrian.spi.impl.JndiDataSourceResolver
-
Public constructor, required for plugin instantiation.
- Join() - Constructor for class mondrian.olap.MondrianDef.Join
- Join(String, String, MondrianDef.RelationOrJoin, String, String, MondrianDef.RelationOrJoin) - Constructor for class mondrian.olap.MondrianDef.Join
-
Convenience constructor.
- Join(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Join
- joinExp - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- joinLevelTableToFactTable(SqlQuery, RolapCube, AggStar, Evaluator, RolapCubeLevel) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Ensures that the table of
level
is joined to the fact table - JSON - mondrian.xmla.Enumeration.ResponseMimeType
- JVM_INSTANCE_UUID - Static variable in class mondrian.olap.Util
-
Unique id for this JVM instance.
- jvmHeapBytesCommitted - Variable in class mondrian.server.monitor.ServerInfo
- jvmHeapBytesMax - Variable in class mondrian.server.monitor.ServerInfo
- jvmHeapBytesUsed - Variable in class mondrian.server.monitor.ServerInfo
K
- key - Variable in class mondrian.olap.Util.ByteMatcher
- KEY - mondrian.olap.Id.Quoting
-
Identifier quoted with an ampersand to indicate a key value, for example the second segment in "[Employees].&[89]".
- KEY - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the key of the current member.
- KEY_ORDINAL - Static variable in class mondrian.olap.Property
- keyExp - Variable in class mondrian.olap.MondrianDef.Level
-
The SQL expression used to populate this level's key.
- keyExp - Variable in class mondrian.rolap.RolapLevel
-
The column or expression which yields the level's key.
- KeyExpression() - Constructor for class mondrian.olap.MondrianDef.KeyExpression
- KeyExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.KeyExpression
- keyIdentifier() - Method in class mondrian.parser.MdxParserImpl
- KeySegment(List<Id.NameSegment>) - Constructor for class mondrian.olap.Id.KeySegment
-
Creates a KeySegment a list of sub-segments.
- KeySegment(Id.NameSegment...) - Constructor for class mondrian.olap.Id.KeySegment
-
Creates a KeySegment with one or more sub-segments.
- keySet() - Method in class mondrian.util.CacheMap
- keyToString(Object) - Static method in class mondrian.rolap.RolapMemberBase
-
Converts a key to a string to be used as part of the member's name and unique name.
- keyword() - Method in class mondrian.parser.MdxParserImpl
- kind - Variable in class mondrian.parser.Token
-
An integer that describes the kind of this token.
L
- language - Variable in class mondrian.olap.MondrianDef.Script
- language - Variable in class mondrian.spi.impl.Scripts.ScriptDefinition
- LANGUAGE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the translation expressed as an LCID.
- LANGUAGE_ORDINAL - Static variable in class mondrian.olap.Property
- last() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
Moves to after the last row.
- last() - Method in class mondrian.util.ArraySortedSet
- last(List<T>) - Static method in class mondrian.olap.Util
-
Returns the last item in a list.
- LAST - mondrian.olap.MatchType
-
Return the last child
- LAST_DAY_OF_MONTH - Static variable in class mondrian.util.Schedule
-
Indicates that a schedule should fire on the last day of the month.
- LAST_WEEK_OF_MONTH - Static variable in class mondrian.util.Schedule
-
Indicates that a schedule should fire on the last week of the month.
- lastDataSourcesConfigString - Variable in class mondrian.server.DynamicContentFinder
- lastIndexOf(Object) - Method in class mondrian.olap.Util.Flat2List
- lastIndexOf(Object) - Method in class mondrian.olap.Util.Flat3List
- lastIndexOf(Object) - Method in class mondrian.util.UnsupportedList
- LastNonEmptyUdf - Class in mondrian.udf
-
Definition of the user-defined function "LastNonEmpty".
- LastNonEmptyUdf() - Constructor for class mondrian.udf.LastNonEmptyUdf
- lastRet - Variable in class mondrian.util.UnsupportedList.Itr
- LBRACE - Static variable in interface mondrian.olap.ParserSym
- LBRACE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- lCase(String) - Static method in class mondrian.olap.fun.vba.Vba
- LE - Static variable in interface mondrian.olap.ParserSym
- LE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- left - Variable in class mondrian.olap.MondrianDef.Join
- left - Variable in class mondrian.util.Pair
- left(String, int) - Static method in class mondrian.olap.fun.vba.Vba
- left(List<Pair<L, R>>) - Static method in class mondrian.util.Pair
-
Returns a list of the left elements of a list of pairs.
- leftAlias - Variable in class mondrian.olap.MondrianDef.Join
- leftIter(Iterable<Pair<L, R>>) - Static method in class mondrian.util.Pair
-
Returns an iterable over the left slice of an iterable.
- leftKey - Variable in class mondrian.olap.MondrianDef.Join
- length() - Method in class mondrian.util.ByteString
-
Returns the number of bytes in this byte string.
- lessThan(E, E) - Method in interface mondrian.util.PartiallyOrderedSet.Ordering
-
Returns whether element e1 is ≤ e2 according to the relation that defines a partially-ordered set.
- LETTER - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- level - Variable in class mondrian.olap.MemberBase
- level - Variable in class mondrian.olap.MondrianDef.DimensionUsage
- level - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- level() - Method in class mondrian.olap.Walker
-
returns level in the tree of the current element (that is, last element returned from nextElement()).
- Level - Interface in mondrian.olap
- Level - Static variable in class mondrian.olap.Category
-
Level
is a level expression. - Level() - Constructor for class mondrian.olap.MondrianDef.Level
- Level(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Level
- LEVEL - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- LEVEL_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- LEVEL_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- LEVEL_EXTRA - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- LEVEL_NUMBER - Static variable in class mondrian.olap.CubeBase
- LEVEL_NUMBER - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the ordinal of the current level.
- LEVEL_NUMBER_ORDINAL - Static variable in class mondrian.olap.Property
- LEVEL_UNIQUE_NAME - Static variable in class mondrian.olap.CubeBase
- LEVEL_UNIQUE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the unique name of the current level.
- LEVEL_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- LevelBase - Class in mondrian.olap
-
Skeleton implementation of
Level
. - LevelBase(Hierarchy, String, String, boolean, String, int, LevelType) - Constructor for class mondrian.olap.LevelBase
- LevelCalc - Interface in mondrian.calc
-
Expression which yields a
Level
. - levelColumnName - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- LevelExpr - Class in mondrian.mdx
-
Usage of a
Level
as an MDX expression. - LevelExpr(Level) - Constructor for class mondrian.mdx.LevelExpr
-
Creates a level expression.
- LevelHierarchyFunDef - Class in mondrian.olap.fun
-
Definition of the
<Level>.Hierarchy
MDX builtin function. - LevelHierarchyFunDef.CalcImpl - Class in mondrian.olap.fun
- levelMap - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- LevelMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- LevelMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
- levelMapRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- LevelMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- LevelMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- levelMaps - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared LevelMap.
- LevelMembersFunDef - Class in mondrian.olap.fun
-
Definition of the
<Level>.Members
MDX function. - LevelMustHaveNameExpression - Variable in class mondrian.resource.MondrianResource
-
LevelMustHaveNameExpression
is 'Level ''{0}'' must have a name expression (a ''column'' attribute or an <Expression> child
' - LevelPreCacheThreshold - Variable in class mondrian.olap.MondrianProperties
-
Property which governs whether child members or members of a level are precached when child or level members are requested within a query expression.
- levelReader - Variable in class mondrian.rolap.RolapCubeLevel
- levels - Variable in class mondrian.olap.HierarchyBase
- levels - Variable in class mondrian.olap.MondrianDef.AggTable
- levels - Variable in class mondrian.olap.MondrianDef.Hierarchy
- levels - Variable in class mondrian.rolap.aggmatcher.AggStar.Table
- LevelTableParentNotFound - Variable in class mondrian.resource.MondrianResource
-
LevelTableParentNotFound
is 'The level {0} makes use of the ''parentColumn'' attribute, but a parent member for key {1} is missing.
- levelType - Variable in class mondrian.olap.LevelBase
- levelType - Variable in class mondrian.olap.MondrianDef.Level
- LevelType - Class in mondrian.olap.type
-
The type of an expression which represents a level.
- LevelType - Enum in mondrian.olap
-
Deprecated.Will be replaced with
Level.Type
before mondrian-4.0. - LevelType(Dimension, Hierarchy, Level) - Constructor for class mondrian.olap.type.LevelType
-
Creates a type representing a level.
- LexicalError(boolean, int, int, int, String, char) - Static method in error mondrian.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class mondrian.parser.MdxParserImplTokenManager
-
Lexer state names.
- LimitExceededDuringCrossjoin - Variable in class mondrian.resource.MondrianResource
-
LimitExceededDuringCrossjoin
is 'Size of CrossJoin result ({0,number}) exceeded limit ({1,number})
' - line - Variable in class mondrian.parser.SimpleCharStream
- LINE_SEP - Static variable in class mondrian.tui.XmlUtil
- linearReg(List, List) - Static method in class mondrian.olap.fun.LinReg
- linkSqlStatement(SegmentHeader, Statement) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Allows to link a
Statement
to a segment. - linkSqlStatement(SegmentHeader, Statement) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- LinReg - Class in mondrian.olap.fun
-
Abstract base class for definitions of linear regression functions.
- LinReg(FunDef, int) - Constructor for class mondrian.olap.fun.LinReg
- LinReg.InterceptFunDef - Class in mondrian.olap.fun
-
Definition of the
LinRegIntercept
MDX function. - LinReg.PointFunDef - Class in mondrian.olap.fun
-
Definition of the
LinRegPoint
MDX function. - LinReg.R2FunDef - Class in mondrian.olap.fun
-
Definition of the
LinRegR2
MDX function. - LinReg.SlopeFunDef - Class in mondrian.olap.fun
-
Definition of the
LinRegSlope
MDX function. - LinReg.VarianceFunDef - Class in mondrian.olap.fun
-
Definition of the
LinRegVariance
MDX function. - LIST - mondrian.calc.ResultStyle
-
Indicates that the expression returns its result as a list which must not be modified by the caller.
- LIST_MUTABLELIST - Static variable in enum mondrian.calc.ResultStyle
- LIST_ONLY - Static variable in enum mondrian.calc.ResultStyle
- ListCalc - Interface in mondrian.calc
-
Expression which evaluates a set of members or tuples to a list.
- ListColumnPredicate - Class in mondrian.rolap.agg
-
Predicate which is the union of a list of predicates, each of which applies to the same, single column.
- ListColumnPredicate(RolapStar.Column, List<StarColumnPredicate>) - Constructor for class mondrian.rolap.agg.ListColumnPredicate
-
Creates a ListColumnPredicate
- listCubeAttribues(String, StringBuilder) - Method in class mondrian.tui.CmdRunner
- listCubeName(StringBuilder) - Method in class mondrian.tui.CmdRunner
- listener - Variable in class mondrian.rolap.RolapNative
- Listener - Class in mondrian.web.taglib
-
Listener
creates and destroys aApplResources
at the appropriate times in the servlet's life-cycle. - Listener() - Constructor for class mondrian.web.taglib.Listener
- listEquals(List<Member>, List<Member>) - Static method in class mondrian.olap.fun.sort.Sorter
- listIterator() - Method in class mondrian.olap.Util.AbstractFlatList
- listIterator() - Method in class mondrian.util.TraversalList
- listIterator() - Method in class mondrian.util.UnsupportedList
- listIterator(int) - Method in class mondrian.olap.Util.AbstractFlatList
- listIterator(int) - Method in class mondrian.util.FilteredIterableList
- listIterator(int) - Method in class mondrian.util.TraversalList
- listIterator(int) - Method in class mondrian.util.UnsupportedList
- ListItr(int) - Constructor for class mondrian.util.UnsupportedList.ListItr
- listParam(String, StringBuilder) - Static method in class mondrian.tui.CmdRunner
- listParameterNameValues(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- ListPredicate - Class in mondrian.rolap.agg
-
Base class for
AndPredicate
andOrPredicate
. - ListPredicate(List<StarPredicate>) - Constructor for class mondrian.rolap.agg.ListPredicate
- listPropertiesAll(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- listProperty(String, StringBuilder) - Static method in class mondrian.tui.CmdRunner
- listPropertyNames(StringBuilder) - Static method in class mondrian.tui.CmdRunner
- ListRecorder - Class in mondrian.recorder
-
Implementation of
MessageRecorder
that records each message in aList
. - ListRecorder() - Constructor for class mondrian.recorder.ListRecorder
- ListRecorder.Entry - Class in mondrian.recorder
-
Entry is a Info, Warning or Error message.
- ListTupleList - Class in mondrian.calc.impl
-
Implementation of
TupleList
that stores tuples end-to-end in a backing list. - ListTupleList(int, List<Member>) - Constructor for class mondrian.calc.impl.ListTupleList
-
Creates a ListTupleList.
- Literal - Class in mondrian.olap
-
Represents a constant value, such as a string or number, in a parse tree.
- LiteralStarPredicate - Class in mondrian.rolap.agg
-
A constraint which always returns true or false.
- LiteralStarPredicate(RolapStar.Column, boolean) - Constructor for class mondrian.rolap.agg.LiteralStarPredicate
-
Creates a LiteralStarPredicate.
- load() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Deprecated.API updated to pass Mondrian connection properties See:
JdbcSchema.load(PropertyList)
- load() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- load(int, List<GroupingSet>, List<StarPredicate>, List<Future<Map<Segment, SegmentWithData>>>) - Method in class mondrian.rolap.agg.SegmentLoader
-
Loads data for all the segments of the GroupingSets.
- load(String, String) - Method in class mondrian.rolap.RolapSchema
-
Deprecated.API changed to also pass Mondrian connection properties
- load(String, String, Util.PropertyList) - Method in class mondrian.rolap.RolapSchema
-
Method called by all constructors to load the catalog into DOM and build application mdx and sql objects.
- load(Util.PropertyList) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
This forces the tables to be loaded.
- load(SegmentCacheManager, int, RolapStar.Column[], List<RolapStar.Measure>, StarColumnPredicate[], GroupingSetsCollector, List<Future<Map<Segment, SegmentWithData>>>) - Method in class mondrian.rolap.agg.Aggregation
-
Loads a set of segments into this aggregation, one per measure, each constrained by the same set of column values, and each pinned once.
- loadAggregation(SegmentCacheManager, int, List<RolapStar.Measure>, RolapStar.Column[], AggregationKey, StarColumnPredicate[], GroupingSetsCollector, List<Future<Map<Segment, SegmentWithData>>>) - Static method in class mondrian.rolap.agg.AggregationManager
-
Called by FastBatchingCellReader.load where the RolapStar creates an Aggregation if needed.
- loadCacheForStar(RolapStar) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Load external cached elements for received star.
- loadDrivers(String) - Static method in class mondrian.rolap.RolapUtil
-
Loads a set of JDBC drivers.
- loadFailed(RolapStar, SegmentHeader, Throwable) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Informs cache manager that a segment load failed.
- loadFailed(SegmentHeader, Throwable) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Notifies the segment index that a segment failed to load, and removes the segment from the index.
- loadFailed(SegmentHeader, Throwable) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- loadMembers(List<List<Member>>, RolapEvaluator, QueryAxis, Calc, RolapResult.AxisMemberList) - Method in class mondrian.rolap.RolapResult
- loadParameter(Query, Parameter) - Method in class mondrian.tui.CmdRunner
- loadParameters(Query) - Method in class mondrian.tui.CmdRunner
- loadPropertiesFromFile(String) - Static method in class mondrian.tui.CmdRunner
- loadResult() - Method in class mondrian.rolap.ResultLoader
- loadSpecialMembers(List<Member>, List<List<Member>>, List<Member>) - Method in class mondrian.rolap.RolapResult
-
Finds all root Members 1) whose Hierarchy does not have an ALL Member, 2) whose default Member is not the ALL Member and 3) all Measures.
- loadSucceeded(RolapStar, SegmentHeader, SegmentBody) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Adds a segment to segment index.
- loadSucceeded(SegmentHeader, SegmentBody) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Changes the state of a header from loading to loaded.
- loadSucceeded(SegmentHeader, SegmentBody) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- loadTables(Util.PropertyList) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Gets all of the tables (and views) in the database.
- Locale - mondrian.rolap.RolapConnectionProperties
-
The "Locale" property is the requested Locale for the LocalizingDynamicSchemaProcessor.
- LocaleIdentifier - mondrian.xmla.PropertyDefinition
- LocalePropFile - Variable in class mondrian.olap.MondrianProperties
-
String property that holds the name of the class whose resource bundle is to be used to for this schema.
- LocalizingDynamicSchemaProcessor - Class in mondrian.i18n
-
Schema processor which helps localize data and metadata.
- LocalizingDynamicSchemaProcessor() - Constructor for class mondrian.i18n.LocalizingDynamicSchemaProcessor
-
Creates a new instance of LocalizingDynamicSchemaProcessor
- locate(String) - Method in interface mondrian.spi.CatalogLocator
- locate(String) - Method in class mondrian.spi.impl.CatalogLocatorImpl
- locate(String) - Method in class mondrian.spi.impl.IdentityCatalogLocator
- locate(String) - Method in class mondrian.spi.impl.ServletContextCatalogLocator
- locate(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Identifies the segment headers that contain a given cell.
- locate(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- LockBox - Class in mondrian.util
-
Provides a way to pass objects via a string moniker.
- LockBox() - Constructor for class mondrian.util.LockBox
-
Creates a LockBox.
- LockBox.Entry - Interface in mondrian.util
-
Entry in a
LockBox
. - locus - Variable in class mondrian.server.monitor.SqlStatementEvent
-
Locus of event.
- Locus - Class in mondrian.server
-
Point of execution from which a service is invoked.
- Locus(Execution, String, String) - Constructor for class mondrian.server.Locus
-
Creates a Locus.
- Locus.Action<T> - Interface in mondrian.server
- locusSchemaReader(RolapConnection, SchemaReader) - Static method in class mondrian.rolap.RolapUtil
-
Wraps a schema reader in a proxy so that each call to schema reader has a locus for profiling purposes.
- log(double) - Static method in class mondrian.olap.fun.vba.Vba
- log(Exception, String) - Method in class mondrian.tui.MockServletContext
-
Deprecated.Method log is deprecated
- log(String) - Method in class mondrian.tui.MockServletContext
-
Writes the specified message to a servlet log file, usually an event log.
- log(String, Throwable) - Method in class mondrian.tui.MockServletContext
-
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
- log10(double) - Static method in class mondrian.olap.fun.vba.Excel
- logErrorMessage(Logger) - Method in class mondrian.recorder.ListRecorder
- logger - Static variable in class mondrian.server.MondrianServerRegistry
- LOGGER - Static variable in class mondrian.olap.fun.NativizeSetFunDef
- LOGGER - Static variable in class mondrian.rolap.RolapNativeSet
- LOGGER - Static variable in class mondrian.rolap.sql.CrossJoinArgFactory
- LOGGER - Static variable in class mondrian.xmla.XmlaServlet
- LoggerRecorder - Class in mondrian.recorder
-
Implementation of
MessageRecorder
that writes to alog4j logger
. - LoggerRecorder(Logger) - Constructor for class mondrian.recorder.LoggerRecorder
- Logical - Static variable in class mondrian.olap.Category
-
Logical
is a boolean expression. - logicalOrdinal() - Method in interface mondrian.olap.AxisOrdinal
-
Returns the ordinal of this axis.
- logicalOrdinal() - Method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
- logInfoMessage(Logger) - Method in class mondrian.recorder.ListRecorder
- logMessage(String, String, AbstractRecorder.MsgType, Logger) - Static method in class mondrian.recorder.AbstractRecorder
-
Helper method to format a message and write to logger.
- logWarningMessage(Logger) - Method in class mondrian.recorder.ListRecorder
- logXmlaRequest(Element) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- Long - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- LONG - mondrian.rolap.SqlStatement.Type
- lookup(int) - Static method in class mondrian.olap.Property
-
Looks up a Property with a given ordinal.
- lookup(Class<E>, String) - Static method in class mondrian.olap.Util
-
Looks up an enumeration by name, returning null if null or not valid.
- lookup(Class<E>, String, E) - Static method in class mondrian.olap.Util
-
Looks up an enumeration by name, returning a given default value if null or not valid.
- lookup(String) - Method in interface mondrian.spi.DataSourceResolver
-
Converts a data source name to a JDBC data source object.
- lookup(String) - Method in class mondrian.spi.impl.JndiDataSourceResolver
- lookup(String) - Static method in enum mondrian.spi.impl.Scripts.ScriptLanguage
- lookup(String, boolean) - Static method in class mondrian.olap.Property
-
Looks up a Property with a given name.
- lookup(Query, List<Id.Segment>) - Static method in class mondrian.olap.Util
- lookup(Query, List<Id.Segment>, boolean) - Static method in class mondrian.olap.Util
-
Converts an identifier into an expression by resolving its parts into an OLAP object (dimension, hierarchy, level or member) within the context of a query.
- lookup(Query, SchemaReader, List<Id.Segment>, boolean) - Static method in class mondrian.olap.Util
-
Converts an identifier into an expression by resolving its parts into an OLAP object (dimension, hierarchy, level or member) within the context of a query.
- lookupAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupAlias(String) - Method in class mondrian.rolap.RolapCubeHierarchy
- lookupChild(OlapElement, IdentifierSegment) - Method in interface mondrian.olap.NameResolver.Namespace
-
Looks up a child element.
- lookupChild(OlapElement, IdentifierSegment) - Method in class mondrian.rolap.RolapSchemaReader
- lookupChild(OlapElement, IdentifierSegment, MatchType) - Method in interface mondrian.olap.NameResolver.Namespace
-
Looks up a child element, using a match type for inexact matching.
- lookupChild(OlapElement, IdentifierSegment, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- lookupChild(SchemaReader, Id.Segment) - Method in class mondrian.rolap.RolapCube
- lookupChild(SchemaReader, Id.Segment) - Method in class mondrian.rolap.RolapLevel
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.CubeBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.DimensionBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.HierarchyBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.LevelBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.MemberBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in interface mondrian.olap.OlapElement
-
Looks up a child element, returning null if it does not exist.
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.Query.ScopedNamedSet
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.olap.SetBase
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.rolap.DelegatingRolapMember
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapCube
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapCubeMember
- lookupChild(SchemaReader, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapLevel
- lookupColumn(int) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get the Column at the bit position.
- lookupColumn(String) - Method in class mondrian.rolap.RolapStar.Table
- lookupColumn(String) - Method in enum mondrian.xmla.RowsetDefinition
- lookupColumn(String, String) - Method in class mondrian.rolap.RolapStar
-
This is used by TestAggregationManager only.
- lookupColumnByExpression(MondrianDef.Expression) - Method in class mondrian.rolap.RolapStar.Table
-
Given a MondrianDef.Expression return a column with that expression or null.
- lookupColumns(String) - Method in class mondrian.rolap.RolapStar.Table
-
Returns an array of all columns in this star with a given name.
- lookupColumns(String, String) - Method in class mondrian.rolap.RolapStar
-
Retrieves a named column, returns null if not found.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) - Method in class mondrian.olap.DelegatingSchemaReader
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) - Method in interface mondrian.olap.SchemaReader
-
Looks up an MDX object by name.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) - Method in class mondrian.rolap.RolapSchemaReader
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) - Method in interface mondrian.olap.SchemaReader
-
Looks up an MDX object by name, specifying how to match if no object exactly matches the name.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- lookupCompound(SchemaReader, OlapElement, List<Id.Segment>, boolean, int) - Static method in class mondrian.olap.Util
- lookupCompound(SchemaReader, OlapElement, List<Id.Segment>, boolean, int, MatchType) - Static method in class mondrian.olap.Util
-
Resolves a name such as '[Products].[Product Department].[Produce]' by resolving the components ('Products', and so forth) one at a time.
- lookupCompoundInternal(OlapElement, List<Id.Segment>, boolean, int, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- lookupCompoundInternal(OlapElement, List<Id.Segment>, boolean, int, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- lookupCube(String) - Method in class mondrian.rolap.RolapSchema
-
Finds a cube called 'cube' in the current catalog, or return null if no cube exists.
- lookupCube(String, boolean) - Method in interface mondrian.olap.Schema
-
Finds a cube called
cube
in this schema; if no cube exists,failIfNotFound
controls whether to raise an error or returnnull
. - lookupCube(String, boolean) - Method in class mondrian.rolap.RolapSchema
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) - Method in interface mondrian.rolap.RolapCubeHierarchy.RolapCubeHierarchyMemberReader
- lookupDimension(Id.Segment) - Method in class mondrian.olap.CubeBase
-
Looks up a dimension in this cube based on a component of its name.
- lookupFactCountMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupForeignKeyMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupHierarchy(Id.NameSegment, boolean) - Method in interface mondrian.olap.Cube
-
Finds a hierarchy whose name (or unique name, if
unique
is true) equalss
. - lookupHierarchy(Id.NameSegment, boolean) - Method in class mondrian.olap.CubeBase
- lookupHierarchyLevel(Hierarchy, String) - Static method in class mondrian.olap.Util
-
Finds a named level in this hierarchy.
- lookupHierarchyRootMember(SchemaReader, Hierarchy, Id.NameSegment) - Static method in class mondrian.olap.Util
- lookupHierarchyRootMember(SchemaReader, Hierarchy, Id.NameSegment, MatchType) - Static method in class mondrian.olap.Util
-
Finds a root member of a hierarchy with a given name.
- lookupIgnoreMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupLevel(int) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get the Level at the given bit position or return null.
- lookupLevel(RolapLevel[], String) - Static method in class mondrian.rolap.RolapLevel
- lookupLevelMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupMeasure(int) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Get the Measure at the given bit position or return null.
- lookupMeasureByName(String, String) - Method in class mondrian.rolap.RolapStar.Table
-
Look up a
RolapStar.Measure
by its name. - lookupMeasureMap(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupMember(List<Id.Segment>, boolean) - Method in interface mondrian.rolap.MemberSource
-
Finds a member based upon its unique name.
- lookupMember(List<Id.Segment>, boolean) - Method in class mondrian.rolap.NoCacheMemberReader
- lookupMember(List<Id.Segment>, boolean) - Method in class mondrian.rolap.SmartMemberReader
- lookupMember(List<Id.Segment>, boolean) - Method in class mondrian.rolap.SubstitutingMemberReader
- lookupMemberChildByName(Member, Id.Segment, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- lookupMemberChildByName(Member, Id.Segment, MatchType) - Method in interface mondrian.olap.SchemaReader
-
Finds a child of a member with a given name.
- lookupMemberChildByName(Member, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- lookupMemberChildrenByNames(Member, List<Id.NameSegment>, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
- lookupMemberChildrenByNames(Member, List<Id.NameSegment>, MatchType) - Method in interface mondrian.olap.SchemaReader
-
Finds a list of child members with the given names.
- lookupMemberChildrenByNames(Member, List<Id.NameSegment>, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
- lookupMemberFromCache(String) - Method in class mondrian.olap.Query
-
Looks up a member whose unique name is
memberUniqueName
from cache. - lookupOrCreateAggregation(AggregationKey) - Method in class mondrian.rolap.RolapStar
-
Looks up an aggregation or creates one if it does not exist in an atomic (synchronized) operation.
- lookupProperty(Level, String) - Static method in class mondrian.olap.Util
-
Finds a member property called
propertyName
at, or above,level
. - lookupReserved(int) - Method in class mondrian.olap.Scanner
-
return the name of the reserved word whose token code is "i"
- lookupRole(String) - Method in interface mondrian.olap.Schema
-
Finds a role with a given name in the current catalog, or returns
null
if no such role exists. - lookupRole(String) - Method in class mondrian.rolap.RolapSchema
- lookupSegment(AggregationKey) - Method in class mondrian.rolap.RolapStar
-
Looks for an existing aggregation over a given set of columns, in the local segment cache, returning
null
if there is none. - lookupTableMatch(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- lookupXmlCalculatedMember(String, String) - Method in class mondrian.rolap.RolapSchema
-
Returns an xmlCalculatedMember called 'calcMemberName' in the cube called 'cubeName' or return null if no calculatedMember or xmlCube by those name exists.
- LPAREN - Static variable in interface mondrian.olap.ParserSym
- LPAREN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- LT - Static variable in interface mondrian.olap.ParserSym
- LT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- lTrim(String) - Static method in class mondrian.olap.fun.vba.Vba
- LUCIDDB - mondrian.spi.Dialect.DatabaseProduct
- LucidDbDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the LucidDB database. - LucidDbDialect(Connection) - Constructor for class mondrian.spi.impl.LucidDbDialect
-
Creates a LucidDbDialect.
M
- main(String[]) - Static method in class mondrian.olap.Walker
- main(String[]) - Static method in class mondrian.rolap.Test
- main(String[]) - Static method in class mondrian.tui.CmdRunner
- main(String[]) - Static method in class mondrian.util.CombiningGenerator
-
Ad hoc test.
- main(String[]) - Static method in class mondrian.util.PropertyUtil
-
Generates MondrianProperties.java from MondrianProperties.xml.
- main0(String[]) - Static method in class mondrian.util.PropertyUtil
-
Generates an XML file from a MondrianProperties instance.
- make(RolapCube, MondrianDef.Cube) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Make an ExplicitRules.Group for a given RolapCube given the MondrianDef.Cube associated with that cube.
- makeAggRules(File) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeAggRules(InputStream) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeAggRules(String, String) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeAggRules(URL) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeAggStar(RolapStar, JdbcSchema.Table, MessageRecorder, long) - Static method in class mondrian.rolap.aggmatcher.AggStar
-
Creates an AggStar and all of its
AggStar.Table
,AggStar.Table.Column
s, etc. - makeAppender(String, StringWriter, String) - Static method in class mondrian.olap.Util
- makeBigDecimalFromDouble(double) - Static method in class mondrian.olap.Util
-
Make a BigDecimal from a double.
- makeBigDecimalFromDouble(double) - Method in interface mondrian.util.UtilCompatible
- makeBigDecimalFromDouble(double) - Method in class mondrian.util.UtilCompatibleJdk15
-
This generates a BigDecimal with a precision reflecting the precision of the input double.
- makeBitKey(int) - Static method in class mondrian.rolap.BitKey.Factory
-
Creates a
BitKey
with a capacity for a given number of bits. - makeBitKey(int, boolean) - Static method in class mondrian.rolap.BitKey.Factory
-
Creates a
BitKey
with a capacity for a given number of bits. - makeBitKey(BitSet) - Static method in class mondrian.rolap.BitKey.Factory
- makeCacheRegion(RolapStar, CacheControl.CellRegion) - Static method in class mondrian.rolap.RolapAggregationManager
- makeCatalogLocator(ServletConfig) - Method in class mondrian.xmla.impl.MondrianXmlaServlet
-
Make catalog locator.
- makeColumns(RolapStar.Table, RolapCubeLevel, RolapStar.Column, String) - Method in class mondrian.rolap.RolapCube
-
Adds a column to the appropriate table in the
RolapStar
. - makeConnectString() - Method in class mondrian.tui.CmdRunner
- makeContentFinder(String) - Method in class mondrian.xmla.impl.DynamicDatasourceXmlaServlet
- makeContentFinder(String) - Method in class mondrian.xmla.impl.MondrianXmlaServlet
-
Creates a callback for reading the repository.
- makeConverterKey(CellRequest, AggregationKey) - Static method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- makeConverterKey(SegmentHeader) - Static method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- makeDataSourcesUrl(ServletConfig) - Method in class mondrian.xmla.impl.MondrianXmlaServlet
-
Creates the URL where the data sources file is to be found.
- makeDB(DataSource) - Method in interface mondrian.rolap.aggmatcher.JdbcSchema.Factory
- makeDB(DataSource) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Creates or retrieves an instance of the JdbcSchema for the given DataSource.
- makeDB(DataSource) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.StdFactory
- makeDOMWrapper(File) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeDOMWrapper(InputStream) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeDOMWrapper(String, String) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeDOMWrapper(URL) - Static method in class mondrian.rolap.aggmatcher.DefaultRules
- makeDrillThrough(Query, int, int, List<Exp>) - Method in class mondrian.olap.Parser.FactoryImpl
- makeDrillThrough(Query, int, int, List<Exp>) - Method in interface mondrian.parser.MdxParserValidator.QueryPartFactory
-
Creates a
DrillThrough
object. - makeDrillThroughRequest(Member[], boolean, RolapCube, List<OlapElement>) - Static method in class mondrian.rolap.RolapAggregationManager
-
Creates a request for the fact-table rows underlying the cell identified by
members
. - makeExplain(QueryPart) - Method in class mondrian.olap.Parser.FactoryImpl
-
Creates an
Explain
object. - makeExplain(QueryPart) - Method in interface mondrian.parser.MdxParserValidator.QueryPartFactory
-
Creates an
Explain
object. - makeFqName(String) - Static method in class mondrian.olap.Util
- makeFqName(String, String) - Static method in class mondrian.olap.Util
- makeFqName(OlapElement, String) - Static method in class mondrian.olap.Util
- makeImmutable() - Method in class mondrian.olap.EnumeratedValues
-
Freezes the enumeration, preventing it from being further modified.
- makeImmutable() - Method in class mondrian.olap.RoleImpl
-
Prevents any further modifications.
- makeKey(RolapMember, Object) - Method in class mondrian.rolap.MemberCacheHelper
- makeKey(RolapMember, Object) - Method in class mondrian.rolap.MemberNoCacheHelper
- makeKey(RolapMember, Object) - Method in class mondrian.rolap.NoCacheMemberReader
- makeMember(RolapMember, RolapLevel, Object, Object, boolean, SqlStatement, Object, int) - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
- makeMember(RolapMember, RolapLevel, Object, Object, boolean, SqlStatement, Object, int) - Method in interface mondrian.rolap.TupleReader.MemberBuilder
-
Creates a new member (together with its properties).
- makeModulos() - Method in class mondrian.rolap.RolapResult
-
Instantiates the calculator to convert cell coordinates to a cell ordinal and vice versa.
- makeMutableClone() - Method in class mondrian.olap.RoleImpl
-
Returns a copy of this
Role
which can be modified. - makeNullTuple(TupleType) - Static method in class mondrian.olap.fun.FunUtil
- makeQuery(Statement, Formula[], QueryAxis[], String, Exp, QueryPart[], boolean) - Method in class mondrian.olap.Parser.FactoryImpl
- makeQuery(Statement, Formula[], QueryAxis[], String, Exp, QueryPart[], boolean) - Method in interface mondrian.parser.MdxParserValidator.QueryPartFactory
-
Creates a
Query
object. - makeRequest(Member[]) - Static method in class mondrian.rolap.RolapAggregationManager
-
Creates a request to evaluate the cell identified by
members
. - makeRequest(RolapEvaluator) - Static method in class mondrian.rolap.RolapAggregationManager
-
Creates a request to evaluate the cell identified by the context specified in
evaluator
. - makeRolapStarKey(String) - Static method in class mondrian.rolap.RolapUtil
-
Generates rolap star key based on the fact table name.
- makeRolapStarKey(MondrianDef.Relation) - Static method in class mondrian.rolap.RolapUtil
-
Generates rolap star key based on the fact using fact alias and SQl filter data if this one is present in the fact
- makeRootPathInSoapBody() - Static method in class mondrian.tui.XmlUtil
- makeRootPathInSoapBody(String, String) - Static method in class mondrian.tui.XmlUtil
- makeServlet(String, Map<String, String>, String, Map<List<String>, Servlet>) - Static method in class mondrian.tui.XmlaSupport
- Many(int[]) - Constructor for class mondrian.rolap.CellKey.Many
-
Creates a Many.
- MAP - Static variable in enum mondrian.xmla.Enumeration.ResponseMimeType
- Mapper() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- Mapper(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- mapUpperNameToProperties - Static variable in class mondrian.olap.Property
-
Map of upper-case names to property definitions, for case-insensitive match.
- MARIADB - mondrian.spi.Dialect.DatabaseProduct
- MariaDBDialect - Class in mondrian.spi.impl
- MariaDBDialect(Connection) - Constructor for class mondrian.spi.impl.MariaDBDialect
- markEnd(String) - Method in class mondrian.olap.QueryTiming
-
Marks the end of a Query component's execution.
- markFull(String, long) - Method in class mondrian.olap.QueryTiming
-
Marks the duration of a Query component's execution.
- markStart(String) - Method in class mondrian.olap.QueryTiming
-
Marks the start of a Query component's execution.
- marshallSoapMessage(HttpServletResponse, byte[][], Enumeration.ResponseMimeType) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- marshallSoapMessage(HttpServletResponse, byte[][], Enumeration.ResponseMimeType) - Method in class mondrian.xmla.XmlaServlet
-
Implement to provide application specified SOAP marshalling algorithm.
- Mask - Static variable in class mondrian.olap.Category
-
Mask
is a mask to remove flags. - Mask - Static variable in class mondrian.rolap.BitKey.AbstractBitKey
- match(byte[]) - Method in class mondrian.olap.Util.ByteMatcher
-
Matches the pre-compiled byte array token against a byte array variable and returns the index of the key within the array.
- match(SpatialValueTree.SpatialRegion<K, E>) - Method in interface mondrian.util.SpatialValueTree
-
Looks up all the values registered in nodes intersecting with the provided region key.
- matched - Variable in class mondrian.rolap.StarColumnPredicate.Overlap
- matches(String) - Method in class mondrian.olap.Id.KeySegment
- matches(String) - Method in class mondrian.olap.Id.NameSegment
- matches(String) - Method in class mondrian.olap.Id.Segment
-
Returns whether this segment matches a given name according to the rules of case-sensitivity and quoting.
- matches(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
-
Return true if the tableName 1) matches the pattern and 2) is not matched by any of the Excludes.
- matches(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Does the TableDef match a table with name tableName.
- matches(Formula, OlapElement, IdentifierSegment) - Static method in class mondrian.olap.NameResolver
-
Returns whether a formula (representing a calculated member or named set) matches a given parent and name segment.
- matches(Member, List<Id.Segment>) - Static method in class mondrian.olap.Util
- matches(AggregationKey, RolapStar.Measure) - Method in class mondrian.rolap.agg.Segment
- matches(SegmentHeader, Map<String, Comparable>, List<String>) - Static method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- matches(IdentifierSegment, String) - Static method in class mondrian.olap.Util
- MATCHES - Static variable in interface mondrian.olap.ParserSym
- MATCHES - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- matchesTableName(String, String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
-
Returns true if this candidate aggregate table name "matches" the factTableName.
- MatchesUdf - Class in mondrian.udf
-
User-defined function
MATCHES
. - MatchesUdf() - Constructor for class mondrian.udf.MatchesUdf
- MatchType - Enum in mondrian.olap
-
MatchType
enumerates the allowable match modes when searching for a member based on its unique name. - materialize(TupleIterable, boolean) - Static method in class mondrian.calc.TupleCollections
-
Converts a
TupleIterable
into aTupleList
. - max(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
- Max - Static variable in class mondrian.rolap.RolapAggregator
- MaxConstraints - Variable in class mondrian.olap.MondrianProperties
-
Max number of constraints in a single 'IN' SQL clause.
- MaxEvalDepth - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that defines the maximum number of passes allowable while evaluating an MDX expression.
- maxLoadFactor - Variable in class mondrian.util.ObjectPool
-
The maximum load factor for the hashtable.
- maxNextCharInd - Variable in class mondrian.parser.SimpleCharStream
- maxNofConstraintsForAdSchemaMember - Static variable in class mondrian.olap.CubeBase
- MaxRows - Variable in class mondrian.olap.MondrianProperties
-
Property that defines limit on the number of rows returned by XML/A drill through request.
- MAXROWS - Static variable in interface mondrian.olap.ParserSym
- MAXROWS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- MD_CUBTYPE_CUBE - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaCubesRowset
- MD_CUBTYPE_VIRTUAL_CUBE - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaCubesRowset
- MDCUtil - Class in mondrian.util
-
MdcUtil is a small helper class for copying log4j MDC context between threads.
- MDCUtil() - Constructor for class mondrian.util.MDCUtil
-
Constructor is called on parent thread so a snapshot of the MDC context is saved here.
- MDMEASURE_AGGR_AVG - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_CALCULATED - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_COUNT - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_MAX - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_MIN - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_STD - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_SUM - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_UNKNOWN - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDMEASURE_AGGR_VAR - Static variable in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- MDPROP_USERDEFINED0 - Static variable in class mondrian.olap.CubeBase
- MDSCHEMA_ACTIONS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126032(SQL.90).aspx restrictions CATALOG_NAME Optional SCHEMA_NAME Optional CUBE_NAME Mandatory ACTION_NAME Optional ACTION_TYPE Optional COORDINATE Mandatory COORDINATE_TYPE Mandatory INVOCATION (Optional) The INVOCATION restriction column defaults to the value of MDACTION_INVOCATION_INTERACTIVE.
- MDSCHEMA_CUBES - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126271(SQL.90).aspx restrictions CATALOG_NAME Optional.
- MDSCHEMA_DIMENSIONS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126180(SQL.90).aspx http://msdn2.microsoft.com/en-us/library/ms126180.aspx restrictions CATALOG_NAME Optional.
- MDSCHEMA_FUNCTIONS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126257(SQL.90).aspx restrictions LIBRARY_NAME Optional.
- MDSCHEMA_HIERARCHIES - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126062(SQL.90).aspx restrictions CATALOG_NAME Optional.
- MDSCHEMA_LEVELS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126038(SQL.90).aspx restriction CATALOG_NAME Optional.
- MDSCHEMA_MEASURES - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126250(SQL.90).aspx restrictions CATALOG_NAME Optional.
- MDSCHEMA_MEMBERS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/es-es/library/ms126046.aspx restrictions CATALOG_NAME Optional.
- MDSCHEMA_PROPERTIES - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126309(SQL.90).aspx restrictions CATALOG_NAME Mandatory SCHEMA_NAME Optional CUBE_NAME Optional DIMENSION_UNIQUE_NAME Optional HIERARCHY_UNIQUE_NAME Optional LEVEL_UNIQUE_NAME Optional MEMBER_UNIQUE_NAME Optional PROPERTY_NAME Optional PROPERTY_TYPE Optional PROPERTY_CONTENT_TYPE (Optional) A default restriction is in place on MDPROP_MEMBER OR MDPROP_CELL.
- MDSCHEMA_SETS - mondrian.xmla.RowsetDefinition
-
http://msdn2.microsoft.com/en-us/library/ms126290(SQL.90).aspx restrictions CATALOG_NAME Optional.
- MDTREEOP_CHILDREN - Static variable in class mondrian.olap.CubeBase
- MDTREEOP_SELF - Static variable in class mondrian.olap.CubeBase
- mdx - Variable in class mondrian.server.monitor.ExecutionStartEvent
- MDX_LOGGER - Static variable in class mondrian.rolap.RolapUtil
- MdxAxisIsNotSet - Variable in class mondrian.resource.MondrianResource
-
MdxAxisIsNotSet
is 'Axis ''{0}'' expression is not a set
' - MdxAxisShowSubtotalsNotSupported - Variable in class mondrian.resource.MondrianResource
-
MdxAxisShowSubtotalsNotSupported
is 'Show/hide subtotals operation on axis ''{0,number}'' is not supported.
' - MdxCalculatedFormulaUsedInFormula - Variable in class mondrian.resource.MondrianResource
-
MdxCalculatedFormulaUsedInFormula
is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedInQuery - Variable in class mondrian.resource.MondrianResource
-
MdxCalculatedFormulaUsedInQuery
is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedOnAxis - Variable in class mondrian.resource.MondrianResource
-
MdxCalculatedFormulaUsedOnAxis
is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedOnSlicer - Variable in class mondrian.resource.MondrianResource
-
MdxCalculatedFormulaUsedOnSlicer
is 'Cannot delete {0} ''{1}''.
- MdxCalculatedHierarchyError - Variable in class mondrian.resource.MondrianResource
-
MdxCalculatedHierarchyError
is 'Hierarchy for calculated member ''{0}'' not found
' - MdxCantFindMember - Variable in class mondrian.resource.MondrianResource
-
MdxCantFindMember
is 'Cannot find MDX member ''{0}''.
- MdxChildObjectNotFound - Variable in class mondrian.resource.MondrianResource
-
MdxChildObjectNotFound
is 'MDX object ''{0}'' not found in {1}
' - MdxCubeName - Variable in class mondrian.resource.MondrianResource
-
MdxCubeName
is 'cube ''{0}''
' - MdxCubeNotFound - Variable in class mondrian.resource.MondrianResource
-
MdxCubeNotFound
is 'MDX cube ''{0}'' not found
' - MdxCubeSlicerHierarchyError - Variable in class mondrian.resource.MondrianResource
-
MdxCubeSlicerHierarchyError
is 'Failed to add Cube Slicer for hierarchy ''{0}'' on cube ''{1}''
' - MdxCubeSlicerMemberError - Variable in class mondrian.resource.MondrianResource
-
MdxCubeSlicerMemberError
is 'Failed to add Cube Slicer with member ''{0}'' for hierarchy ''{1}'' on cube ''{2}''
' - MdxDimensionName - Variable in class mondrian.resource.MondrianResource
-
MdxDimensionName
is 'dimension ''{0}''
' - mdxEncodeString(String) - Static method in class mondrian.olap.Util
-
Deprecated.Will be removed in 4.0
- MdxError - Variable in class mondrian.resource.MondrianResource
-
MdxError
is 'Error: {0}
' - MdxFatalError - Variable in class mondrian.resource.MondrianResource
-
MdxFatalError
is 'MDX parser cannot recover from previous error(s)
' - MdxFatalSyntaxError - Variable in class mondrian.resource.MondrianResource
-
MdxFatalSyntaxError
is 'Couldn''t repair and continue parse
' - MdxFormulaNotFound - Variable in class mondrian.resource.MondrianResource
-
MdxFormulaNotFound
is 'Calculated {0} ''{1}'' has not been found in query ''{2}''
' - MdxFuncArgumentsNum - Variable in class mondrian.resource.MondrianResource
-
MdxFuncArgumentsNum
is 'Function ''{0}'' must have at least 2 arguments
' - MdxFuncNotHier - Variable in class mondrian.resource.MondrianResource
-
MdxFuncNotHier
is 'Argument ''{0,number}'' of function ''{1}'' must be a hierarchy
' - MdxHierarchyName - Variable in class mondrian.resource.MondrianResource
-
MdxHierarchyName
is 'hierarchy ''{0}''
' - MdxInvalidMember - Variable in class mondrian.resource.MondrianResource
-
MdxInvalidMember
is 'Invalid member identifier ''{0}''
' - MdxLevelName - Variable in class mondrian.resource.MondrianResource
-
MdxLevelName
is 'level ''{0}''
' - MdxMemberExpIsSet - Variable in class mondrian.resource.MondrianResource
-
MdxMemberExpIsSet
is 'Member expression ''{0}'' must not be a set
' - MdxMemberName - Variable in class mondrian.resource.MondrianResource
-
MdxMemberName
is 'member ''{0}''
' - mdxNullLiteral() - Static method in class mondrian.rolap.RolapUtil
- MdxParserImpl - Class in mondrian.parser
-
MDX parser, generated from MdxParser.jj.
- MdxParserImpl(InputStream) - Constructor for class mondrian.parser.MdxParserImpl
-
Constructor with InputStream.
- MdxParserImpl(InputStream, String) - Constructor for class mondrian.parser.MdxParserImpl
-
Constructor with InputStream and supplied encoding
- MdxParserImpl(Reader) - Constructor for class mondrian.parser.MdxParserImpl
-
Constructor.
- MdxParserImpl(MdxParserImplTokenManager) - Constructor for class mondrian.parser.MdxParserImpl
-
Constructor with generated Token Manager.
- MdxParserImpl(MdxParserValidator.QueryPartFactory, Statement, String, boolean, FunTable, boolean) - Constructor for class mondrian.parser.MdxParserImpl
- MdxParserImplConstants - Interface in mondrian.parser
-
Token literal values and constants.
- MdxParserImplTokenManager - Class in mondrian.parser
-
Token Manager.
- MdxParserImplTokenManager(SimpleCharStream) - Constructor for class mondrian.parser.MdxParserImplTokenManager
-
Constructor.
- MdxParserImplTokenManager(SimpleCharStream, int) - Constructor for class mondrian.parser.MdxParserImplTokenManager
-
Constructor.
- MdxParserValidator - Interface in mondrian.parser
-
Parses and validates an MDX statement.
- MdxParserValidator.QueryPartFactory - Interface in mondrian.parser
- MdxParserValidatorImpl - Class in mondrian.parser
-
Default implementation of
MdxParserValidator
. - MdxParserValidatorImpl() - Constructor for class mondrian.parser.MdxParserValidatorImpl
-
Creates a MdxParserValidatorImpl.
- MdxQueryServlet - Class in mondrian.web.servlet
-
MdxQueryServlet
is a servlet which receives MDX queries, executes them, and formats the results in an HTML table. - MdxQueryServlet() - Constructor for class mondrian.web.servlet.MdxQueryServlet
- MdxSetExpNotSet - Variable in class mondrian.resource.MondrianResource
-
MdxSetExpNotSet
is 'Set expression ''{0}'' must be a set
' - MDXSupport - mondrian.xmla.PropertyDefinition
- MdxSyntaxError - Variable in class mondrian.resource.MondrianResource
-
MdxSyntaxError
is 'Syntax error at token ''{0}''
' - MdxSyntaxErrorAt - Variable in class mondrian.resource.MondrianResource
-
MdxSyntaxErrorAt
is 'Syntax error at line {1}, column {2}, token ''{0}''
' - MdxVisitor - Interface in mondrian.mdx
-
Interface for a visitor to an MDX parse tree.
- MdxVisitorImpl - Class in mondrian.mdx
-
Default implementation of the visitor interface,
MdxVisitor
. - MdxVisitorImpl() - Constructor for class mondrian.mdx.MdxVisitorImpl
- measure - Variable in class mondrian.rolap.agg.Segment
- Measure() - Constructor for class mondrian.olap.MondrianDef.Measure
- Measure(String, String, RolapAggregator, RolapStar.Table, MondrianDef.Expression, Dialect.Datatype) - Constructor for class mondrian.rolap.RolapStar.Measure
- Measure(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Measure
- MEASURE - mondrian.olap.Member.MemberType
- MEASURE - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- MEASURE_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- MEASURE_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- MEASURE_FACT_COUNT - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- measureExp - Variable in class mondrian.olap.MondrianDef.Measure
-
The SQL expression used to calculate a measure.
- MeasureExpression() - Constructor for class mondrian.olap.MondrianDef.MeasureExpression
- MeasureExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.MeasureExpression
- measureMap - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- MeasureMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- MeasureMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
- measureMapRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- MeasureMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- MeasureMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- measureMaps - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared MeasureMap.
- measureName - Variable in class mondrian.spi.SegmentHeader
- MeasureOrdinalsNotUnique - Variable in class mondrian.resource.MondrianResource
-
MeasureOrdinalsNotUnique
is 'Cube ''{0}'': Ordinal {1} is not unique: ''{2}'' and ''{3}''
' - measures - Variable in class mondrian.olap.MondrianDef.AggTable
- measures - Variable in class mondrian.olap.MondrianDef.Cube
- measures - Variable in class mondrian.olap.MondrianDef.VirtualCube
- MEASURES_NAME - Static variable in interface mondrian.olap.Dimension
- MEASURES_UNIQUE_NAME - Static variable in interface mondrian.olap.Dimension
- measuresCaption - Variable in class mondrian.olap.MondrianDef.Schema
- measuresConflictWithMembers(Set<Member>, Member[]) - Static method in class mondrian.rolap.SqlConstraintUtils
-
Returns true if any measure calculations in the first arg references a dimension member with corresponding members in the second arg which conflict with that member.
- measuresConflictWithMembers(Set<Member>, CrossJoinArg[]) - Static method in class mondrian.rolap.SqlConstraintUtils
- MeasuresDimension - mondrian.olap.DimensionType
-
Indicates the a dimension is the measures dimension.
- measuresfactcount - Variable in class mondrian.olap.MondrianDef.AggTable
-
What does the fact_count for specific measure column look like.
- measuresFactCount - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- member - Variable in class mondrian.olap.MondrianDef.MemberGrant
- member - Variable in class mondrian.rolap.DelegatingRolapMember
- member - Variable in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
- member(int) - Method in class mondrian.calc.impl.AbstractTupleCursor
- member(int) - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- member(int) - Method in interface mondrian.calc.TupleCursor
- Member - Interface in mondrian.olap
-
A
Member
is a 'point' on a dimension of a cube. - Member - Static variable in class mondrian.olap.Category
-
Member
is a member expression. - MEMBER - Static variable in interface mondrian.olap.ParserSym
- MEMBER - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- MEMBER_CAPTION - Static variable in class mondrian.olap.CubeBase
- MEMBER_CAPTION - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the label or caption associated with the member, or the member's name if no caption is defined.
- MEMBER_CAPTION_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_GUID - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the GUID of the member
- MEMBER_GUID_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_KEY - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the member key of the current member.
- MEMBER_KEY_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_NAME - Static variable in class mondrian.olap.CubeBase
- MEMBER_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the current member.
- MEMBER_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_ORDINAL - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the ordinal of the current member.
- MEMBER_ORDINAL_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_SCOPE - Static variable in class mondrian.olap.Property
-
Definition of the internal property which describes whether a calculated member belongs to a query or a cube.
- MEMBER_SCOPE_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_TYPE - Static variable in class mondrian.olap.CubeBase
- MEMBER_TYPE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the type of the member.
- MEMBER_TYPE_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- MEMBER_TYPE_ORDINAL - Static variable in class mondrian.olap.Property
- MEMBER_UNIQUE_NAME - Static variable in class mondrian.olap.CubeBase
- MEMBER_UNIQUE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the unique name of the current member.
- MEMBER_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- Member.MemberType - Enum in mondrian.olap
- MemberArrayValueCalc - Class in mondrian.calc.impl
-
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.
- MemberBase - Class in mondrian.olap
-
MemberBase
is a partial implementation ofMember
. - MemberBase() - Constructor for class mondrian.olap.MemberBase
- MemberBase(Member, Level, Member.MemberType) - Constructor for class mondrian.olap.MemberBase
- MemberCacheHelper - Class in mondrian.rolap
-
Encapsulation of member caching.
- MemberCacheHelper(RolapHierarchy) - Constructor for class mondrian.rolap.MemberCacheHelper
-
Creates a MemberCacheHelper.
- MemberCalc - Interface in mondrian.calc
-
Expression which yields a
Member
. - MemberChildrenConstraint - Interface in mondrian.rolap.sql
-
Restricts the SQL result of a MembersChildren query in SqlMemberSource.
- MemberColumnPredicate - Class in mondrian.rolap.agg
-
Column constraint defined by a member.
- MemberColumnPredicate(RolapStar.Column, RolapMember) - Constructor for class mondrian.rolap.agg.MemberColumnPredicate
-
Creates a MemberColumnPredicate
- memberComplete() - Method in class mondrian.util.IdentifierParser.MemberListBuilder
- memberComplete() - Method in class mondrian.util.IdentifierParser.TupleBuilder
- MemberExpr - Class in mondrian.mdx
-
Usage of a
Member
as an MDX expression. - MemberExpr(Member) - Constructor for class mondrian.mdx.MemberExpr
-
Creates a member expression.
- MemberExtractingVisitor - Class in mondrian.olap.fun
-
Visitor which collects any non-measure base members encountered while traversing an expression.
- MemberExtractingVisitor(Set<Member>, ResolvedFunCall, boolean) - Constructor for class mondrian.olap.fun.MemberExtractingVisitor
- MemberFetchLimitExceeded - Variable in class mondrian.resource.MondrianResource
-
MemberFetchLimitExceeded
is 'Number of members to be read exceeded limit ({0,number})
' - memberFormatter - Variable in class mondrian.olap.LevelBase
- memberFormatter - Variable in class mondrian.olap.MondrianDef.Level
-
Member formatter.
- memberFormatter(String, String) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
MemberFormatter
SPI based on a script. - MemberFormatter - Interface in mondrian.olap
-
Deprecated.Use
MemberFormatter
. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. - MemberFormatter - Interface in mondrian.spi
-
An SPI to redefine the caption displayed for members.
- MemberFormatter() - Constructor for class mondrian.olap.MondrianDef.MemberFormatter
- MemberFormatter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.MemberFormatter
- MemberFormatterLoadFailed - Variable in class mondrian.resource.MondrianResource
-
MemberFormatterLoadFailed
is 'Failed to load formatter class ''{0}'' for level ''{1}''.
' - MemberGrant() - Constructor for class mondrian.olap.MondrianDef.MemberGrant
- MemberGrant(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.MemberGrant
- memberGrants - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- MemberHierarchyFunDef - Class in mondrian.olap.fun
-
Definition of the
<Member>.Hierarchy
MDX builtin function. - MemberHierarchyFunDef.CalcImpl - Class in mondrian.olap.fun
- MemberKeyConstraint - Class in mondrian.rolap.sql
-
Restricts the SQL result set to members where particular columns have particular values.
- MemberKeyConstraint(List<MondrianDef.Expression>, List<Dialect.Datatype>, List<Comparable>) - Constructor for class mondrian.rolap.sql.MemberKeyConstraint
- MemberLevelFunDef - Class in mondrian.olap.fun
-
Definition of the
<Member>.Level
MDX builtin function. - MemberLevelFunDef.CalcImpl - Class in mondrian.olap.fun
- memberList - Variable in class mondrian.util.IdentifierParser.MemberListBuilder
- memberList - Variable in class mondrian.util.IdentifierParser.TupleBuilder
- MemberListBuilder(SchemaReader, Cube, Hierarchy) - Constructor for class mondrian.util.IdentifierParser.MemberListBuilder
- MemberListCrossJoinArg - Class in mondrian.rolap.sql
-
Represents an enumeration {member1, member2, ...}.
- MemberNoCacheHelper - Class in mondrian.rolap
-
Encapsulation of member caching for no caching.
- MemberNoCacheHelper() - Constructor for class mondrian.rolap.MemberNoCacheHelper
- MemberNotFound - Variable in class mondrian.resource.MondrianResource
-
MemberNotFound
is 'Member ''{0}'' not found
' - MemberNotInLevelHierarchy - Variable in class mondrian.resource.MondrianResource
-
MemberNotInLevelHierarchy
is 'The member ''{0}'' is not in the same hierarchy as the level ''{1}''.
' - MemberOrderKeyFunDef - Class in mondrian.olap.fun
-
Definition of the
<Member>.OrderKey
MDX builtin function. - MemberOrderKeyFunDef.CalcImpl - Class in mondrian.olap.fun
- memberProperties - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- memberProperties - Variable in class mondrian.olap.MondrianDef.Measure
- MemberProperty - Class in mondrian.olap
-
Member property or solve order specification.
- MemberProperty(String, Exp) - Constructor for class mondrian.olap.MemberProperty
- memberPropertyDefinition() - Method in class mondrian.parser.MdxParserImpl
- memberReaderClass - Variable in class mondrian.olap.MondrianDef.Hierarchy
- MemberReaderParameter() - Constructor for class mondrian.olap.MondrianDef.MemberReaderParameter
- MemberReaderParameter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.MemberReaderParameter
- memberReaderParameters - Variable in class mondrian.olap.MondrianDef.Hierarchy
- MemberSetVisitorImpl() - Constructor for class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
- MemberSource - Interface in mondrian.rolap
-
A
MemberSource
has the basic operations to read the members of ahierarchy
. - memberSpecification() - Method in class mondrian.parser.MdxParserImpl
- membersVersusOccurencesInTuple(TupleList) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
-
Finds member occurrences in tuple and generates a map of Members versus their occurrences in tuples.
- MemberTuplePredicate - Class in mondrian.rolap.agg
-
Predicate which constrains a column to a particular member, or a range above or below a member, or a range between two members.
- MemberTuplePredicate(RolapCube, RolapCubeMember) - Constructor for class mondrian.rolap.agg.MemberTuplePredicate
-
Creates a MemberTuplePredicate which evaluates to true for a given member.
- MemberTuplePredicate(RolapCube, RolapMember, boolean, RolapMember, boolean) - Constructor for class mondrian.rolap.agg.MemberTuplePredicate
-
Creates a MemberTuplePredicate which evaluates to true for a given range of members.
- MemberType - Class in mondrian.olap.type
-
The type of an expression which represents a member.
- MemberType(Dimension, Hierarchy, Level, Member) - Constructor for class mondrian.olap.type.MemberType
-
Creates a type representing a member.
- MemberValueCalc - Class in mondrian.calc.impl
-
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.
- MemberValueCalc(Exp, MemberCalc, boolean) - Constructor for class mondrian.calc.impl.MemberValueCalc
-
Creates a MemberArrayValueCalc.
- MemoryLimitExceededException - Exception in mondrian.olap
-
Exception which indicates some resource limit was exceeded.
- MemoryLimitExceededException(String) - Constructor for exception mondrian.olap.MemoryLimitExceededException
- MemoryMonitor - Interface in mondrian.util
-
API for Mondrian's memory monitors.
- MemoryMonitor - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether the
MemoryMonitor
should be enabled. - MemoryMonitor.Listener - Interface in mondrian.util
-
A
MemoryMonitor
client implements theListener
interface and registers with theMemoryMonitor
. - MemoryMonitor.Test - Interface in mondrian.util
-
This is an interface that a
MemoryMonitor
may optionally implement. - MemoryMonitorClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the name of the class used as a memory monitor.
- MemoryMonitorFactory - Class in mondrian.util
-
The
MemoryMonitorFactory
is used to get the application'sMemoryMonitor
. - MemoryMonitorThreshold - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the default
MemoryMonitor
percentage threshold. - MemorySegmentCache - Class in mondrian.rolap.cache
-
Implementation of
SegmentCache
that stores segments in memory. - MemorySegmentCache() - Constructor for class mondrian.rolap.cache.MemorySegmentCache
- memoryUsageNotification(long, long) - Method in interface mondrian.util.MemoryMonitor.Listener
-
When the
MemoryMonitor
determines that theListener
's threshold is equal to or less than the current available memory (post garbage collection), then this method is called with the current memory usage,usedMemory
, and the maximum memory (which is a constant per JVM invocation). - merge(SegmentColumn) - Method in class mondrian.spi.SegmentColumn
-
Merges this column with another resulting in another whose values are super set of both.
- merge(ArraySortedSet<E>) - Method in class mondrian.util.ArraySortedSet
-
Performs a merge between two
ArraySortedSet
instances in O(n) time, returning a third instance that doesn't include duplicates. - message - Variable in class mondrian.server.Locus
- Message - Interface in mondrian.server.monitor
-
Message sent to a
Monitor
indicating an event of interest or a command to execute. - MessageRecorder - Interface in mondrian.recorder
-
Records warnings and errors during the processing of a task.
- MetadataRowset() - Constructor for class mondrian.xmla.XmlaUtil.MetadataRowset
- Method - mondrian.olap.Syntax
-
Defines syntax for expression invoked invoked as
object.METHOD()
orobject.METHOD(args)
. - METHODS - Static variable in class mondrian.xmla.Enumeration
- MicrosoftSqlServerDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Microsoft SQL Server database. - MicrosoftSqlServerDialect(Connection) - Constructor for class mondrian.spi.impl.MicrosoftSqlServerDialect
-
Creates a MicrosoftSqlServerDialect.
- mid(String, int) - Static method in class mondrian.olap.fun.vba.Vba
- mid(String, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- mightContainCell(Map<SpatialValueTree2.SpatialDimension, Object>) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegionRequest
-
Returns whether a request might contain a particular cell.
- mightIntersect(StarPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
- mightIntersect(StarPredicate) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- mightIntersect(StarPredicate) - Method in class mondrian.rolap.agg.MinusStarPredicate
- mightIntersect(StarPredicate) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- mightIntersect(StarPredicate) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- mightIntersect(StarPredicate) - Method in interface mondrian.rolap.StarColumnPredicate
-
Returns whether this predicate might intersect another predicate.
- mightReturnNullForUnrelatedDimension() - Method in interface mondrian.olap.Evaluator
-
Returns whether it is necessary to check whether to return null for an unrelated dimension.
- mightReturnNullForUnrelatedDimension() - Method in class mondrian.rolap.RolapEvaluator
- min(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
- Min - Static variable in class mondrian.rolap.RolapAggregator
- minLoadFactor - Variable in class mondrian.util.ObjectPool
-
The minimum load factor for the hashtable.
- minus(StarPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.ListPredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.MinusStarPredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- minus(StarPredicate) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- minus(StarPredicate) - Method in interface mondrian.rolap.StarColumnPredicate
- minus(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
-
Returns the logical inverse of this Predicate.
- MINUS - Static variable in interface mondrian.olap.ParserSym
- MINUS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- MinusStarPredicate - Class in mondrian.rolap.agg
-
A
StarPredicate
which evaluates to true if its first child evaluates to true and its second child evaluates to false. - MinusStarPredicate(StarColumnPredicate, StarColumnPredicate) - Constructor for class mondrian.rolap.agg.MinusStarPredicate
-
Creates a MinusStarPredicate.
- minute(Date) - Static method in class mondrian.olap.fun.vba.Vba
- MIRR(double[], double, double) - Static method in class mondrian.olap.fun.vba.Vba
- missCount - Variable in class mondrian.server.monitor.ExecutionPhaseEvent
- MissingArg - Variable in class mondrian.resource.MondrianResource
-
MissingArg
is 'Argument ''{0}'' must be specified.
' - MissingDefaultAggRule - Variable in class mondrian.resource.MondrianResource
-
MissingDefaultAggRule
is 'There is no default aggregate recognition rule with tag ''{0}''.
' - MockHttpServletRequest - Class in mondrian.tui
-
Partial implementation of the
HttpServletRequest
where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM. - MockHttpServletRequest() - Constructor for class mondrian.tui.MockHttpServletRequest
- MockHttpServletRequest(byte[]) - Constructor for class mondrian.tui.MockHttpServletRequest
- MockHttpServletRequest(String) - Constructor for class mondrian.tui.MockHttpServletRequest
- MockHttpServletRequest.MockRequestDispatcher - Class in mondrian.tui
- MockHttpServletResponse - Class in mondrian.tui
-
This is a partial implementation of the HttpServletResponse where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.
- MockHttpServletResponse() - Constructor for class mondrian.tui.MockHttpServletResponse
- MockServletConfig - Class in mondrian.tui
-
This is a partial implementation of the ServletConfig where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.
- MockServletConfig() - Constructor for class mondrian.tui.MockServletConfig
- MockServletConfig(ServletContext) - Constructor for class mondrian.tui.MockServletConfig
- MockServletContext - Class in mondrian.tui
-
Partial implementation of the
ServletContext
where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM. - MockServletContext() - Constructor for class mondrian.tui.MockServletContext
- mod(Object, Object) - Static method in class mondrian.olap.fun.vba.Excel
-
The MOD function.
- modifiable - Variable in class mondrian.olap.MondrianDef.Parameter
- modulos - Variable in class mondrian.rolap.Modulos.Base
- Modulos - Interface in mondrian.rolap
-
Modulos implementations encapsulate algorithms to map between integral ordinals and position arrays.
- Modulos.Base - Class in mondrian.rolap
- Modulos.Generator - Class in mondrian.rolap
- Modulos.Many - Class in mondrian.rolap
- Modulos.One - Class in mondrian.rolap
- Modulos.Three - Class in mondrian.rolap
- Modulos.Two - Class in mondrian.rolap
- Modulos.Zero - Class in mondrian.rolap
- MONDRIAN_NAMESPACE - Static variable in interface mondrian.xmla.XmlaConstants
-
This is the namespace used to qualify the faultcode identifier.
- mondrian.calc - package mondrian.calc
-
Provides compiled expressions.
- mondrian.calc.impl - package mondrian.calc.impl
-
Provides implementation classes for compiled expressions.
- mondrian.i18n - package mondrian.i18n
-
Utilities for internationalization and localization.
- mondrian.mdx - package mondrian.mdx
-
Defines a parse tree for MDX expressions.
- mondrian.olap - package mondrian.olap
-
Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.
- mondrian.olap.fun - package mondrian.olap.fun
-
Defines the set of MDX built-in functions.
- mondrian.olap.fun.extra - package mondrian.olap.fun.extra
-
Defines MDX extension functions.
- mondrian.olap.fun.sort - package mondrian.olap.fun.sort
- mondrian.olap.fun.vba - package mondrian.olap.fun.vba
-
Implements the set of functions defined by the Visual Basic for Applications (VBA) specification.
- mondrian.olap.type - package mondrian.olap.type
-
Type system for MDX expessions.
- mondrian.olap4j - package mondrian.olap4j
-
olap4j driver for the Mondrian OLAP engine.
- mondrian.parser - package mondrian.parser
- mondrian.recorder - package mondrian.recorder
-
Provides a set a classes for logging the process of a task.
- mondrian.resource - package mondrian.resource
- mondrian.rolap - package mondrian.rolap
-
Implements the data access layer for the olap package.
- mondrian.rolap.agg - package mondrian.rolap.agg
-
Manages a cache of aggregates containing cell values.
- mondrian.rolap.aggmatcher - package mondrian.rolap.aggmatcher
-
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
- mondrian.rolap.cache - package mondrian.rolap.cache
-
Provides primitives for policy-based caching.
- mondrian.rolap.format - package mondrian.rolap.format
- mondrian.rolap.sql - package mondrian.rolap.sql
-
Database-independent library for generating SQL.
- mondrian.server - package mondrian.server
-
Augments the Mondrian engine with server functionality.
- mondrian.server.monitor - package mondrian.server.monitor
- mondrian.spi - package mondrian.spi
-
Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.
- mondrian.spi.impl - package mondrian.spi.impl
-
Provides implementations of SPIs defined in the
mondrian.spi
package. - mondrian.tui - package mondrian.tui
-
Text user interface for Mondrian.
- mondrian.udf - package mondrian.udf
- mondrian.util - package mondrian.util
-
Mondrian utilities.
- mondrian.web.servlet - package mondrian.web.servlet
- mondrian.web.taglib - package mondrian.web.taglib
-
Provides a tag library for embedding MDX queries in JSP pages.
- mondrian.xmla - package mondrian.xmla
-
Implements the XML for Analysis API.
- mondrian.xmla.impl - package mondrian.xmla.impl
- MondrianDef - Class in mondrian.olap
-
This is the XML model for Mondrian schemas.
- MondrianDef() - Constructor for class mondrian.olap.MondrianDef
- MondrianDef.AggColumnName - Class in mondrian.olap
- MondrianDef.AggExclude - Class in mondrian.olap
- MondrianDef.AggFactCount - Class in mondrian.olap
- MondrianDef.AggForeignKey - Class in mondrian.olap
-
The name of the column mapping from base fact table foreign key to aggregate table foreign key.
- MondrianDef.AggIgnoreColumn - Class in mondrian.olap
- MondrianDef.AggLevel - Class in mondrian.olap
- MondrianDef.AggLevelProperty - Class in mondrian.olap
-
Member property.
- MondrianDef.AggMeasure - Class in mondrian.olap
- MondrianDef.AggMeasureFactCount - Class in mondrian.olap
- MondrianDef.AggName - Class in mondrian.olap
- MondrianDef.AggPattern - Class in mondrian.olap
- MondrianDef.AggTable - Class in mondrian.olap
-
A definition of an aggregate table for a base fact table.
- MondrianDef.Annotation - Class in mondrian.olap
-
User-defined property value.
- MondrianDef.Annotations - Class in mondrian.olap
-
Holder for an array of Annotation elements
- MondrianDef.CalculatedMember - Class in mondrian.olap
- MondrianDef.CalculatedMemberProperty - Class in mondrian.olap
-
Property of a calculated member defined against a cube.
- MondrianDef.CaptionExpression - Class in mondrian.olap
- MondrianDef.CellFormatter - Class in mondrian.olap
-
Plugin that formats the values of cells.
- MondrianDef.Closure - Class in mondrian.olap
-
Specifies the transitive closure of a parent-child hierarchy.
- MondrianDef.Column - Class in mondrian.olap
- MondrianDef.ColumnDef - Class in mondrian.olap
-
Column definition for an inline table.
- MondrianDef.ColumnDefs - Class in mondrian.olap
-
Holder for an array of ColumnDef elements
- MondrianDef.Cube - Class in mondrian.olap
-
Definition of a cube.
- MondrianDef.CubeDimension - Class in mondrian.olap
-
A CubeDimension is either a usage of a Dimension ('shared dimension', in MSOLAP parlance), or a 'private dimension'.
- MondrianDef.CubeGrant - Class in mondrian.olap
-
Grants (or denies) this role access to a cube.
- MondrianDef.CubeUsage - Class in mondrian.olap
- MondrianDef.CubeUsages - Class in mondrian.olap
-
List of base cubes used by the virtual cube.
- MondrianDef.Dimension - Class in mondrian.olap
-
A Dimension is a collection of hierarchies.
- MondrianDef.DimensionGrant - Class in mondrian.olap
-
Grants (or denies) this role access to a dimension.
- MondrianDef.DimensionUsage - Class in mondrian.olap
-
A DimensionUsage is usage of a shared Dimension within the context of a cube.
- MondrianDef.ElementFormatter - Class in mondrian.olap
-
Abstract type just in order to avoid duplication.
- MondrianDef.Expression - Interface in mondrian.olap
- MondrianDef.ExpressionView - Class in mondrian.olap
-
A collection of SQL expressions, one per dialect.
- MondrianDef.Formula - Class in mondrian.olap
- MondrianDef.Grant - Interface in mondrian.olap
- MondrianDef.Hierarchy - Class in mondrian.olap
-
Defines a hierarchy.
- MondrianDef.HierarchyGrant - Class in mondrian.olap
-
Grants (or denies) this role access to a hierarchy.
- MondrianDef.Hint - Class in mondrian.olap
-
Dialect-specific table optimization hints.
- MondrianDef.InlineTable - Class in mondrian.olap
- MondrianDef.Join - Class in mondrian.olap
- MondrianDef.KeyExpression - Class in mondrian.olap
- MondrianDef.Level - Class in mondrian.olap
- MondrianDef.Measure - Class in mondrian.olap
- MondrianDef.MeasureExpression - Class in mondrian.olap
- MondrianDef.MemberFormatter - Class in mondrian.olap
-
Plugin that formats members.
- MondrianDef.MemberGrant - Class in mondrian.olap
-
Grants (or denies) this role access to a member.
- MondrianDef.MemberReaderParameter - Class in mondrian.olap
-
Not used
- MondrianDef.NamedSet - Class in mondrian.olap
-
Defines a named set which can be used in queries in the same way as a set defined using a WITH SET clause.
- MondrianDef.NameExpression - Class in mondrian.olap
- MondrianDef.OrdinalExpression - Class in mondrian.olap
- MondrianDef.Parameter - Class in mondrian.olap
-
A Parameter defines a schema parameter.
- MondrianDef.ParentExpression - Class in mondrian.olap
- MondrianDef.Property - Class in mondrian.olap
-
Member property.
- MondrianDef.PropertyFormatter - Class in mondrian.olap
-
Plugin that formats properties.
- MondrianDef.Relation - Class in mondrian.olap
-
A table, inline table or view
- MondrianDef.RelationOrJoin - Class in mondrian.olap
-
A table or a join
- MondrianDef.Role - Class in mondrian.olap
-
A role defines an access-control profile.
- MondrianDef.RoleUsage - Class in mondrian.olap
-
Usage of a Role in a union Role.
- MondrianDef.Row - Class in mondrian.olap
-
Row definition for an inline table.
- MondrianDef.Rows - Class in mondrian.olap
-
Holder for an array of Row elements
- MondrianDef.Schema - Class in mondrian.olap
-
A schema is a collection of cubes and virtual cubes.
- MondrianDef.SchemaGrant - Class in mondrian.olap
-
Grants (or denies) this role access to this schema.
- MondrianDef.Script - Class in mondrian.olap
-
Script fragment to implement an SPI such as user-defined function, member formatter, cell formatter.
- MondrianDef.SQL - Class in mondrian.olap
- MondrianDef.Table - Class in mondrian.olap
- MondrianDef.Union - Class in mondrian.olap
-
Body of a Role definition which defines a Role to be the union of several Roles.
- MondrianDef.UserDefinedFunction - Class in mondrian.olap
-
A UserDefinedFunction is a function which extends the MDX language.
- MondrianDef.Value - Class in mondrian.olap
-
Column value for an inline table.
- MondrianDef.View - Class in mondrian.olap
-
A collection of SQL statements, one per dialect.
- MondrianDef.VirtualCube - Class in mondrian.olap
-
A VirtualCube is a set of dimensions and measures gleaned from other cubes.
- MondrianDef.VirtualCubeDimension - Class in mondrian.olap
-
A VirtualCubeDimension is a usage of a Dimension in a VirtualCube.
- MondrianDef.VirtualCubeMeasure - Class in mondrian.olap
-
A VirtualCubeMeasure is a usage of a Measure in a VirtualCube.
- mondrianDotProperties - Static variable in class mondrian.olap.MondrianPropertiesBase
- MondrianEvaluationException - Exception in mondrian.olap.fun
-
Thrown while evaluating a cell expression
- MondrianEvaluationException() - Constructor for exception mondrian.olap.fun.MondrianEvaluationException
- MondrianEvaluationException(String) - Constructor for exception mondrian.olap.fun.MondrianEvaluationException
- MondrianException - Exception in mondrian.olap
-
Instances of this class are thrown for all exceptions that Mondrian generates through as a result of known error conditions.
- MondrianException() - Constructor for exception mondrian.olap.MondrianException
- MondrianException(String) - Constructor for exception mondrian.olap.MondrianException
- MondrianException(String, Throwable) - Constructor for exception mondrian.olap.MondrianException
- MondrianException(Throwable) - Constructor for exception mondrian.olap.MondrianException
- MondrianOlap4jConnection - Class in mondrian.olap4j
-
Implementation of
OlapConnection
for the Mondrian OLAP engine. - MondrianOlap4jDriver - Class in mondrian.olap4j
-
Olap4j driver for Mondrian.
- MondrianOlap4jDriver() - Constructor for class mondrian.olap4j.MondrianOlap4jDriver
-
Creates a MondrianOlap4jDriver.
- MondrianProperties - Class in mondrian.olap
-
Configuration properties that determine the behavior of a mondrian instance.
- MondrianPropertiesBase - Class in mondrian.olap
-
MondrianProperties
contains the properties which determine the behavior of a mondrian instance. - MondrianPropertiesBase(MondrianPropertiesBase.PropertySource) - Constructor for class mondrian.olap.MondrianPropertiesBase
- MondrianPropertiesBase.PropertySource - Interface in mondrian.olap
-
Represents a place that properties can be read from, and remembers the timestamp that we last read them.
- MondrianResource - Class in mondrian.resource
-
This class was generated by class org.eigenbase.resgen.ResourceGen from /build2/thanos/workspace/9.5/suite-release/builds/pentaho.mondrian.9.5.0.0/mondrian/src/main/java/mondrian/resource/MondrianResource.xml on Tue Jun 06 10:02:08 UTC 2023.
- MondrianResource() - Constructor for class mondrian.resource.MondrianResource
- MondrianResource_de - Class in mondrian.resource
-
This class was generated by class org.eigenbase.resgen.ResourceGen from /build2/thanos/workspace/9.5/suite-release/builds/pentaho.mondrian.9.5.0.0/mondrian/src/main/java/mondrian/resource/MondrianResource.xml on Tue Jun 06 10:02:08 UTC 2023.
- MondrianResource_de() - Constructor for class mondrian.resource.MondrianResource_de
- MondrianResource_de_DE - Class in mondrian.resource
-
This class was generated by class org.eigenbase.resgen.ResourceGen from /build2/thanos/workspace/9.5/suite-release/builds/pentaho.mondrian.9.5.0.0/mondrian/src/main/java/mondrian/resource/MondrianResource.xml on Tue Jun 06 10:02:08 UTC 2023.
- MondrianResource_de_DE() - Constructor for class mondrian.resource.MondrianResource_de_DE
- MondrianResource_en_US - Class in mondrian.resource
-
This class was generated by class org.eigenbase.resgen.ResourceGen from /build2/thanos/workspace/9.5/suite-release/builds/pentaho.mondrian.9.5.0.0/mondrian/src/main/java/mondrian/resource/MondrianResource.xml on Tue Jun 06 10:02:08 UTC 2023.
- MondrianResource_en_US() - Constructor for class mondrian.resource.MondrianResource_en_US
- MondrianResource_es_ES - Class in mondrian.resource
-
This class was generated by class org.eigenbase.resgen.ResourceGen from /build2/thanos/workspace/9.5/suite-release/builds/pentaho.mondrian.9.5.0.0/mondrian/src/main/java/mondrian/resource/MondrianResource.xml on Tue Jun 06 10:02:08 UTC 2023.
- MondrianResource_es_ES() - Constructor for class mondrian.resource.MondrianResource_es_ES
- MondrianResource._Def0 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'String p0'. - MondrianResource._Def1 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'String p0, String p1'. - MondrianResource._Def10 - Class in mondrian.resource
-
Definition for resources which return a
ResourceLimitExceededException
exception and take arguments 'Number p0, Number p1'. - MondrianResource._Def11 - Class in mondrian.resource
-
Definition for resources which return a
ResourceLimitExceededException
exception and take arguments 'Number p0'. - MondrianResource._Def12 - Class in mondrian.resource
-
Definition for resources which return a
QueryCanceledException
exception and take arguments ''. - MondrianResource._Def13 - Class in mondrian.resource
-
Definition for resources which return a
QueryTimeoutException
exception and take arguments 'Number p0'. - MondrianResource._Def14 - Class in mondrian.resource
-
Definition for resources which return a
SQLDataException
exception and take arguments 'String p0'. - MondrianResource._Def15 - Class in mondrian.resource
-
Definition for resources which return a
InvalidHierarchyException
exception and take arguments 'String p0'. - MondrianResource._Def16 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, Number p1'.
- MondrianResource._Def17 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, String p2'.
- MondrianResource._Def18 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, String p2, String p3'.
- MondrianResource._Def19 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, String p2, Number p3, String p4, String p5, String p6'.
- MondrianResource._Def2 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0'.
- MondrianResource._Def20 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, Number p2'.
- MondrianResource._Def21 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, Number p2, String p3'.
- MondrianResource._Def22 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1, String p2, String p3, String p4, String p5, String p6'.
- MondrianResource._Def23 - Class in mondrian.resource
-
Definition for resources which return a
NativeEvaluationUnsupportedException
exception and take arguments 'String p0'. - MondrianResource._Def3 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments ''. - MondrianResource._Def4 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'String p0, String p1, String p2'. - MondrianResource._Def5 - Class in mondrian.resource
-
Definition for resources which take arguments ''.
- MondrianResource._Def6 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'Number p0, String p1'. - MondrianResource._Def7 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'String p0, String p1, String p2, String p3'. - MondrianResource._Def8 - Class in mondrian.resource
-
Definition for resources which return a
MondrianException
exception and take arguments 'Number p0'. - MondrianResource._Def9 - Class in mondrian.resource
-
Definition for resources which take arguments 'String p0, String p1'.
- MondrianServer - Class in mondrian.olap
-
Interface by which to control an instance of Mondrian.
- MondrianServer() - Constructor for class mondrian.olap.MondrianServer
- MondrianServer.MondrianVersion - Interface in mondrian.olap
-
Description of the version of the server.
- MondrianServerRegistry - Class in mondrian.server
-
Registry of all servers within this JVM, and also serves as a factory for servers.
- MondrianServerRegistry() - Constructor for class mondrian.server.MondrianServerRegistry
- MondrianXmlaServlet - Class in mondrian.xmla.impl
-
Extension to
XmlaServlet
that instantiates a Mondrian engine. - MondrianXmlaServlet() - Constructor for class mondrian.xmla.impl.MondrianXmlaServlet
- MONETDB - mondrian.spi.Dialect.DatabaseProduct
- MonetDbDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the MonetDB database. - MonetDbDialect() - Constructor for class mondrian.spi.impl.MonetDbDialect
- MonetDbDialect(Connection) - Constructor for class mondrian.spi.impl.MonetDbDialect
-
Creates a MonetDbDialect.
- Monitor - Interface in mondrian.server.monitor
-
Information about a Mondrian server.
- MONITOR_LOGGER - Static variable in class mondrian.rolap.RolapUtil
- MonitorMXBean - Interface in mondrian.server.monitor
-
Defines the MXBean interface required to register MonitorImpl with a JMX agent.
- month(Date) - Static method in class mondrian.olap.fun.vba.Vba
- monthName(int, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- MoreThanOneFunctionMatchesSignature - Variable in class mondrian.resource.MondrianResource
-
MoreThanOneFunctionMatchesSignature
is 'More than one function matches signature ''{0}''; they are: {1}
' - MSM_UNKNOWN_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- MSM_UNKNOWN_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- MSSQL - mondrian.spi.Dialect.DatabaseProduct
- MULTI_LINE_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- MultiResolver - Class in mondrian.olap.fun
-
A
MultiResolver
considers several overloadings of the same function. - MultiResolver(String, String, String, String[]) - Constructor for class mondrian.olap.fun.MultiResolver
-
Creates a
MultiResolver
. - MUST_UNDERSTAND_FAULT_FC - Static variable in interface mondrian.xmla.XmlaConstants
- MustSpecifyForeignKeyForHierarchy - Variable in class mondrian.resource.MondrianResource
-
MustSpecifyForeignKeyForHierarchy
is 'In usage of hierarchy ''{0}'' in cube ''{1}'', you must specify a foreign key, because the hierarchy table is different from the fact table.
' - MustSpecifyPrimaryKeyForHierarchy - Variable in class mondrian.resource.MondrianResource
-
MustSpecifyPrimaryKeyForHierarchy
is 'In usage of hierarchy ''{0}'' in cube ''{1}'', you must specify a primary key.
' - MustSpecifyPrimaryKeyTableForHierarchy - Variable in class mondrian.resource.MondrianResource
-
MustSpecifyPrimaryKeyTableForHierarchy
is 'Must specify a primary key table for hierarchy ''{0}'', because it has more than one table.
' - mutable - Variable in class mondrian.calc.impl.AbstractTupleList
- MUTABLE_LIST - mondrian.calc.ResultStyle
-
Indicates that the expression returns its result as a list which may safely be modified by the caller.
- mutableCrossJoin(List<TupleList>) - Static method in class mondrian.olap.fun.CrossJoinFunDef
- mutableCrossJoin(TupleList, TupleList) - Static method in class mondrian.olap.fun.CrossJoinFunDef
- MUTABLELIST_LIST - Static variable in enum mondrian.calc.ResultStyle
- MUTABLELIST_ONLY - Static variable in enum mondrian.calc.ResultStyle
- MYSQL - mondrian.spi.Dialect.DatabaseProduct
- MySqlDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the MySQL database. - MySqlDialect(Connection) - Constructor for class mondrian.spi.impl.MySqlDialect
-
Creates a MySqlDialect.
N
- name - Variable in class mondrian.olap.CubeBase
- name - Variable in class mondrian.olap.DimensionBase
- name - Variable in class mondrian.olap.EnumeratedValues.BasicValue
- name - Variable in class mondrian.olap.HierarchyBase
- name - Variable in class mondrian.olap.Id.NameSegment
- name - Variable in class mondrian.olap.LevelBase
- name - Variable in class mondrian.olap.MondrianDef.AggExclude
- name - Variable in class mondrian.olap.MondrianDef.AggLevel
- name - Variable in class mondrian.olap.MondrianDef.AggLevelProperty
- name - Variable in class mondrian.olap.MondrianDef.AggMeasure
- name - Variable in class mondrian.olap.MondrianDef.AggName
- name - Variable in class mondrian.olap.MondrianDef.Annotation
- name - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- name - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- name - Variable in class mondrian.olap.MondrianDef.Column
- name - Variable in class mondrian.olap.MondrianDef.ColumnDef
- name - Variable in class mondrian.olap.MondrianDef.Cube
- name - Variable in class mondrian.olap.MondrianDef.CubeDimension
- name - Variable in class mondrian.olap.MondrianDef.Hierarchy
- name - Variable in class mondrian.olap.MondrianDef.Level
- name - Variable in class mondrian.olap.MondrianDef.Measure
- name - Variable in class mondrian.olap.MondrianDef.MemberReaderParameter
- name - Variable in class mondrian.olap.MondrianDef.NamedSet
- name - Variable in class mondrian.olap.MondrianDef.Parameter
- name - Variable in class mondrian.olap.MondrianDef.Property
- name - Variable in class mondrian.olap.MondrianDef.Role
- name - Variable in class mondrian.olap.MondrianDef.Schema
- name - Variable in class mondrian.olap.MondrianDef.Table
- name - Variable in class mondrian.olap.MondrianDef.UserDefinedFunction
- name - Variable in class mondrian.olap.MondrianDef.VirtualCube
- name - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- name - Variable in class mondrian.xmla.DataSourcesConfig.Catalog
- name - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
Name.
- name - Variable in class mondrian.xmla.Enumeration
- name() - Method in interface mondrian.olap.AxisOrdinal
-
Returns the name of this axis, e.g.
- NAME - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds a member's name.
- NAME_ORDINAL - Static variable in class mondrian.olap.Property
- nameColumn - Variable in class mondrian.olap.MondrianDef.AggLevel
- nameColumn - Variable in class mondrian.olap.MondrianDef.Level
- NamedSet - Interface in mondrian.olap
-
A named set of members or tuples.
- NamedSet() - Constructor for class mondrian.olap.MondrianDef.NamedSet
- NamedSet(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.NamedSet
- NamedSetCurrentFunDef - Class in mondrian.olap.fun
-
Definition of the
<Named Set>.Current
MDX builtin function. - NamedSetCurrentOrdinalFunDef - Class in mondrian.olap.fun
-
Definition of the
<Named Set>.CurrentOrdinal
MDX builtin function. - NamedSetExpr - Class in mondrian.mdx
-
Usage of a
NamedSet
in an MDX expression. - NamedSetExpr(NamedSet) - Constructor for class mondrian.mdx.NamedSetExpr
-
Creates a usage of a named set.
- NamedSetHasBadFormula - Variable in class mondrian.resource.MondrianResource
-
NamedSetHasBadFormula
is 'Named set ''{0}'' has bad formula
' - NamedSetNotUnique - Variable in class mondrian.resource.MondrianResource
-
NamedSetNotUnique
is 'Named set ''{0}'' already exists in cube ''{1}''
' - namedSets - Variable in class mondrian.olap.MondrianDef.Cube
-
Named sets in this cube.
- namedSets - Variable in class mondrian.olap.MondrianDef.Schema
-
Named sets in this schema.
- namedSets - Variable in class mondrian.olap.MondrianDef.VirtualCube
-
Named sets in this cube.
- nameExp - Variable in class mondrian.olap.MondrianDef.Level
-
The SQL expression used to populate this level's name.
- nameExp - Variable in class mondrian.rolap.RolapLevel
-
Ths expression which gives the name of members of this level.
- NameExpression() - Constructor for class mondrian.olap.MondrianDef.NameExpression
- NameExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.NameExpression
- NameMatcher() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- NameMatcher(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- Namer - Interface in mondrian.olap
-
Namer contains the methods to retrieve localized attributes
- NameResolver - Class in mondrian.olap
-
Resolves a list of segments (a parsed identifier) to an OLAP element.
- NameResolver() - Constructor for class mondrian.olap.NameResolver
-
Creates a NameResolver.
- NameResolver.Namespace - Interface in mondrian.olap
-
Naming context within which elements are defined.
- nameSegment() - Method in class mondrian.parser.MdxParserImpl
- NameSegment(String) - Constructor for class mondrian.olap.Id.NameSegment
-
Creates a quoted name segment.
- NameSegment(String, Id.Quoting) - Constructor for class mondrian.olap.Id.NameSegment
-
Creates a name segment with the given quoting.
- NamespaceContextImpl - Class in mondrian.tui
- NamespaceContextImpl(Map<String, String>) - Constructor for class mondrian.tui.NamespaceContextImpl
- NAMESPACES_FEATURE_ID - Static variable in class mondrian.tui.XmlUtil
- nativeCrossJoinVirtualCube() - Method in class mondrian.olap.Query
- nativeEnabled() - Method in interface mondrian.olap.Evaluator
-
Returns whether native evaluation is enabled in this context.
- nativeEnabled() - Method in class mondrian.rolap.RolapEvaluator
- NativeEvaluationUnsupported - Variable in class mondrian.resource.MondrianResource
-
NativeEvaluationUnsupported
is 'Native evaluation not supported for this usage of function ''{0}''
' - NativeEvaluationUnsupportedException - Exception in mondrian.olap
-
Exception which indicates that native evaluation of a function was enabled but not supported, and
MondrianProperties.AlertNativeEvaluationUnsupported
was set toERROR
. - NativeEvaluationUnsupportedException(String) - Constructor for exception mondrian.olap.NativeEvaluationUnsupportedException
-
Creates a NativeEvaluationUnsupportedException.
- NativeEvaluator - Interface in mondrian.olap
-
Allows expressions to be evaluated native, e.g.
- NativeListCalc(ResolvedFunCall, Calc[], ExpCompiler, NativizeSetFunDef.SubstitutionMap, Exp) - Constructor for class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
- nativeSQL(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- NativeSqlInClauseTooLarge - Variable in class mondrian.resource.MondrianResource
-
NativeSqlInClauseTooLarge
is 'Cannot use native aggregation constraints for level ''{0}'' because the number of members is larger than the value of ''mondrian.rolap.maxConstraints'' ({1})
' - NativizeMaxResults - Variable in class mondrian.olap.MondrianProperties
-
Property that controls the maximum number of results contained in a NativizeSet result set.
- NativizeMinThreshold - Variable in class mondrian.olap.MondrianProperties
-
Property that controls minimum expected cardinality required in order for NativizeSet to natively evaluate a query.
- NativizeSetFunDef - Class in mondrian.olap.fun
-
Definition of the
NativizeSet
MDX function. - NativizeSetFunDef(FunDef) - Constructor for class mondrian.olap.fun.NativizeSetFunDef
- NativizeSetFunDef.CrossJoinAnalyzer - Class in mondrian.olap.fun
- NativizeSetFunDef.NativeListCalc - Class in mondrian.olap.fun
- NativizeSetFunDef.RangeIterator - Class in mondrian.olap.fun
- NE - Static variable in interface mondrian.olap.ParserSym
- NE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- NeedDimensionPrefix - Variable in class mondrian.olap.MondrianProperties
-
Property determines if elements of dimension (levels, hierarchies, members) need to be prefixed with dimension name in MDX query.
- needsExponent(Object, String) - Method in interface mondrian.spi.Dialect
-
If Double values need to include additional exponent in its string represenation.
- needsExponent(Object, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- needsExponent(Object, String) - Method in class mondrian.spi.impl.LucidDbDialect
- needToImplement(Object) - Static method in class mondrian.olap.Util
-
Returns an exception which indicates that a particular piece of functionality should work, but a developer has not implemented it yet.
- needToReturnNullForUnrelatedDimension(Member[]) - Method in interface mondrian.olap.Evaluator
-
If IgnoreMeasureForNonJoiningDimension is set to true and one or more members are on unrelated dimension for the measure in current context then returns true.
- needToReturnNullForUnrelatedDimension(Member[]) - Method in class mondrian.rolap.RolapEvaluator
- negativeOne - Static variable in class mondrian.olap.Literal
- NeitherExprNorValueForCalcMemberProperty - Variable in class mondrian.resource.MondrianResource
-
NeitherExprNorValueForCalcMemberProperty
is 'Member property must have a value or an expression.
- NEOVIEW - mondrian.spi.Dialect.DatabaseProduct
- NeoviewDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Neoview database. - NeoviewDialect(Connection) - Constructor for class mondrian.spi.impl.NeoviewDialect
-
Creates a NeoviewDialect.
- NETEZZA - mondrian.spi.Dialect.DatabaseProduct
- NetezzaDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Netezza database. - NetezzaDialect(Connection) - Constructor for class mondrian.spi.impl.NetezzaDialect
-
Creates a NetezzaDialect.
- Never - mondrian.rolap.RolapLevel.HideMemberCondition
-
A member always appears.
- newCellKey(int) - Static method in class mondrian.rolap.CellKey.Generator
-
Creates a CellKey with a given number of axes.
- newCellKey(int[]) - Static method in class mondrian.rolap.CellKey.Generator
-
Creates a CellKey populated with the given coordinates.
- newDocument(Node, boolean) - Static method in class mondrian.tui.XmlUtil
- newElementNotFoundException(int, IdentifierNode) - Static method in class mondrian.olap.Util
- newError(String) - Static method in class mondrian.olap.Util
-
Creates a non-internal error.
- newError(Throwable, String) - Static method in class mondrian.olap.Util
-
Creates a non-internal error.
- newEvalException(Object, String) - Method in interface mondrian.olap.Evaluator
-
Creates an exception which indicates that an error has occurred during the runtime evaluation of a function.
- newEvalException(Object, String) - Method in class mondrian.rolap.RolapEvaluator
- newEvalException(String, Throwable) - Static method in class mondrian.olap.fun.FunUtil
-
Creates an exception which indicates that an error has occurred while executing a given function.
- newEvalException(Throwable) - Static method in class mondrian.olap.fun.FunUtil
-
Creates an exception which indicates that an error has occurred while executing a given function.
- newEvalException(FunDef, String) - Static method in class mondrian.olap.fun.FunUtil
-
Creates an exception which indicates that an error has occurred while executing a given function.
- newIdentityHashSet() - Static method in class mondrian.olap.Util
-
Creates a hash set that, like
IdentityHashMap
, compares keys using identity. - newIdentityHashSet() - Method in interface mondrian.util.UtilCompatible
-
Creates a hash set that, like
IdentityHashMap
, compares keys using identity. - newIdentityHashSet() - Method in class mondrian.util.UtilCompatibleJdk15
- newIdentityHashSet() - Method in class mondrian.util.UtilCompatibleJdk16
- newIdentityHashSetFake() - Static method in class mondrian.olap.Util
- newInternal(String) - Static method in class mondrian.olap.Util
-
Creates an internal error with a given message.
- newInternal(Throwable, String) - Static method in class mondrian.olap.Util
-
Creates an internal error with a given message and cause.
- newQuery(DataSource, String) - Static method in class mondrian.rolap.sql.SqlQuery
- newSqlQuery() - Method in class mondrian.rolap.agg.AbstractQuerySpec
-
Creates a query object.
- newTimer(String, boolean) - Static method in class mondrian.olap.Util
-
Equivalent to
Timer(String, boolean)
. - newTimer(String, boolean) - Method in interface mondrian.util.UtilCompatible
-
Equivalent to
Timer(String, boolean)
. - newTimer(String, boolean) - Method in class mondrian.util.UtilCompatibleJdk15
- newToken(int) - Static method in class mondrian.parser.Token
- newToken(int, String) - Static method in class mondrian.parser.Token
-
Returns a new Token object, by default.
- newUsage(JdbcSchema.UsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Create a new usage of a given column type.
- next - Variable in class mondrian.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class mondrian.calc.impl.AbstractTupleIterator
- next() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- next() - Method in class mondrian.olap.fun.NativizeSetFunDef.RangeIterator
- next() - Method in class mondrian.olap.Util.GcIterator
- next() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
Moves forward one row, or returns false if at the last row.
- next() - Method in class mondrian.util.UnionIterator
- next() - Method in class mondrian.util.UnsupportedList.Itr
- next_token() - Method in class mondrian.olap.Scanner
-
Recognizes and returns the next complete token.
- nextChar - Variable in class mondrian.olap.Scanner
-
single lookahead character
- nextColumnAlias() - Method in class mondrian.rolap.sql.SqlQuery
- nextElement() - Method in class mondrian.olap.Walker
- nextIndex() - Method in class mondrian.util.UnsupportedList.ListItr
- nextOccurrence(Date, boolean) - Method in class mondrian.util.Schedule
-
Returns the next occurrence of this schedule after a given date.
- nextPrime(int) - Method in class mondrian.util.ObjectPool
- nextSetBit(int) - Method in class mondrian.rolap.BitKey.Big
- nextSetBit(int) - Method in class mondrian.rolap.BitKey.Mid128
- nextSetBit(int) - Method in interface mondrian.rolap.BitKey
-
Returns the index of the first bit that is set to
true
that occurs on or after the specified starting index. - nextSetBit(int) - Method in class mondrian.rolap.BitKey.Small
- nl - Static variable in class mondrian.olap.Util
- nl - Static variable in class mondrian.tui.XmlaSupport
- nl - Static variable in class mondrian.xmla.impl.DefaultXmlaServlet
- NO_OPTIONS - Static variable in class mondrian.util.Base64
-
No options specified.
- NoAggregatorFound - Variable in class mondrian.resource.MondrianResource
-
NoAggregatorFound
is 'No aggregator found while converting fact table aggregator: for usage ''{0}'', fact aggregator ''{1}'' and sibling aggregator ''{2}''
' - NoCacheMemberReader - Class in mondrian.rolap
-
NoCacheMemberReader
implementsMemberReader
but without doing any kind of caching and avoiding to read all members. - NoCacheRolapCubeHierarchyMemberReader() - Constructor for class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- NoColumnNameFromExpression - Variable in class mondrian.resource.MondrianResource
-
NoColumnNameFromExpression
is 'Could not get a column name from a level key expression: ''{0}''.
' - noCubeCaching() - Method in class mondrian.tui.CmdRunner
- NoFactCountColumns - Variable in class mondrian.resource.MondrianResource
-
NoFactCountColumns
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has no fact count columns.
' - NoFunctionMatchesSignature - Variable in class mondrian.resource.MondrianResource
-
NoFunctionMatchesSignature
is 'No function matches signature ''{0}''
' - NoMeasureColumns - Variable in class mondrian.resource.MondrianResource
-
NoMeasureColumns
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has no measure columns.
' - NON - Static variable in interface mondrian.olap.ParserSym
- NON - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- NON_EMPTY_BEHAVIOR - Static variable in class mondrian.olap.Property
- NON_EMPTY_BEHAVIOR_ORDINAL - Static variable in class mondrian.olap.Property
- NonContiguousAxis - Variable in class mondrian.resource.MondrianResource
-
NonContiguousAxis
is 'Axis numbers specified in a query must be sequentially specified, and cannot contain gaps.
- nonDbTimeMillis() - Static method in class mondrian.olap.Util
-
Deprecated.Will be removed in 4.0.
- nonDistinctGenerateSql(SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
- NONE - mondrian.olap.Access
-
No access to an object and its children.
- NONE - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
No axis.
- NONE - Static variable in class mondrian.server.Execution
- NonEmptyCrossJoinFunDef - Class in mondrian.olap.fun
-
Definition of the
NonEmptyCrossJoin
MDX function. - NonEmptyCrossJoinFunDef(FunDef) - Constructor for class mondrian.olap.fun.NonEmptyCrossJoinFunDef
- nonEmptyList(Evaluator, TupleList, ResolvedFunCall) - Method in class mondrian.olap.fun.CrossJoinFunDef
-
This is the entry point to the crossjoin non-empty optimizer code.
- nonEmptyOptimizeList(Evaluator, TupleList, ResolvedFunCall) - Method in class mondrian.olap.fun.CrossJoinFunDef
- nonJoiningDimensions(Set<Dimension>) - Method in interface mondrian.olap.Cube
-
Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Set<Dimension>) - Method in class mondrian.rolap.RolapCube
-
Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Member[]) - Method in interface mondrian.olap.Cube
-
Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Member[]) - Method in class mondrian.rolap.RolapCube
-
Finds out non joining dimensions for this cube.
- NonNumericFactCountColumn - Variable in class mondrian.resource.MondrianResource
-
NonNumericFactCountColumn
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has candidate fact count column ''{2}'' has type ''{3}'' that is not numeric.
' - NonTimeLevelInTimeHierarchy - Variable in class mondrian.resource.MondrianResource
-
NonTimeLevelInTimeHierarchy
is 'Level ''{0}'' belongs to a time hierarchy, so its level-type must be ''Years'', ''Quarters'', ''Months'', ''Weeks'' or ''Days''.
' - normalizeCubeAccess() - Method in class mondrian.olap.CubeAccess
-
Initializes internal arrays of restricted hierarchies and limited members.
- normalizeName(String) - Static method in class mondrian.olap.Util
-
Generates a normalized form of a name, for use as a key into a map.
- normalizeNumericString(String) - Static method in class mondrian.xmla.XmlaUtil
-
Corrects for the differences between numeric strings arising because JDBC drivers use different representations for numbers (
Double
vs. - NOT - Static variable in interface mondrian.olap.ParserSym
- NOT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- NotANamedSet - Variable in class mondrian.resource.MondrianResource
-
NotANamedSet
is 'Not a named set
' - NotificationMemoryMonitor - Class in mondrian.util
-
The
NotificationMemoryMonitor
class uses the Java5 memory management system to detect system low memory events. - notifyListeners(long, long) - Method in class mondrian.util.AbstractMemoryMonitor
-
Notifies all
Listener
s that memory is running short. - notifyNewLowThreshold(long) - Method in class mondrian.util.AbstractMemoryMonitor
-
Derived classes implement this method if they wish to be notified when there is a new lowest threshold.
- notifyNewLowThreshold(long) - Method in class mondrian.util.NotificationMemoryMonitor
-
Notify the Java5 memory management system that there is a new low threshold.
- NoTimeDimensionInCube - Variable in class mondrian.resource.MondrianResource
-
NoTimeDimensionInCube
is 'Cannot use the function ''{0}'', no time dimension is available for this cube.
' - now() - Static method in class mondrian.olap.fun.vba.Vba
- nPer(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- nPV(double, double[]) - Static method in class mondrian.olap.fun.vba.Vba
- NS_SOAP_ENC_1_1 - Static variable in interface mondrian.xmla.XmlaConstants
- NS_SOAP_ENC_1_2 - Static variable in interface mondrian.xmla.XmlaConstants
- NS_SOAP_ENV_1_1 - Static variable in interface mondrian.xmla.XmlaConstants
- NS_SOAP_ENV_1_2 - Static variable in interface mondrian.xmla.XmlaConstants
- NS_SOAP_SECEXT - Static variable in interface mondrian.xmla.XmlaConstants
- NS_SQL - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XMLA - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XMLA_EMPTY - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XMLA_EX - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XMLA_MDDATASET - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XMLA_ROWSET - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XSD - Static variable in interface mondrian.xmla.XmlaConstants
- NS_XSI - Static variable in interface mondrian.xmla.XmlaConstants
- NthQuartileFunDef - Class in mondrian.olap.fun.extra
-
Definition of the
FirstQ
andThirdQ
MDX extension functions. - NthQuartileFunDef(FunDef) - Constructor for class mondrian.olap.fun.extra.NthQuartileFunDef
- Null - mondrian.olap.LevelType
-
Deprecated.Indicates that a level holds the null member.
- Null - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- Null - Static variable in class mondrian.olap.Category
-
Represents a
Null
value - NULL - mondrian.olap.Member.MemberType
-
This member is its hierarchy's NULL member (such as is returned by
[Gender].[All Gender].PrevMember
, for example). - NULL - Static variable in interface mondrian.olap.ParserSym
- NULL - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- NullAttributeString - Variable in class mondrian.resource.MondrianResource
-
NullAttributeString
is 'Context ''{0}'': The value for the attribute ''{1}'' is null.
' - NullDenominatorProducesNull - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the behavior of division if the denominator evaluates to zero.
- nullLevel - Variable in class mondrian.rolap.RolapHierarchy
-
The level that the null member belongs too.
- NullMember - Static variable in class mondrian.olap.fun.FunUtil
- NullMemberRepresentation - Variable in class mondrian.olap.MondrianProperties
-
Property that determines how a null member value is represented in the result output.
- NullNotSupported - Variable in class mondrian.resource.MondrianResource
-
NullNotSupported
is 'Function does not support NULL member parameter
' - nullParentValue - Variable in class mondrian.olap.MondrianDef.Level
- NullType - Class in mondrian.olap.type
-
The type of a null expression.
- NullType() - Constructor for class mondrian.olap.type.NullType
-
Creates a null type.
- nullValue - Static variable in class mondrian.olap.Literal
- nullValue - Static variable in class mondrian.olap.Util
-
Placeholder which indicates a value NULL.
- NullValue - Variable in class mondrian.resource.MondrianResource
-
NullValue
is 'An MDX expression was expected.
- NullValueUdf - Class in mondrian.udf
-
Definition of the user-defined function "NullValue" which always returns Java "null".
- NullValueUdf() - Constructor for class mondrian.udf.NullValueUdf
- NUMBER - Static variable in interface mondrian.olap.ParserSym
- numberOfUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
How many usages does this column have.
- numberToDouble(Number) - Static method in class mondrian.calc.impl.GenericCalc
- Numeric - mondrian.spi.Dialect.Datatype
- Numeric - Static variable in class mondrian.olap.Category
-
Numeric
is a numeric expression. - numericLiteral() - Method in class mondrian.parser.MdxParserImpl
- NumericType - Class in mondrian.olap.type
-
The type of a numeric expression.
- NumericType() - Constructor for class mondrian.olap.type.NumericType
-
Creates a numeric type.
- NumericType(String) - Constructor for class mondrian.olap.type.NumericType
- NUODB - mondrian.spi.Dialect.DatabaseProduct
- NuoDbDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the NuoDB database. - NuoDbDialect(Connection) - Constructor for class mondrian.spi.impl.NuoDbDialect
-
Creates a NuoDbDialect.
O
- Object - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- OBJECT - mondrian.rolap.SqlStatement.Type
- ObjectFactory<V> - Class in mondrian.util
-
Concrete derived classes of the generic
ObjectFactory
class are used to produce an implementation of an interface (a normal interface implementation or a Proxy). - ObjectFactory(Class<V>) - Constructor for class mondrian.util.ObjectFactory
-
Creates a new factory object.
- ObjectFactory.Context - Interface in mondrian.util
-
This is for testing only.
- ObjectFactory.Singleton<T> - Class in mondrian.util
-
Implementation of ObjectFactory that returns only a single instance of the Object.
- ObjectPool<T> - Class in mondrian.util
-
An
ObjectPool
is a low-memory replacement for aHashSet
. - ObjectPool() - Constructor for class mondrian.util.ObjectPool
- ObjectPool(int) - Constructor for class mondrian.util.ObjectPool
- ObjectPool(int, double, double) - Constructor for class mondrian.util.ObjectPool
- ObjIntPair(T, int) - Constructor for class mondrian.olap.fun.sort.Sorter.ObjIntPair
- oct(Object) - Static method in class mondrian.olap.fun.vba.Vba
- of(Iterable<? extends T>...) - Static method in class mondrian.util.Composite
-
Creates a composite iterable, inferring the element type from the arguments.
- of(Collection<T>) - Static method in class mondrian.util.CombiningGenerator
-
Creates a CombiningGenerator, inferring the type from the argument.
- of(Iterator<? extends T>...) - Static method in class mondrian.util.Composite
-
Creates a composite list, inferring the element type from the arguments.
- of(List<? extends T>...) - Static method in class mondrian.util.Composite
-
Creates a composite list, inferring the element type from the arguments.
- of(List<? extends T>...) - Static method in class mondrian.util.CompositeList
-
Creates a composite list, inferring the element type from the arguments.
- of(L, R) - Static method in class mondrian.util.Pair
-
Creates a Pair.
- of(T0, T1, T2) - Static method in class mondrian.util.Triple
-
Creates a Triple.
- olap4jUpgrade(String) - Static method in class mondrian.util.Bug
-
If you want to tag a piece of code in mondrian that needs to be changed when we upgrade to a future version of olap4j, reference this function.
- Olap4jXmlaServlet - Class in mondrian.xmla.impl
-
XMLA servlet that gets its connections from an olap4j data source.
- Olap4jXmlaServlet() - Constructor for class mondrian.xmla.impl.Olap4jXmlaServlet
- OlapElement - Interface in mondrian.olap
-
An
OlapElement
is a catalog object (dimension, hierarchy, level, member). - OlapElement.LocalizedProperty - Enum in mondrian.olap
- OlapElementBase - Class in mondrian.olap
-
OlapElementBase
is an abstract base class for implementations ofOlapElement
. - OlapElementBase() - Constructor for class mondrian.olap.OlapElementBase
- ON - Static variable in interface mondrian.olap.ParserSym
- ON - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- one - Static variable in class mondrian.olap.Literal
- onExecuteQuery(String) - Method in interface mondrian.rolap.RolapUtil.ExecuteQueryHook
- onGenerate(SqlQuery) - Method in interface mondrian.rolap.sql.SqlQueryChecker
- only(List<T>) - Static method in class mondrian.olap.Util
-
Returns the sole item in a list.
- onPosition(int) - Method in interface mondrian.calc.TupleList.PositionCallback
- open() - Method in class mondrian.rolap.Target
-
Deprecated.
- open() - Method in class mondrian.rolap.TargetBase
- openStream() - Method in interface mondrian.olap.MondrianPropertiesBase.PropertySource
-
Opens an input stream from the source.
- optimize() - Method in class mondrian.calc.impl.TupleValueCalc
-
Optimizes the scalar evaluation of a tuple.
- optimize(StarColumnPredicate) - Static method in class mondrian.rolap.agg.StarPredicates
-
Optimizes a column predicate.
- optimizeChildren(TupleList, SchemaReader, Cube) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
-
In distinct Count aggregation, if tuple list is a result m.children * n.children then it can be optimized to m * n
- optimizePredicates(RolapStar.Column[], StarColumnPredicate[]) - Method in class mondrian.rolap.agg.Aggregation
-
Drops predicates, where the list of values is close to the values which would be returned anyway.
- OptimizePredicates - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that determines whether Mondrian optimizes predicates.
- optimizeTupleList(Evaluator, TupleList, boolean) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- Options() - Constructor for class mondrian.tui.CmdRunner.Options
- or(BitKey) - Method in class mondrian.rolap.BitKey.Big
- or(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- or(BitKey) - Method in interface mondrian.rolap.BitKey
-
Or the parameter
BitKey
withthis
. - or(BitKey) - Method in class mondrian.rolap.BitKey.Small
- or(RolapStar.Column, List<StarColumnPredicate>) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
-
Returns predicate which is the OR of a list of predicates.
- or(StarPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- or(StarPredicate) - Method in class mondrian.rolap.agg.AndPredicate
- or(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- or(StarPredicate) - Method in class mondrian.rolap.agg.OrPredicate
- or(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
-
Returns this union of this Predicate with another.
- OR - Static variable in interface mondrian.olap.ParserSym
- OR - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- ORACLE - mondrian.spi.Dialect.DatabaseProduct
- OracleDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Oracle database. - OracleDialect() - Constructor for class mondrian.spi.impl.OracleDialect
- OracleDialect(Connection) - Constructor for class mondrian.spi.impl.OracleDialect
-
Creates an OracleDialect.
- orColumn(StarColumnPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- orColumn(StarColumnPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
- orColumn(StarColumnPredicate) - Method in interface mondrian.rolap.StarColumnPredicate
-
Returns this union of this Predicate with another.
- OrderKey - Class in mondrian.olap.fun.sort
- OrderKey(Member) - Constructor for class mondrian.olap.fun.sort.OrderKey
- ordinal - Variable in class mondrian.olap.EnumeratedValues.BasicValue
- ordinal() - Method in interface mondrian.util.SpatialValueTree2.SpatialDimension
-
Ordinal of dimension.
- ordinalColumn - Variable in class mondrian.olap.MondrianDef.AggLevel
- ordinalColumn - Variable in class mondrian.olap.MondrianDef.Level
- ordinalColumn - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- ordinalExp - Variable in class mondrian.olap.MondrianDef.Level
-
The SQL expression used to populate this level's ordinal.
- ordinalExp - Variable in class mondrian.rolap.RolapLevel
-
The column or expression which yields the level's ordinal.
- OrdinalExpression() - Constructor for class mondrian.olap.MondrianDef.OrdinalExpression
- OrdinalExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.OrdinalExpression
- origin - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- orNot(BitKey) - Method in class mondrian.rolap.BitKey.Big
- orNot(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
- orNot(BitKey) - Method in interface mondrian.rolap.BitKey
-
XOr the parameter
BitKey
withthis
. - orNot(BitKey) - Method in class mondrian.rolap.BitKey.Small
- OrPredicate - Class in mondrian.rolap.agg
-
Predicate which is the union of a list of predicates.
- OrPredicate(List<StarPredicate>) - Constructor for class mondrian.rolap.agg.OrPredicate
- OTHER - mondrian.server.monitor.SqlStatementEvent.Purpose
- out(StringBuilder) - Method in class mondrian.util.PartiallyOrderedSet
- outdent() - Method in class mondrian.calc.CalcWriter
-
Decreases the indentation level.
- OutputStream(OutputStream) - Constructor for class mondrian.util.Base64.OutputStream
-
Constructs a
Base64.OutputStream
in ENCODE mode. - OutputStream(OutputStream, int) - Constructor for class mondrian.util.Base64.OutputStream
-
Constructs a
Base64.OutputStream
in either ENCODE or DECODE mode. - over(Iterable<? extends Reference<T2>>) - Static method in class mondrian.olap.Util.GcIterator
-
Creates an iterator over a collection of references.
- over(Iterable<? extends T>...) - Static method in class mondrian.util.UnionIterator
-
Returns the union of a list of iterables.
- over(Collection<? extends T>...) - Static method in class mondrian.util.UnionIterator
-
Returns the union of a list of collections.
- Overlap(boolean, StarColumnPredicate, float) - Constructor for class mondrian.rolap.StarColumnPredicate.Overlap
- overrideContext(RolapEvaluator, CrossJoinArg[], RolapStoredMeasure) - Method in class mondrian.rolap.RolapNativeSet
-
Overrides current members in position by default members in hierarchies which are involved in this filter/topcount.
P
- PAGES - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Pages axis, logical ordinal = 2.
- PAGES - Static variable in interface mondrian.olap.ParserSym
- PAGES - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Pair<L,R> - Class in mondrian.util
-
Pair of values.
- Pair(Map.Entry<? extends L, ? extends R>) - Constructor for class mondrian.util.Pair
-
Creates a pair representing the same mapping as the specified entry.
- Pair(L, R) - Constructor for class mondrian.util.Pair
-
Creates a pair.
- PARAM_CALLBACKS - Static variable in class mondrian.tui.MockServletContext
- PARAM_CALLBACKS - Static variable in class mondrian.xmla.XmlaServlet
- PARAM_CHAR_ENCODING - Static variable in class mondrian.tui.MockServletContext
- PARAM_CHAR_ENCODING - Static variable in class mondrian.xmla.XmlaServlet
- PARAM_DATASOURCES_CONFIG - Static variable in class mondrian.tui.MockServletContext
- PARAM_DATASOURCES_CONFIG - Static variable in class mondrian.xmla.XmlaServlet
- PARAM_OPTIONAL_DATASOURCE_CONFIG - Static variable in class mondrian.xmla.XmlaServlet
- Parameter - Interface in mondrian.olap
-
Parameter to a Query.
- Parameter() - Constructor for class mondrian.olap.MondrianDef.Parameter
- Parameter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Parameter
- Parameter.Scope - Enum in mondrian.olap
-
Scope where a parameter is defined.
- parameterCategories - Variable in class mondrian.olap.fun.FunDefBase
- ParameterCompilable - Interface in mondrian.calc
-
Extension to
Parameter
which allows compilation. - ParameterDefinedMoreThanOnce - Variable in class mondrian.resource.MondrianResource
-
ParameterDefinedMoreThanOnce
is 'Parameter ''{0}'' is defined more than once in this statement
' - parameterDescription - Variable in class mondrian.olap.fun.ParameterFunDef
- ParameterExpr - Class in mondrian.mdx
-
MDX expression which is a usage of a
Parameter
. - ParameterExpr(Parameter) - Constructor for class mondrian.mdx.ParameterExpr
-
Creates a ParameterExpr.
- ParameterFunDef - Class in mondrian.olap.fun
-
A
ParameterFunDef
is a pseudo-function describing calls toParameter
andParamRef
functions. - ParameterFunDef.ParameterResolver - Class in mondrian.olap.fun
-
Resolves calls to the
Parameter
MDX function. - ParameterFunDef.ParamRefResolver - Class in mondrian.olap.fun
-
Resolves calls to the
ParamRef
MDX function. - ParameterImpl - Class in mondrian.olap
-
Implementation of
Parameter
. - ParameterImpl(String, Exp, String, Type) - Constructor for class mondrian.olap.ParameterImpl
- ParameterIsNotModifiable - Variable in class mondrian.resource.MondrianResource
-
ParameterIsNotModifiable
is 'Parameter ''{0}'' (defined at ''{1}'' scope) is not modifiable
' - parameterList - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- parameterName - Variable in class mondrian.olap.fun.ParameterFunDef
- ParameterResolver() - Constructor for class mondrian.olap.fun.ParameterFunDef.ParameterResolver
- parameters - Variable in class mondrian.olap.MondrianDef.Schema
-
This schema's parameter definitions.
- ParameterSlot - Interface in mondrian.calc
-
Implementation of a parameter.
- ParamRefResolver() - Constructor for class mondrian.olap.fun.ParameterFunDef.ParamRefResolver
- parent - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- PARENT_COUNT - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the number of parents that this member has.
- PARENT_COUNT_ORDINAL - Static variable in class mondrian.olap.Property
- PARENT_LEVEL - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the distance from the root of the hierarchy of this member's parent.
- PARENT_LEVEL_ORDINAL - Static variable in class mondrian.olap.Property
- PARENT_UNIQUE_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the Name of the current catalog.
- PARENT_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- parentColumn - Variable in class mondrian.olap.MondrianDef.Closure
- parentColumn - Variable in class mondrian.olap.MondrianDef.Level
- parentCubeMember - Variable in class mondrian.rolap.RolapCubeMember
- parentExp - Variable in class mondrian.olap.MondrianDef.Level
-
The SQL expression used to join to the parent member in a parent-child hierarchy.
- parentExp - Variable in class mondrian.rolap.RolapLevel
-
The expression which joins to the parent member in a parent-child hierarchy, or null if this is a regular hierarchy.
- ParentExpression() - Constructor for class mondrian.olap.MondrianDef.ParentExpression
- ParentExpression(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.ParentExpression
- Parentheses - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
(ARG)
or(ARG, ...)
; that is, parentheses for grouping expressions, and the tuple construction operator. - ParenthesesFunDef - Class in mondrian.olap.fun
-
ParenthesesFunDef
implements the parentheses operator as if it were a function. - ParenthesesFunDef(int) - Constructor for class mondrian.olap.fun.ParenthesesFunDef
- parentMember - Variable in class mondrian.olap.MemberBase
- parse(byte[]) - Static method in class mondrian.tui.XmlUtil
-
Parse a byte array into a Document (no validation).
- parse(File) - Static method in class mondrian.tui.XmlUtil
- parse(InputStream) - Static method in class mondrian.tui.XmlUtil
-
Parse a stream into a Document (no validation).
- parse(String) - Method in class mondrian.web.taglib.ResultCache
- parseCommaList(String) - Static method in class mondrian.olap.Util
-
Parses a comma-separated list.
- parseConnectString(String) - Static method in class mondrian.olap.Util
-
Converts an OLE DB connect string into a
Util.PropertyList
. - parseDataSources(String, Logger) - Static method in class mondrian.tui.XmlaSupport
- ParseException - Exception in mondrian.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception mondrian.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception mondrian.parser.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception mondrian.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseExpression(String) - Method in interface mondrian.olap.Connection
-
Parses an expresion.
- parseExpression(String) - Method in class mondrian.rolap.RolapConnection
- parseExpression(MdxParserValidator.QueryPartFactory, Statement, String, boolean, FunTable) - Method in class mondrian.olap.Parser
-
Parses a string to create an
Exp
. - parseExpression(Statement, String, boolean, FunTable) - Method in class mondrian.parser.JavaccParserValidatorImpl
- parseExpression(Statement, String, boolean, FunTable) - Method in interface mondrian.parser.MdxParserValidator
- parseExpression(Statement, String, boolean, FunTable) - Method in class mondrian.parser.MdxParserValidatorImpl
- parseIdentifier(String) - Static method in class mondrian.olap.Util
-
Parses an MDX identifier such as
[Foo].[Bar].Baz.&Key&Key2
and returns the result as a list of segments. - parseImplementor(String, ClassLoader, Set<Class<T>>) - Method in class mondrian.util.ServiceDiscovery
-
Parses a list of classes that implement a service.
- parseInternal(MdxParserValidator.QueryPartFactory, Statement, String, boolean, FunTable, boolean) - Method in class mondrian.olap.Parser
-
Parses a string to create a
Query
. - parseInternal(Statement, String, boolean, FunTable, boolean) - Method in class mondrian.parser.JavaccParserValidatorImpl
- parseInternal(Statement, String, boolean, FunTable, boolean) - Method in interface mondrian.parser.MdxParserValidator
-
Parses a string to create a
Query
. - parseInternal(Statement, String, boolean, FunTable, boolean) - Method in class mondrian.parser.MdxParserValidatorImpl
- parseInterval(String, TimeUnit) - Static method in class mondrian.olap.Util
-
Parses an interval.
- parseLocale(String) - Static method in class mondrian.olap.Util
-
Parses a locale string.
- parseParameter(String) - Method in class mondrian.tui.CmdRunner
- parseQuery(String) - Method in interface mondrian.olap.Connection
-
Parses a query.
- parseQuery(String) - Method in class mondrian.olap.ConnectionBase
- Parser - Class in mondrian.olap
-
CUP v0.10k generated parser.
- Parser() - Constructor for class mondrian.olap.Parser
-
Default constructor.
- Parser(Scanner) - Constructor for class mondrian.olap.Parser
-
Constructor which sets the default scanner.
- Parser.FactoryImpl - Class in mondrian.olap
- ParserSym - Interface in mondrian.olap
-
CUP generated interface containing symbol constants.
- parseStatement(String) - Method in interface mondrian.olap.Connection
-
Parses a statement.
- parseStatement(String) - Method in class mondrian.rolap.RolapConnection
- parseStatement(Statement, String, FunTable, boolean) - Method in class mondrian.olap.ConnectionBase
-
Parses a query, with specified function table and the mode for strict validation(if true then invalid members are not ignored).
- parseString(String) - Static method in class mondrian.tui.XmlUtil
-
Parse a String into a Document (no validation).
- PARTIAL - mondrian.olap.Role.RollupPolicy
-
The value of the cell is obtained by rolling up the values of accessible children.
- PartiallyOrderedSet<E> - Class in mondrian.util
-
Partially-ordered set.
- PartiallyOrderedSet(PartiallyOrderedSet.Ordering<E>) - Constructor for class mondrian.util.PartiallyOrderedSet
-
Creates a partially-ordered set.
- PartiallyOrderedSet(PartiallyOrderedSet.Ordering<E>, Collection<E>) - Constructor for class mondrian.util.PartiallyOrderedSet
-
Creates a partially-ordered set, and populates it with a given collection.
- PartiallyOrderedSet.Ordering<E> - Interface in mondrian.util
-
Ordering relation.
- partiallySortMembers(Evaluator, List<Member>, Calc, int, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Partially sorts a list of Members by the value of an applied expression.
- partiallySortTuples(Evaluator, TupleList, Calc, int, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Partially sorts a list of Tuples by the value of an applied expression.
- Password - mondrian.xmla.PropertyDefinition
- pattern - Variable in class mondrian.olap.MondrianDef.AggExclude
- pattern - Variable in class mondrian.olap.MondrianDef.AggPattern
- pattern - Variable in class mondrian.xmla.XmlaUtil.Wildcard
- PatternTableDef(String, boolean, ExplicitRules.Group) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
- PDI - mondrian.spi.Dialect.DatabaseProduct
- PdiDataServiceDialect - Class in mondrian.spi.impl
- PdiDataServiceDialect() - Constructor for class mondrian.spi.impl.PdiDataServiceDialect
- PdiDataServiceDialect(Connection) - Constructor for class mondrian.spi.impl.PdiDataServiceDialect
- peek() - Static method in class mondrian.server.Locus
- peek() - Method in class mondrian.util.ArrayStack
-
Analogous to
Stack.peek()
. - peek(CellRequest) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Makes a quick request to the aggregation manager to see whether the cell value required by a particular cell request is in external cache.
- pendingCount - Variable in class mondrian.server.monitor.ExecutionPhaseEvent
- permitsSelectNotInGroupBy - Variable in class mondrian.spi.impl.JdbcDialectImpl
-
Indicates whether the database allows selection of columns not listed in the group by clause.
- phase - Variable in class mondrian.server.monitor.ExecutionPhaseEvent
- phaseCount - Variable in class mondrian.server.monitor.ExecutionEndEvent
- phaseCount - Variable in class mondrian.server.monitor.ExecutionInfo
- phaseCount - Variable in class mondrian.server.monitor.StatementInfo
- pi() - Static method in class mondrian.olap.fun.vba.Excel
- PinSchemaTimeout - mondrian.rolap.RolapConnectionProperties
-
The "PinSchemaTimeout" defines how much time must Mondrian keep a hard reference to schema objects within the pool of schemas.
- PinSetImpl() - Constructor for class mondrian.rolap.agg.AggregationManager.PinSetImpl
- PLAN - Static variable in interface mondrian.olap.ParserSym
- PLAN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- PLUS - Static variable in interface mondrian.olap.ParserSym
- PLUS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- pmt(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- Point - Static variable in class mondrian.olap.fun.LinReg
- PointFunDef(FunDef) - Constructor for class mondrian.olap.fun.LinReg.PointFunDef
- PoolNeeded - mondrian.rolap.RolapConnectionProperties
-
The "PoolNeeded" property tells Mondrian whether to add a layer of connection pooling.
- pop() - Method in class mondrian.util.ArrayStack
-
Analogous to
Stack.pop()
. - pop(Locus) - Static method in class mondrian.server.Locus
- popContextName() - Method in class mondrian.recorder.AbstractRecorder
- popContextName() - Method in interface mondrian.recorder.MessageRecorder
-
Remove the last context name added.
- populate() - Method in class mondrian.olap.MondrianPropertiesBase
-
Loads this property set from: the file "$PWD/mondrian.properties" (if it exists); the "mondrian.properties" in the CLASSPATH; and from the system properties.
- populateCatalog(OlapConnection, Catalog, List<Rowset.Row>) - Method in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- populateFrom(int[], SegmentDataset, CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
- populateFrom(int[], SegmentLoader.RowList, int) - Method in interface mondrian.rolap.agg.SegmentDataset
-
Sets the value a given ordinal.
- populateImpl(XmlaResponse, OlapConnection, List<Rowset.Row>) - Method in class mondrian.xmla.RowsetDefinition.MdschemaCubesRowset
- populateImpl(XmlaResponse, OlapConnection, List<Rowset.Row>) - Method in class mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset
- populateImpl(XmlaResponse, OlapConnection, List<Rowset.Row>) - Method in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- pos - Variable in class mondrian.rolap.RolapCell
- Position - Interface in mondrian.olap
-
A
Position
is an item on anAxis
. - postAction(HttpServletRequest, HttpServletResponse, byte[][], Map<String, Object>) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- postAction(HttpServletRequest, HttpServletResponse, byte[][], Map<String, Object>) - Method in interface mondrian.xmla.XmlaRequestCallback
-
This is called after all Mondrian processing (DISCOVER/EXECUTE) has occurred.
- Postfix - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
arg OPERATOR
(likeIS EMPTY
). - POSTGRESQL - mondrian.spi.Dialect.DatabaseProduct
- PostgreSqlDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the PostgreSQL database. - PostgreSqlDialect(Connection) - Constructor for class mondrian.spi.impl.PostgreSqlDialect
-
Creates a PostgreSqlDialect.
- posttemplate - Variable in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- power(double, double) - Static method in class mondrian.olap.fun.vba.Excel
- pPmt(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- pPmt(double, double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- pPmt(double, double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- preAction(HttpServletRequest, Element[], Map<String, Object>) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- preAction(HttpServletRequest, Element[], Map<String, Object>) - Method in interface mondrian.xmla.XmlaRequestCallback
-
This is called after the headers have been process but before the body (DISCOVER/EXECUTE) has been processed.
- predicates - Variable in class mondrian.rolap.agg.Segment
-
An array of axes, one for each constraining column, containing the values returned for that constraining column.
- Prefix - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
OPERATOR arg
(like unary '-'). - prepareCall(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareCall(String, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareCall(String, int, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareOlapStatement(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String, int[]) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String, int, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareStatement(String, String[]) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- prepareToLoadAggregates() - Method in class mondrian.rolap.RolapStar
-
Place holder in case in the future we wish to be able to reload aggregates.
- prepareTuples(DataSource, TupleList, List<List<RolapMember>>, List<TargetBase>) - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- prepareTuples(DataSource, TupleList, List<List<RolapMember>>, List<TargetBase>) - Method in class mondrian.rolap.SqlTupleReader
- pretemplate - Variable in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- prevCharIsCR - Variable in class mondrian.parser.SimpleCharStream
- prevCharIsLF - Variable in class mondrian.parser.SimpleCharStream
- previous() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
Moves backward one row, or returns false if at the first row.
- previous() - Method in class mondrian.util.UnsupportedList.ListItr
- previousIndex() - Method in class mondrian.util.UnsupportedList.ListItr
- primary() - Method in class mondrian.parser.MdxParserImpl
- primaryKey - Variable in class mondrian.olap.MondrianDef.Hierarchy
- primaryKeyTable - Variable in class mondrian.olap.MondrianDef.Hierarchy
- print(PrintWriter) - Method in interface mondrian.olap.Result
- print(PrintWriter) - Method in class mondrian.olap.ResultBase
- print(PrintWriter) - Method in class mondrian.rolap.agg.Segment
-
Prints the state of this
Segment
, including constraints and values. - print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Print this AggStar.
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
-
Prints this table and its children.
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- print(PrintWriter, String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- print(PrintWriter, String) - Method in class mondrian.rolap.RolapStar.Column
-
Prints this column.
- print(PrintWriter, String) - Method in class mondrian.rolap.RolapStar.Condition
-
Prints this table and its children.
- print(PrintWriter, String) - Method in class mondrian.rolap.RolapStar.Measure
- print(PrintWriter, String) - Method in class mondrian.rolap.RolapStar.Table
-
Prints this table and its children.
- print(PrintWriter, String, boolean) - Method in class mondrian.rolap.RolapStar
-
Prints the state of this
RolapStar
- printCacheState(PrintWriter) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Prints the state of the cache to the given writer.
- printCacheState(PrintWriter) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- printCacheState(PrintWriter, CacheControl.CellRegion) - Method in interface mondrian.olap.CacheControl
-
Prints the state of the cell cache as it pertains to a given region.
- printCacheState(PrintWriter, CacheControl.CellRegion) - Method in class mondrian.rolap.CacheControlImpl
- printCacheState(PrintWriter, CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
-
Prints the state of the member cache as it pertains to a given member set.
- printCacheState(PrintWriter, CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
- printCacheState(CacheControl.CellRegion, PrintWriter, Locus) - Method in class mondrian.rolap.agg.SegmentCacheManager
- printErrorInfos(PrintStream) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- printMemory() - Static method in class mondrian.olap.Util
- printMemory(String) - Static method in class mondrian.olap.Util
- printQueryTime() - Method in class mondrian.tui.CmdRunner
- printResults(String) - Method in class mondrian.tui.CmdRunner
- PrintStreamRecorder - Class in mondrian.recorder
-
Implementation of
MessageRecorder
simply writes messages to PrintStreams. - PrintStreamRecorder() - Constructor for class mondrian.recorder.PrintStreamRecorder
- PrintStreamRecorder(PrintStream, PrintStream) - Constructor for class mondrian.recorder.PrintStreamRecorder
- process(Evaluator, ListCalc, DoubleCalc, DoubleCalc) - Static method in class mondrian.olap.fun.LinReg
- process(XmlaRequest, XmlaResponse) - Method in class mondrian.xmla.XmlaHandler
-
Processes a request.
- PROCESS_BODY - mondrian.xmla.XmlaServlet.Phase
- PROCESS_HEADER - mondrian.xmla.XmlaServlet.Phase
- processCatalog(String, Util.PropertyList) - Method in interface mondrian.spi.DynamicSchemaProcessor
-
Modifies a Mondrian catalog.
- processCatalog(String, Util.PropertyList) - Method in class mondrian.spi.impl.FilterDynamicSchemaProcessor
-
Modifies a Mondrian catalog.
- processHttpHeader(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- processHttpHeader(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in interface mondrian.xmla.XmlaRequestCallback
-
Process the request header items.
- processRequest(HttpServletRequest, HttpServletResponse) - Method in class mondrian.web.servlet.MdxQueryServlet
-
Processes requests for both HTTP
GET
andPOST
methods. - processSchema(String, Util.PropertyList) - Method in interface mondrian.spi.DynamicSchemaProcessor
-
Modifies a Mondrian schema.
- processSchema(String, Util.PropertyList) - Method in class mondrian.spi.impl.FilterDynamicSchemaProcessor
-
Modifies a Mondrian schema.
- processSoapXmla(File, int) - Method in class mondrian.tui.CmdRunner
-
This is called to process a file containing XMLA as the contents of SOAP xml.
- processSoapXmla(File, String, Map<String, String>, String) - Static method in class mondrian.tui.XmlaSupport
-
Process the given input file as a SOAP-XMLA request.
- processSoapXmla(String, String, Map<String, String>, String, Role, Map<List<String>, Servlet>) - Static method in class mondrian.tui.XmlaSupport
- processSoapXmla(String, Servlet) - Static method in class mondrian.tui.XmlaSupport
- processSoapXmla(Document, String, Map<String, String>, String, Role, Map<List<String>, Servlet>) - Static method in class mondrian.tui.XmlaSupport
- processSoapXmla(Document, Servlet) - Static method in class mondrian.tui.XmlaSupport
- processUnrelatedDimensions(TupleList, Evaluator) - Static method in class mondrian.olap.fun.AbstractAggregateFunDef
-
Pushes unrelated dimensions to the top level member from the given list of tuples if the ignoreUnrelatedDimensions property is set on the base cube usage in the virtual cube.
- processXmla(File, int) - Method in class mondrian.tui.CmdRunner
-
This is called to process a file containing XMLA xml.
- processXmla(File, String, Map<String, String>) - Static method in class mondrian.tui.XmlaSupport
-
Processes the given input file as an XMLA request (no SOAP elements).
- processXmla(File, String, Map<String, String>, Map<List<String>, MondrianServer>) - Static method in class mondrian.tui.XmlaSupport
- processXmla(File, String, Map<String, String>, Role, Map<List<String>, MondrianServer>) - Static method in class mondrian.tui.XmlaSupport
- processXmla(String, String, Map<String, String>, Map<List<String>, MondrianServer>) - Static method in class mondrian.tui.XmlaSupport
- processXmla(Document, String, Map<String, String>, Role, Map<List<String>, MondrianServer>) - Static method in class mondrian.tui.XmlaSupport
- processXmla(Element, String, Map<String, String>, Role, Map<List<String>, MondrianServer>) - Static method in class mondrian.tui.XmlaSupport
- production_table() - Method in class mondrian.olap.Parser
-
Access to production table.
- productVersion - Variable in class mondrian.spi.impl.JdbcDialectImpl
-
Product version per JDBC driver.
- PROFILE_LOGGER - Static variable in class mondrian.rolap.RolapUtil
- ProfileHandler - Interface in mondrian.spi
-
Called when a statement has profile information.
- project(int[]) - Method in class mondrian.calc.impl.DelegatingTupleList
- project(int[]) - Method in class mondrian.calc.impl.UnaryTupleList
- project(int[]) - Method in interface mondrian.calc.TupleList
- PROPDEF_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- properties - Variable in class mondrian.olap.MondrianDef.AggLevel
- properties - Variable in class mondrian.olap.MondrianDef.Level
- properties - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- properties - Variable in class mondrian.rolap.RolapLevel
- PROPERTIES - Static variable in interface mondrian.olap.ParserSym
- PROPERTIES - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Property - Class in mondrian.olap
-
Property
is the definition of a member property. - Property - mondrian.olap.Syntax
-
Defines syntax for expression invoked as
object.PROPERTY
. - Property() - Constructor for class mondrian.olap.MondrianDef.Property
- Property(String, Property.Datatype, int, boolean, boolean, boolean, String) - Constructor for class mondrian.olap.Property
-
Creates a property definition.
- Property(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Property
- Property.Datatype - Enum in mondrian.olap
- PropertyDefinition - Enum in mondrian.xmla
-
Defines an XML for Analysis Property.
- propertyFormatter - Variable in class mondrian.olap.MondrianDef.Property
-
Property formatter.
- propertyFormatter(String, String) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
PropertyFormatter
SPI based on a script. - PropertyFormatter - Interface in mondrian.olap
-
Deprecated.Use
PropertyFormatter
. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. - PropertyFormatter - Interface in mondrian.spi
-
SPI to redefine a member property display string.
- PropertyFormatter() - Constructor for class mondrian.olap.MondrianDef.PropertyFormatter
- PropertyFormatter(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.PropertyFormatter
- PropertyFormatterLoadFailed - Variable in class mondrian.resource.MondrianResource
-
PropertyFormatterLoadFailed
is 'Failed to load formatter class ''{0}'' for property ''{1}''.
' - PropertyList() - Constructor for class mondrian.olap.Util.PropertyList
- PropertyUtil - Class in mondrian.util
-
Utilities to generate MondrianProperties.java and mondrian.properties from property definitions in MondrianProperties.xml.
- PropertyUtil() - Constructor for class mondrian.util.PropertyUtil
- PropertyValueMapFactoryClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the name of the factory class used to create maps of member properties to their respective values.
- Provider - mondrian.rolap.RolapConnectionProperties
-
The "Provider" property must have the value
"Mondrian"
. - PROVIDER_TYPE - Static variable in class mondrian.xmla.Enumeration
- PROVIDER_TYPE_DMP - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- PROVIDER_TYPE_MDP - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- PROVIDER_TYPE_TDP - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
- providerName - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
Customized Service Provider Name.
- ProviderName - mondrian.xmla.PropertyDefinition
- ProviderName - Static variable in class mondrian.xmla.DataSourcesConfig
- providerType - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
Ignored.
- ProviderType - Static variable in class mondrian.xmla.DataSourcesConfig
- ProviderVersion - mondrian.xmla.PropertyDefinition
- prune() - Method in class mondrian.olap.Walker
-
Tell walker that we don't want to visit any (more) children of this node.
- pruneSiblings() - Method in class mondrian.olap.Walker
- PublicDimensionMustNotHaveForeignKey - Variable in class mondrian.resource.MondrianResource
-
PublicDimensionMustNotHaveForeignKey
is 'Dimension ''{0}'' has a foreign key.
- purpose - Variable in class mondrian.server.monitor.SqlStatementEvent
-
Purpose of executing this SQL statement.
- push() - Method in interface mondrian.olap.Evaluator
-
Creates a new Evaluator with the same context as this evaluator.
- push() - Method in class mondrian.rolap.RolapEvaluator
- push(boolean) - Method in interface mondrian.olap.Evaluator
-
Deprecated.Use
Evaluator.savepoint()
followed byEvaluator.setNonEmpty(boolean)
; will be removed in mondrian-4 - push(boolean) - Method in class mondrian.rolap.RolapEvaluator
- push(boolean, boolean) - Method in interface mondrian.olap.Evaluator
-
Deprecated.Use
Evaluator.savepoint()
followed byEvaluator.setNonEmpty(boolean)
andEvaluator.setNativeEnabled(boolean)
; will be removed in mondrian-4. - push(boolean, boolean) - Method in class mondrian.rolap.RolapEvaluator
- push(E) - Method in class mondrian.util.ArrayStack
-
Analogous to
Stack.push(E)
. - push(Member) - Method in interface mondrian.olap.Evaluator
-
Deprecated.Use
Evaluator.savepoint()
followed byEvaluator.setContext(Member)
; will be removed in mondrian-4 - push(Member) - Method in class mondrian.rolap.RolapEvaluator
- push(Member[]) - Method in interface mondrian.olap.Evaluator
-
Deprecated.Use
Evaluator.savepoint()
followed byEvaluator.setContext(Member[])
; will be removed in mondrian-4 - push(Member[]) - Method in class mondrian.rolap.RolapEvaluator
- push(Locus) - Static method in class mondrian.server.Locus
- pushAggregation(List<List<Member>>) - Method in interface mondrian.olap.Evaluator
-
Returns a new Aggregator whose aggregation context adds a given list of tuples, and whose evaluation context is the same as this Aggregator.
- pushAggregation(List<List<Member>>) - Method in class mondrian.rolap.RolapEvaluator
- pushContextName(String) - Method in class mondrian.recorder.AbstractRecorder
- pushContextName(String) - Method in interface mondrian.recorder.MessageRecorder
-
Add the name parameter to the current context.
- put(String, String) - Method in class mondrian.olap.Util.PropertyList
- put(String, String) - Method in class mondrian.rolap.sql.SqlQuery.CodeSet
- put(K, SqlConstraint, V) - Method in class mondrian.rolap.SmartMemberListCache
- put(K, V) - Method in interface mondrian.rolap.cache.SmartCache
-
Places a key/value pair into the cache.
- put(K, V) - Method in class mondrian.rolap.cache.SmartCacheImpl
- put(K, V) - Method in class mondrian.rolap.SmartIncrementalCache
- put(K, V) - Method in class mondrian.util.BlockingHashMap
-
Places a (request, response) pair onto the map.
- put(SegmentHeader, SegmentBody) - Method in class mondrian.rolap.agg.SegmentCacheWorker
-
Places a segment in the cache.
- put(SegmentHeader, SegmentBody) - Method in class mondrian.rolap.cache.MemorySegmentCache
- put(SegmentHeader, SegmentBody) - Method in interface mondrian.spi.SegmentCache
-
Stores a segment data in the cache.
- put(S, T) - Method in class mondrian.util.CacheMap
- put(V) - Method in class mondrian.util.SlotFuture
-
Writes a value into the slot, indicating that the task has completed successfully.
- putAll(Map) - Method in class mondrian.util.CacheMap
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) - Method in class mondrian.rolap.MemberCacheHelper
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) - Method in class mondrian.rolap.MemberCacheHelper
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) - Method in class mondrian.rolap.MemberNoCacheHelper
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
- putEvalCache(String, Object) - Method in class mondrian.olap.Query
-
Put an Object value into the evaluation cache with given key.
- putImpl(K, V) - Method in class mondrian.rolap.cache.HardSmartCache
- putImpl(K, V) - Method in class mondrian.rolap.cache.SmartCacheImpl
- putImpl(K, V) - Method in class mondrian.rolap.cache.SoftSmartCache
- putLevelMembersInCache(RolapLevel, TupleConstraint, List<RolapMember>) - Method in class mondrian.rolap.MemberCacheHelper
-
Deprecated.
- putLevelMembersInCache(RolapLevel, TupleConstraint, List<RolapMember>) - Method in class mondrian.rolap.MemberNoCacheHelper
- putMember(Object, RolapMember) - Method in class mondrian.rolap.MemberCacheHelper
- putMember(Object, RolapMember) - Method in class mondrian.rolap.MemberNoCacheHelper
- putMember(Object, RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
- pV(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
Q
- quartile(Evaluator, TupleList, Calc, int) - Static method in class mondrian.olap.fun.FunUtil
-
Returns the member which lies upon a particular quartile according to a given expression.
- query - Variable in class mondrian.olap.ResultBase
- query - Variable in class mondrian.server.StatementImpl
- Query - Class in mondrian.olap
-
Query
is an MDX query. - Query(Statement, Cube, Formula[], QueryAxis[], QueryAxis, QueryPart[], Parameter[], boolean) - Constructor for class mondrian.olap.Query
-
Creates a Query.
- Query(Statement, Formula[], QueryAxis[], String, QueryAxis, QueryPart[], boolean) - Constructor for class mondrian.olap.Query
-
Creates a Query.
- Query.ScopedNamedSet - Class in mondrian.olap
- QueryAxis - Class in mondrian.olap
-
An axis in an MDX query.
- QueryAxis(boolean, Exp, AxisOrdinal, QueryAxis.SubtotalVisibility) - Constructor for class mondrian.olap.QueryAxis
-
Creates an axis with no dimension properties.
- QueryAxis(boolean, Exp, AxisOrdinal, QueryAxis.SubtotalVisibility, Id[]) - Constructor for class mondrian.olap.QueryAxis
-
Creates an axis.
- QueryAxis.SubtotalVisibility - Enum in mondrian.olap
-
SubtotalVisibility
enumerates the allowed values of whether subtotals are visible. - QueryCanceled - Variable in class mondrian.resource.MondrianResource
-
QueryCanceled
is 'Query canceled
' - QueryCanceledException - Exception in mondrian.olap
-
Exception which indicates that a query was canceled by an end-user.
- QueryCanceledException(String) - Constructor for exception mondrian.olap.QueryCanceledException
-
Creates a QueryCanceledException.
- QueryFileDirectory - Variable in class mondrian.olap.MondrianProperties
-
Property defining where the test XML files are.
- QueryFilePattern - Variable in class mondrian.olap.MondrianProperties
-
Property that defines a pattern for which test XML files to run.
- QueryLimit - Variable in class mondrian.olap.MondrianProperties
-
Maximum number of simultaneous queries the system will allow.
- QueryLimitReached - Variable in class mondrian.resource.MondrianResource
-
QueryLimitReached
is 'The number of concurrent MDX statements that can be processed simultaneously by this Mondrian server instance ({0,number}) has been reached.
- QueryPart - Class in mondrian.olap
-
Component of an MDX query (derived classes include Query, Axis, Exp, Level).
- QueryPrintWriter - Class in mondrian.mdx
-
PrintWriter used for unparsing queries.
- QueryPrintWriter(Writer) - Constructor for class mondrian.mdx.QueryPrintWriter
- QuerySpec - Interface in mondrian.rolap.agg
-
Contains the information necessary to generate a SQL statement to retrieve a set of cells.
- QueryTag - Class in mondrian.web.taglib
-
A
QueryTag
creates aResultCache
object and initializes it with the MDX query. - QueryTag() - Constructor for class mondrian.web.taglib.QueryTag
- queryTimeout - Variable in class mondrian.server.StatementImpl
-
Query timeout, in milliseconds
- QueryTimeout - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the timeout value (in seconds) for queries.
- QueryTimeout - Variable in class mondrian.resource.MondrianResource
-
QueryTimeout
is 'Query timeout of {0,number} seconds reached
' - QueryTimeoutException - Exception in mondrian.olap
-
Exception which indicates that a query executed for longer than its allowed time and was automatically canceled.
- QueryTimeoutException(String) - Constructor for exception mondrian.olap.QueryTimeoutException
-
Creates a QueryTimeoutException.
- QueryTiming - Class in mondrian.olap
-
Provides hooks for recording timing information of components of Query execution.
- QueryTiming() - Constructor for class mondrian.olap.QueryTiming
- quote(StringBuilder, Object, Dialect.Datatype) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a value quoted for its type.
- quote(StringBuilder, Object, Dialect.Datatype) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteBooleanLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a boolean literal.
- quoteBooleanLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteBooleanLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- quoteBooleanLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.MySqlDialect
- QUOTED - mondrian.olap.Id.Quoting
-
Quoted identifier, for example "[Measures]".
- QUOTED_ID - Static variable in interface mondrian.olap.ParserSym
- QUOTED_ID - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- quoteDateLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a date literal.
- quoteDateLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.AccessDialect
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.DerbyDialect
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.HiveDialect
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.HsqldbDialect
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.JdbcDialectImpl
-
Helper method for
JdbcDialectImpl.quoteDateLiteral(StringBuilder, String)
. - quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.NuoDbDialect
-
NuoDB does not yet support ANSI SQL:2003 for DATE literals so we have to cast dates using a function.
- quoteDateLiteral(StringBuilder, String, Date) - Method in class mondrian.spi.impl.SybaseDialect
- QuotedProperty - mondrian.olap.Syntax
-
Defines syntax for expression invoked
object.&PROPERTY
(a variant ofSyntax.Property
). - quoteForMdx(String) - Static method in class mondrian.olap.Util
-
Converts a string into a double-quoted string.
- quoteForMdx(StringBuilder, String) - Static method in class mondrian.olap.Util
-
Appends a double-quoted string to a string builder.
- quoteIdentifier(String) - Method in interface mondrian.spi.Dialect
-
Encloses an identifier in quotation marks appropriate for this Dialect.
- quoteIdentifier(String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteIdentifier(StringBuilder, String...) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a list of identifiers, quoted appropriately for this Dialect.
- quoteIdentifier(StringBuilder, String...) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteIdentifier(String, String) - Method in interface mondrian.spi.Dialect
-
Encloses an identifier in quotation marks appropriate for the current SQL dialect.
- quoteIdentifier(String, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteIdentifier(String, StringBuilder) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer an identifier, quoted appropriately for this Dialect.
- quoteIdentifier(String, StringBuilder) - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- quoteIdentifier(String, StringBuilder) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteJavaString(String) - Static method in class mondrian.olap.Util
-
Quotes a string literal for Java or JavaScript.
- quoteMdxIdentifier(String) - Static method in class mondrian.olap.Util
-
Return string quoted in [...].
- quoteMdxIdentifier(String, StringBuilder) - Static method in class mondrian.olap.Util
- quoteMdxIdentifier(List<Id.Segment>) - Static method in class mondrian.olap.Util
-
Return identifiers quoted in [...].[...].
- quoteMdxIdentifier(List<Id.Segment>, StringBuilder) - Static method in class mondrian.olap.Util
- quoteNumericLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a numeric literal.
- quoteNumericLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quotePattern(String) - Static method in class mondrian.olap.Util
-
Returns a literal pattern String for the specified String.
- quotePattern(String) - Method in interface mondrian.util.UtilCompatible
- quotePattern(String) - Method in class mondrian.util.UtilCompatibleJdk15
- quoteStringLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a single-quoted SQL string.
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.ImpalaDialect
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.MonetDbDialect
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.MySqlDialect
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.RedshiftDialect
- quoteStringLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.SnowflakeDialect
- quoteTimeLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a time literal.
- quoteTimeLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteTimestampLiteral(StringBuilder, String) - Method in interface mondrian.spi.Dialect
-
Appends to a buffer a timestamp literal.
- quoteTimestampLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.HiveDialect
- quoteTimestampLiteral(StringBuilder, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteTimestampLiteral(StringBuilder, String, Timestamp) - Method in class mondrian.spi.impl.JdbcDialectImpl
- quoteTimestampLiteral(StringBuilder, String, Timestamp) - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- quoteValue(StringBuilder, Dialect, String) - Method in enum mondrian.spi.Dialect.Datatype
-
Appends to a buffer a value of this type, in the appropriate format for this dialect.
- quoting - Variable in class mondrian.olap.Id.Segment
R
- R2 - Static variable in class mondrian.olap.fun.LinReg
- R2FunDef(FunDef) - Constructor for class mondrian.olap.fun.LinReg.R2FunDef
- radians(double) - Static method in class mondrian.olap.fun.vba.Excel
- RangeColumnPredicate - Class in mondrian.rolap.agg
-
Predicate constraining a column to be greater than or less than a given bound, or between a pair of bounds.
- RangeColumnPredicate(RolapStar.Column, boolean, ValueColumnPredicate, boolean, ValueColumnPredicate) - Constructor for class mondrian.rolap.agg.RangeColumnPredicate
-
Creates a RangeColumnPredicate.
- RangeIterator(NativizeSetFunDef.Range, int) - Constructor for class mondrian.olap.fun.NativizeSetFunDef.RangeIterator
- RankFunDef - Class in mondrian.olap.fun
-
Definition of the
RANK
MDX function. - RankFunDef(FunDef) - Constructor for class mondrian.olap.fun.RankFunDef
- rate(double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- rate(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- rate(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
- rate(double, double, double, double, boolean, double) - Static method in class mondrian.olap.fun.vba.Vba
- RBRACE - Static variable in interface mondrian.olap.ParserSym
- RBRACE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- rColumn - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- read() - Method in class mondrian.util.Base64.InputStream
-
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class mondrian.util.Base64.InputStream
-
Calls
Base64.InputStream.read()
repeatedly until the end of stream is reached or len bytes are read. - ReadAggregates - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that determines whether Mondrian should read aggregate tables.
- readBlock(Reader, StringBuilder, int, String, String, boolean, boolean, StringBuilder, int) - Static method in class mondrian.tui.CmdRunner
-
Start of a delimted block, read all of it even if it spans more than one line adding each line's
to the buffer. - readChar() - Method in class mondrian.parser.SimpleCharStream
-
Read a character.
- readFile(File) - Static method in class mondrian.tui.XmlaSupport
-
Reads a file line by line, adds a '\n' after each line and returns in a String.
- readFully(InputStream, int) - Static method in class mondrian.olap.Util
-
Reads an input stream until it returns EOF and returns the contents as an array of bytes.
- readFully(Reader, int) - Static method in class mondrian.olap.Util
-
Reads a Reader until it returns EOF and returns the contents as a String.
- readLine(Reader, boolean) - Static method in class mondrian.tui.CmdRunner
-
Gather up a line ending in '\n' or EOF.
- readMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
-
Reads the children of
member
intoresult
. - readMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- readMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- readMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SmartMemberReader
-
Reads the children of
member
into cache, and also intoresult
. - readMembers(DataSource, TupleList, List<List<RolapMember>>) - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- readMembers(DataSource, TupleList, List<List<RolapMember>>) - Method in class mondrian.rolap.SqlTupleReader
- readMembers(DataSource, TupleList, List<List<RolapMember>>) - Method in interface mondrian.rolap.TupleReader
-
Performs the read.
- readNextTuple() - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.Reads next tuple, notifying all internal targets.
- readString(Reader, StringBuilder, int, StringBuilder, int) - Static method in class mondrian.tui.CmdRunner
-
Start of a string, read all of it even if it spans more than one line adding each line's
to the buffer. - readTuples(DataSource, TupleList, List<List<RolapMember>>) - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- readTuples(DataSource, TupleList, List<List<RolapMember>>) - Method in class mondrian.rolap.SqlTupleReader
- readTuples(DataSource, TupleList, List<List<RolapMember>>) - Method in interface mondrian.rolap.TupleReader
-
Performs the read.
- readURL(String, Map<String, String>) - Static method in class mondrian.olap.Util
-
Returns the contents of a URL, substituting tokens.
- readURL(URL) - Static method in class mondrian.olap.Util
-
Returns the contents of a URL.
- readURL(URL, Map<String, String>) - Static method in class mondrian.olap.Util
-
Returns the contents of a URL, substituting tokens.
- readVirtualFile(String) - Static method in class mondrian.olap.Util
-
Gets content via Apache VFS.
- readVirtualFileAsString(String) - Static method in class mondrian.olap.Util
- recordCellRequest(CellRequest) - Method in class mondrian.rolap.FastBatchingCellReader
- RecorderException - Exception in mondrian.recorder
-
Exception thrown by
MessageRecorder
when too many errors have been reported. - RecorderException(String) - Constructor for exception mondrian.recorder.RecorderException
- recordMessage(String, Object, AbstractRecorder.MsgType) - Method in class mondrian.recorder.AbstractRecorder
-
Handles a message.
- recordMessage(String, Object, AbstractRecorder.MsgType) - Method in class mondrian.recorder.ListRecorder
- recordMessage(String, Object, AbstractRecorder.MsgType) - Method in class mondrian.recorder.LoggerRecorder
- recordMessage(String, Object, AbstractRecorder.MsgType) - Method in class mondrian.recorder.PrintStreamRecorder
- REDSHIFT - mondrian.spi.Dialect.DatabaseProduct
- RedshiftDialect - Class in mondrian.spi.impl
-
User: cboyden Date: 2/8/13
- RedshiftDialect(Connection) - Constructor for class mondrian.spi.impl.RedshiftDialect
-
Creates a RedshiftDialect.
- reduce_table() - Method in class mondrian.olap.Parser
-
Access to
reduce_goto
table. - reExecuteMdxCmd() - Method in class mondrian.tui.CmdRunner
- Ref() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Ref
- Ref(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Ref
- refId - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Ref
- ReflectiveMultiResolver - Class in mondrian.olap.fun
-
Resolver which uses reflection to instantiate a
FunDef
. - ReflectiveMultiResolver(String, String, String, String[], Class) - Constructor for class mondrian.olap.fun.ReflectiveMultiResolver
- ReflectiveMultiResolver(String, String, String, String[], Class, String[]) - Constructor for class mondrian.olap.fun.ReflectiveMultiResolver
- Regex() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Regex
- Regex(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Regex
- RegexMapper() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- RegexMapper(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- regexs - Variable in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
-
This is an array of Regex.
- register(Class<? extends Dialect>) - Static method in class mondrian.spi.DialectManager
-
Registers a Dialect class.
- register(Object) - Method in class mondrian.util.LockBox
-
Adds an object to the lock box, and returns a key for it.
- register(String, RolapNative) - Method in class mondrian.rolap.RolapNativeRegistry
- register(SegmentWithData) - Method in class mondrian.rolap.RolapStar
- register(DialectFactory) - Static method in class mondrian.spi.DialectManager
-
Registers a DialectFactory.
- register(V) - Method in class mondrian.olap.EnumeratedValues
-
Associates a symbolic name with an ordinal value.
- registerFormatLocale(Format.FormatLocale, Locale) - Static method in class mondrian.util.Format
-
Registers a
Format.FormatLocale
to a givenLocale
. - registerParameter(Parameter) - Method in interface mondrian.calc.ExpCompiler
-
Implements a parameter, returning a unique slot which will hold the parameter's value.
- registerParameter(Parameter) - Method in class mondrian.calc.impl.AbstractExpCompiler
- registerParameter(Parameter) - Method in class mondrian.calc.impl.DelegatingExpCompiler
- registerRootRelation(MondrianDef.RelationOrJoin) - Method in class mondrian.rolap.sql.SqlQuery
- registerStatement(Locus, Statement) - Method in class mondrian.server.Execution
-
This method is typically called by SqlStatement at construction time.
- Regular - mondrian.olap.LevelType
-
Deprecated.Indicates that the level is not related to time.
- REGULAR - mondrian.olap.Member.MemberType
- rehash(int) - Method in class mondrian.util.ObjectPool
- ReInit(InputStream) - Method in class mondrian.parser.MdxParserImpl
-
Reinitialise.
- ReInit(InputStream) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class mondrian.parser.MdxParserImpl
-
Reinitialise.
- ReInit(InputStream, String) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class mondrian.parser.MdxParserImpl
-
Reinitialise.
- ReInit(Reader) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class mondrian.parser.SimpleCharStream
-
Reinitialise.
- ReInit(MdxParserImplTokenManager) - Method in class mondrian.parser.MdxParserImpl
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class mondrian.parser.MdxParserImplTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class mondrian.parser.MdxParserImplTokenManager
-
Reinitialise parser.
- relation - Variable in class mondrian.olap.MondrianDef.Hierarchy
- relation - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- relation - Variable in class mondrian.rolap.RolapHierarchy
- Relation() - Constructor for class mondrian.olap.MondrianDef.Relation
- Relation(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Relation
- RelationOrJoin() - Constructor for class mondrian.olap.MondrianDef.RelationOrJoin
- RelationOrJoin(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.RelationOrJoin
- releaseSavepoint(Savepoint) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- reloadDataSources() - Method in class mondrian.server.DynamicContentFinder
-
Checks for updates to datasources content, flushes obsolete catalogs.
- reloadNullLiteral() - Static method in class mondrian.rolap.RolapUtil
- remaining - Variable in class mondrian.rolap.StarColumnPredicate.Overlap
- remove() - Method in class mondrian.calc.impl.AbstractTupleIterator
- remove() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- remove() - Method in class mondrian.olap.fun.NativizeSetFunDef.RangeIterator
- remove() - Method in class mondrian.olap.Util.GcIterator
- remove() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- remove() - Method in class mondrian.util.UnionIterator
- remove() - Method in class mondrian.util.UnsupportedList.Itr
- remove(int) - Method in class mondrian.calc.impl.ArrayTupleList
- remove(int) - Method in class mondrian.calc.impl.ListTupleList
- remove(int) - Method in class mondrian.calc.impl.UnaryTupleList
- remove(int) - Method in class mondrian.olap.Util.AbstractFlatList
- remove(int) - Method in class mondrian.util.UnsupportedList
- remove(Object) - Method in class mondrian.olap.Util.AbstractFlatList
- remove(Object) - Method in class mondrian.util.CacheMap
- remove(Object) - Method in class mondrian.util.PartiallyOrderedSet
- remove(Object) - Method in class mondrian.util.UnsupportedList
- remove(String) - Method in class mondrian.olap.Util.PropertyList
- remove(K) - Method in interface mondrian.rolap.cache.SmartCache
-
Removes a key from the cache.
- remove(K) - Method in class mondrian.rolap.cache.SmartCacheImpl
- remove(RolapStar, SegmentHeader) - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Removes a segment from segment index.
- remove(SegmentHeader) - Method in class mondrian.rolap.agg.SegmentCacheWorker
-
Removes a segment from the cache.
- remove(SegmentHeader) - Method in class mondrian.rolap.cache.MemorySegmentCache
- remove(SegmentHeader) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Removes a header from the index.
- remove(SegmentHeader) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- remove(SegmentHeader) - Method in interface mondrian.spi.SegmentCache
-
Removes a segment from the cache.
- removeAll(Collection<?>) - Method in class mondrian.olap.Util.AbstractFlatList
- removeAll(Collection<?>) - Method in class mondrian.util.UnsupportedList
- removeAllListener() - Method in class mondrian.util.AbstractMemoryMonitor
- removeAllListener() - Method in class mondrian.util.FauxMemoryMonitor
- removeAllListener() - Method in interface mondrian.util.MemoryMonitor
-
Clear out all
Listener
s and turnoff JVM memory notification. - removeAppender(Appender, Logger) - Static method in class mondrian.olap.Util
- removeAttribute(String) - Method in class mondrian.tui.MockHttpServletRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class mondrian.tui.MockServletContext
-
Removes the attribute with the given name from the servlet context.
- removeConnection(RolapConnection) - Method in class mondrian.olap.MondrianServer
-
Called when a connection is closed.
- removeContext() - Method in class mondrian.calc.ExpCompiler.Factory
-
Get the current override contect.
- removeContext() - Method in class mondrian.util.ObjectFactory
-
Gets the current override values in the opaque context object and clears those values within the Factory.
- removeCube(String) - Method in interface mondrian.olap.Schema
-
Removes a cube.
- removeCube(String) - Method in class mondrian.rolap.RolapSchema
- removeCurrMember() - Method in class mondrian.rolap.TargetBase
- removeDB(DataSource) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Removes a JdbcSchema associated with a DataSource.
- removeDB(JdbcSchema) - Method in interface mondrian.rolap.aggmatcher.JdbcSchema.Factory
- removeDB(JdbcSchema) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.StdFactory
- removeDimension(Dimension, List<List<Member>>) - Method in class mondrian.rolap.RolapResult
- removeFormula(String, boolean) - Method in class mondrian.olap.Query
-
Remove a formula from the query.
- removeImpl(K) - Method in class mondrian.rolap.cache.HardSmartCache
- removeImpl(K) - Method in class mondrian.rolap.cache.SmartCacheImpl
- removeImpl(K) - Method in class mondrian.rolap.cache.SoftSmartCache
- removeListener(SegmentCache.SegmentCacheListener) - Method in class mondrian.rolap.cache.MemorySegmentCache
- removeListener(SegmentCache.SegmentCacheListener) - Method in interface mondrian.spi.SegmentCache
-
Unregisters a listener from this segment cache implementation.
- removeListener(MemoryMonitor.Listener) - Method in class mondrian.util.AbstractMemoryMonitor
- removeListener(MemoryMonitor.Listener) - Method in class mondrian.util.FauxMemoryMonitor
- removeListener(MemoryMonitor.Listener) - Method in interface mondrian.util.MemoryMonitor
-
Removes a
Listener
from theMemoryMonitor
. - removeMember(Object) - Method in class mondrian.rolap.MemberCacheHelper
- removeMember(Object) - Method in class mondrian.rolap.MemberNoCacheHelper
- removeMember(Object) - Method in class mondrian.rolap.NoCacheMemberReader
- removeMemberAndDescendants(Object) - Method in class mondrian.rolap.MemberCacheHelper
- removeMemberAndDescendants(Object) - Method in class mondrian.rolap.MemberNoCacheHelper
- removeMemberAndDescendants(Object) - Method in class mondrian.rolap.NoCacheMemberReader
- removeOverlappingTupleEntries(TupleList) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
-
In case of distinct count aggregation if a tuple which is a super set of other tuples in the set exists then the child tuples can be ignored.
- removeRange(int, int) - Method in class mondrian.calc.impl.ListTupleList
- removeStatement(Statement) - Method in class mondrian.olap.MondrianServer
-
Called when a statement is closed.
- renameFormula(String, String) - Method in class mondrian.olap.Query
-
Finds formula by name and renames it to new name.
- reOrderAggStarList() - Method in class mondrian.rolap.RolapStar
-
Reorder the list of aggregate stars.
- replace(StringBuilder, int, String, String) - Static method in class mondrian.olap.Util
-
Replaces all occurrences of a string in a buffer with another.
- replace(String, String, String) - Static method in class mondrian.olap.fun.vba.Vba
- replace(String, String, String) - Static method in class mondrian.olap.Util
-
Returns a string with every occurrence of a seek string replaced with another.
- replace(String, String, String, int) - Static method in class mondrian.olap.fun.vba.Vba
- replace(String, String, String, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- replace(String, String, String, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- replaceNonAllMembers(List<List<Member>>, RolapResult.AxisMemberList) - Method in class mondrian.rolap.RolapResult
- replaceProperties(String, Map<String, String>) - Static method in class mondrian.olap.Util
-
Replaces tokens in a string.
- report_error(String, Object) - Method in class mondrian.olap.Parser
- report_fatal_error(String, Object) - Method in class mondrian.olap.Parser
- reportError(Exception) - Method in class mondrian.recorder.AbstractRecorder
- reportError(Exception) - Method in interface mondrian.recorder.MessageRecorder
-
Add an Exception.
- reportError(Exception, Object) - Method in class mondrian.recorder.AbstractRecorder
- reportError(Exception, Object) - Method in interface mondrian.recorder.MessageRecorder
-
Add an Exception and extra informaton.
- reportError(String) - Method in class mondrian.recorder.AbstractRecorder
- reportError(String) - Method in interface mondrian.recorder.MessageRecorder
-
Add an error message.
- reportError(String, Object) - Method in class mondrian.recorder.AbstractRecorder
- reportError(String, Object) - Method in interface mondrian.recorder.MessageRecorder
-
Add an error message and extra information.
- reportInfo(String) - Method in class mondrian.recorder.AbstractRecorder
- reportInfo(String) - Method in interface mondrian.recorder.MessageRecorder
-
Add an informational message.
- reportInfo(String, Object) - Method in class mondrian.recorder.AbstractRecorder
- reportInfo(String, Object) - Method in interface mondrian.recorder.MessageRecorder
-
Add an informational message and extra information.
- reportWarning(String) - Method in class mondrian.recorder.AbstractRecorder
- reportWarning(String) - Method in interface mondrian.recorder.MessageRecorder
-
Add a warning message.
- reportWarning(String, Object) - Method in class mondrian.recorder.AbstractRecorder
- reportWarning(String, Object) - Method in interface mondrian.recorder.MessageRecorder
-
Add a warning message and extra information.
- Repository - Interface in mondrian.server
-
Callback by which a
MondrianServer
finds its databases, catalogs and schemas. - RepositoryContentFinder - Interface in mondrian.server
-
Callback to get the content of the repository as an XML string.
- requiresAliasForFromQuery() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect requires subqueries in the FROM clause to have an alias.
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.DerbyDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.GreenplumDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.HiveDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.ImpalaDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.MonetDbDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.MySqlDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.NeoviewDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.PostgreSqlDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.SybaseDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.TeradataDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.VectorwiseDialect
- requiresAliasForFromQuery() - Method in class mondrian.spi.impl.VerticaDialect
- requiresExpression() - Method in interface mondrian.olap.Validator
-
Returns whether the current context requires an expression.
- requiresExpression(int) - Method in class mondrian.olap.fun.CacheFunDef.CacheFunResolver
- requiresExpression(int) - Method in class mondrian.olap.fun.MultiResolver
- requiresExpression(int) - Method in interface mondrian.olap.fun.Resolver
-
Returns whether a particular argument must be a scalar expression.
- requiresExpression(int) - Method in class mondrian.olap.fun.UdfResolver
- requiresGroupByAlias() - Method in interface mondrian.spi.Dialect
-
Returns true if this Dialect can include expressions in the GROUP BY clause only by adding an expression to the SELECT clause and using its alias.
- requiresGroupByAlias() - Method in class mondrian.spi.impl.GreenplumDialect
- requiresGroupByAlias() - Method in class mondrian.spi.impl.HiveDialect
- requiresGroupByAlias() - Method in class mondrian.spi.impl.InfobrightDialect
- requiresGroupByAlias() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresHavingAlias() - Method in interface mondrian.spi.Dialect
-
Returns true if this Dialect can include expressions in the HAVING clause only by adding an expression to the SELECT clause and using its alias.
- requiresHavingAlias() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresHavingAlias() - Method in class mondrian.spi.impl.MySqlDialect
- requiresHavingAlias() - Method in class mondrian.spi.impl.VectorwiseDialect
- requiresOrderByAlias() - Method in interface mondrian.spi.Dialect
-
Returns true if this Dialect can include expressions in the ORDER BY clause only by adding an expression to the SELECT clause and using its alias.
- requiresOrderByAlias() - Method in class mondrian.spi.impl.HiveDialect
- requiresOrderByAlias() - Method in class mondrian.spi.impl.ImpalaDialect
- requiresOrderByAlias() - Method in class mondrian.spi.impl.InfobrightDialect
- requiresOrderByAlias() - Method in class mondrian.spi.impl.IngresDialect
- requiresOrderByAlias() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresOrderByAlias() - Method in class mondrian.spi.impl.MySqlDialect
-
Required for MySQL 5.7+, where SQL_MODE include ONLY_FULL_GROUP_BY by default.
- requiresOrderByAlias() - Method in class mondrian.spi.impl.NeoviewDialect
- requiresUnionOrderByExprToBeInSelectClause() - Method in interface mondrian.spi.Dialect
-
Returns true if this dialect allows an expression in the ORDER BY clause of a UNION (or other set operation) query only if it occurs in the SELECT clause.
- requiresUnionOrderByExprToBeInSelectClause() - Method in class mondrian.spi.impl.AccessDialect
- requiresUnionOrderByExprToBeInSelectClause() - Method in class mondrian.spi.impl.HiveDialect
- requiresUnionOrderByExprToBeInSelectClause() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresUnionOrderByOrdinal() - Method in interface mondrian.spi.Dialect
-
Returns true if this dialect allows only integers in the ORDER BY clause of a UNION (or other set operation) query.
- requiresUnionOrderByOrdinal() - Method in class mondrian.spi.impl.HiveDialect
- requiresUnionOrderByOrdinal() - Method in class mondrian.spi.impl.JdbcDialectImpl
- requiresUnionOrderByOrdinal() - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
- requiresUnionOrderByOrdinal() - Method in class mondrian.spi.impl.TeradataDialect
- requiresUnionOrderByOrdinal() - Method in class mondrian.spi.impl.VectorwiseDialect
- reset() - Method in class mondrian.tui.MockHttpServletResponse
-
Clears any data that exists in the buffer as well as the status code and headers.
- resetBuffer() - Method in class mondrian.tui.MockHttpServletResponse
- resetFromTest() - Method in class mondrian.util.AbstractMemoryMonitor
- resetFromTest() - Method in interface mondrian.util.MemoryMonitor.Test
-
This should only be called when one is switching from a test
MemoryMonitor
back to the default systemMemoryMonitor
. - resetSubtotalVisibility() - Method in class mondrian.olap.QueryAxis
- resolve() - Method in class mondrian.olap.IdBatchResolver
-
Attempts to resolve the identifiers contained in the query in batches based on the parent, e.g.
- resolve() - Method in class mondrian.olap.Query
-
Performs type-checking and validates internal consistency of a query, using the default resolver.
- resolve(Exp[], Validator, List<Resolver.Conversion>) - Method in class mondrian.olap.fun.CacheFunDef.CacheFunResolver
- resolve(Exp[], Validator, List<Resolver.Conversion>) - Method in class mondrian.olap.fun.MultiResolver
- resolve(Exp[], Validator, List<Resolver.Conversion>) - Method in interface mondrian.olap.fun.Resolver
-
Given a particular set of arguments the function is applied to, returns the correct overloaded form of the function.
- resolve(Exp[], Validator, List<Resolver.Conversion>) - Method in class mondrian.olap.fun.UdfResolver
- resolve(OlapElement, List<IdentifierSegment>, boolean, int, MatchType, List<NameResolver.Namespace>) - Method in class mondrian.olap.NameResolver
-
Resolves a list of segments (a parsed identifier) to an OLAP element.
- resolve(Validator) - Method in class mondrian.olap.Query
-
Performs type-checking and validates internal consistency of a query.
- resolve(Validator) - Method in class mondrian.olap.QueryAxis
- ResolvedFunCall - Class in mondrian.mdx
-
A
ResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
. - ResolvedFunCall(FunDef, Exp[], Type) - Constructor for class mondrian.mdx.ResolvedFunCall
-
Creates a function call.
- ResolvedFunCallFinder - Class in mondrian.olap.fun
-
Visitor class used to locate a resolved function call within an expression
- ResolvedFunCallFinder(ResolvedFunCall) - Constructor for class mondrian.olap.fun.ResolvedFunCallFinder
- resolveEntity(String, String) - Method in class mondrian.tui.XmlUtil.Resolver
- resolveFunArgs(Validator, FunDef, Exp[], Exp[], String, Syntax) - Static method in class mondrian.olap.fun.FunUtil
-
Validates the arguments to a function and resolves the function.
- resolveMember(Hierarchy) - Method in class mondrian.util.IdentifierParser.BuilderImpl
- Resolver - Interface in mondrian.olap.fun
-
A
Resolver
converts a function name, invocation type, and set of arguments into aFunDef
. - Resolver() - Constructor for class mondrian.tui.XmlUtil.Resolver
- Resolver(String) - Constructor for class mondrian.tui.XmlUtil.Resolver
- Resolver(Document) - Constructor for class mondrian.tui.XmlUtil.Resolver
- Resolver(InputSource) - Constructor for class mondrian.tui.XmlUtil.Resolver
- Resolver.Conversion - Interface in mondrian.olap.fun
-
Description of an implicit conversion that occurred while resolving an operator call.
- ResourceLimitExceededException - Exception in mondrian.olap
-
Exception which indicates some resource limit was exceeded.
- ResourceLimitExceededException(String) - Constructor for exception mondrian.olap.ResourceLimitExceededException
-
Creates a ResourceLimitExceededException
- ResponseMimeType - mondrian.xmla.PropertyDefinition
- restore(int) - Method in interface mondrian.olap.Evaluator
-
Restores previous evaluator.
- restore(int) - Method in class mondrian.rolap.RolapEvaluator
- restoreContext(Object) - Method in class mondrian.calc.ExpCompiler.Factory
-
Restore the current overrides.
- restoreContext(Object) - Method in class mondrian.util.ObjectFactory
-
Restores the context object resetting override values.
- RESTRICTED - mondrian.olap.Access
-
Grant that covers all children except those denied.
- restrictMemberTypes() - Method in class mondrian.rolap.RolapNativeCrossJoin
- restrictMemberTypes() - Method in class mondrian.rolap.RolapNativeFilter
- restrictMemberTypes() - Method in class mondrian.rolap.RolapNativeSet
-
Returns whether certain member types (e.g.
- restrictMemberTypes() - Method in class mondrian.rolap.RolapNativeTopCount
- Result - Interface in mondrian.olap
-
A
Result
is the result of running an MDX query. - ResultBase - Class in mondrian.olap
-
Skeleton implementation of
Result
. - ResultBase(Execution, Axis[]) - Constructor for class mondrian.olap.ResultBase
- ResultCache - Class in mondrian.web.taglib
-
Holds a query/result pair in the user's session.
- ResultLimit - Variable in class mondrian.olap.MondrianProperties
-
Integer property that, if set to a value greater than zero, limits the maximum size of a result set.
- ResultLimitExceededException - Exception in mondrian.olap
-
Abstract base class for exceptions that indicate some limit was exceeded.
- ResultLimitExceededException(String) - Constructor for exception mondrian.olap.ResultLimitExceededException
-
Creates a ResultLimitExceededException.
- ResultLoader - Class in mondrian.rolap
-
Loader to be iterated to load all results from database.
- ResultLoader(int, List<TargetBase>, SqlStatement, boolean, TupleList, List<List<RolapMember>>) - Constructor for class mondrian.rolap.ResultLoader
- ResultStyle - Enum in mondrian.calc
-
Enumeration of ways that a compiled expression can return its result to its caller.
- ResultStyleException - Exception in mondrian.olap
-
Exception that indicates a compiler could not implement an expression in any of the result styles requested by the client.
- ResultStyleException(String) - Constructor for exception mondrian.olap.ResultStyleException
- resumeEncoding() - Method in class mondrian.util.Base64.OutputStream
-
Resumes encoding of the stream.
- retainAll(Collection<?>) - Method in class mondrian.olap.Util.AbstractFlatList
- retainAll(Collection<?>) - Method in class mondrian.util.UnsupportedList
- Retrowoven - Static variable in class mondrian.olap.Util
-
Whether the code base has re-engineered using retroweaver.
- RETURN - Static variable in interface mondrian.olap.ParserSym
- RETURN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- returnCategory - Variable in class mondrian.olap.fun.FunDefBase
- returnItem() - Method in class mondrian.parser.MdxParserImpl
- returnItemList() - Method in class mondrian.parser.MdxParserImpl
- returnType - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
- right - Variable in class mondrian.olap.MondrianDef.Join
- right - Variable in class mondrian.util.Pair
- right(String, int) - Static method in class mondrian.olap.fun.vba.Vba
- right(List<Pair<L, R>>) - Static method in class mondrian.util.Pair
-
Returns a list of the right elements of a list of pairs.
- rightAlias - Variable in class mondrian.olap.MondrianDef.Join
- rightIter(Iterable<Pair<L, R>>) - Static method in class mondrian.util.Pair
-
Returns an iterable over the right slice of an iterable.
- rightJoinConditionColumnName - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- rightKey - Variable in class mondrian.olap.MondrianDef.Join
- rMeasure - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- ROLAP_COMPARATOR - Static variable in class mondrian.rolap.RolapUtil
-
A comparator singleton instance which can handle the presence of
RolapUtil.RolapUtilComparable
instances in a collection. - RolapAggregationManager - Class in mondrian.rolap
-
RolapAggregationManager
manages allSegment
s in the system. - RolapAggregationManager() - Constructor for class mondrian.rolap.RolapAggregationManager
-
Creates the RolapAggregationManager.
- RolapAggregationManager.PinSet - Interface in mondrian.rolap
-
A set of segments which are pinned (prevented from garbage collection) for a short duration as a result of a cache inquiry.
- RolapAggregator - Class in mondrian.rolap
-
Describes an aggregation operator, such as "sum" or "count".
- RolapAggregator(String, int, boolean) - Constructor for class mondrian.rolap.RolapAggregator
- RolapAggregator.AvgFromAvg - Class in mondrian.rolap
-
Aggregator used for aggregate tables implementing the average aggregator.
- RolapAggregator.AvgFromSum - Class in mondrian.rolap
-
Aggregator used for aggregate tables implementing the average aggregator.
- RolapAggregator.BaseAggor - Class in mondrian.rolap
-
This is the base class for implementing aggregators over sum and average columns in an aggregate table.
- RolapAggregator.SumFromAvg - Class in mondrian.rolap
-
This is an aggregator used for aggregate tables implementing the sum aggregator.
- RolapAxis - Class in mondrian.rolap
-
Implementation of the Axis interface.
- RolapAxis(TupleList) - Constructor for class mondrian.rolap.RolapAxis
- RolapBaseCubeMeasure - Class in mondrian.rolap
-
Measure which is computed from a SQL column (or expression) and which is defined in a non-virtual cube.
- RolapCacheRegion - Class in mondrian.rolap
-
A
RolapCacheRegion
represents a region of multidimensional space in the cache. - RolapCacheRegion(RolapStar, List<RolapStar.Measure>) - Constructor for class mondrian.rolap.RolapCacheRegion
- RolapCalculatedMeasure(RolapMember, RolapLevel, String, Formula) - Constructor for class mondrian.rolap.RolapHierarchy.RolapCalculatedMeasure
- RolapCalculatedMember - Class in mondrian.rolap
-
A
RolapCalculatedMember
is a member based upon aFormula
. - RolapCell - Class in mondrian.rolap
- RolapConnection - Class in mondrian.rolap
-
A
RolapConnection
is a connection to a Mondrian OLAP Server. - RolapConnection(MondrianServer, Util.PropertyList, DataSource) - Constructor for class mondrian.rolap.RolapConnection
-
Creates a connection.
- RolapConnectionProperties - Enum in mondrian.rolap
-
RolapConnectionProperties
enumerates the allowable values of keywords in a Mondrian connect string. - RolapConnectionShepherdNbThreads - Variable in class mondrian.olap.MondrianProperties
-
Maximum number of MDX query threads per Mondrian server instance.
- RolapConnectionShepherdThreadPollingInterval - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the interval value between polling operations performed by the RolapConnection shepherd thread.
- RolapCube - Class in mondrian.rolap
-
RolapCube
implementsCube
for a ROLAP database. - RolapCube.CubeComparator - Class in mondrian.rolap
- rolapCubeCacheHelper - Variable in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
-
this cache caches RolapCubeMembers that are light wrappers around shared and non-shared Hierarchy RolapMembers.
- rolapCubeCacheHelper - Variable in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
-
this cache caches RolapCubeMembers that are light wrappers around shared and non-shared Hierarchy RolapMembers.
- RolapCubeDimension - Class in mondrian.rolap
-
RolapCubeDimension wraps a RolapDimension for a specific Cube.
- RolapCubeDimension(RolapCube, RolapDimension, MondrianDef.CubeDimension, String, int, List<RolapHierarchy>, boolean) - Constructor for class mondrian.rolap.RolapCubeDimension
-
Creates a RolapCubeDimension.
- RolapCubeHierarchy - Class in mondrian.rolap
-
Hierarchy that is associated with a specific Cube.
- RolapCubeHierarchy(RolapCubeDimension, MondrianDef.CubeDimension, RolapHierarchy, String, int) - Constructor for class mondrian.rolap.RolapCubeHierarchy
-
Creates a RolapCubeHierarchy.
- RolapCubeHierarchy(RolapCubeDimension, MondrianDef.CubeDimension, RolapHierarchy, String, int, RolapCube) - Constructor for class mondrian.rolap.RolapCubeHierarchy
-
Creates a RolapCubeHierarchy.
- RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader - Class in mondrian.rolap
-
member reader wrapper - uses existing member reader, but wraps and caches all intermediate members.
- RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader - Class in mondrian.rolap
-
Same as
RolapCubeHierarchy.RolapCubeHierarchyMemberReader
but without caching anything. - RolapCubeHierarchy.RolapCubeHierarchyMemberReader - Interface in mondrian.rolap
-
TODO: Since this is part of a caching strategy, should be implemented as a Strategy Pattern, avoiding hierarchy.
- RolapCubeHierarchy.RolapCubeSqlMemberSource - Class in mondrian.rolap
- RolapCubeLevel - Class in mondrian.rolap
-
RolapCubeLevel wraps a RolapLevel for a specific Cube.
- RolapCubeLevel(RolapLevel, RolapCubeHierarchy) - Constructor for class mondrian.rolap.RolapCubeLevel
- RolapCubeMember - Class in mondrian.rolap
-
RolapCubeMember wraps RolapMembers and binds them to a specific cube.
- RolapCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) - Constructor for class mondrian.rolap.RolapCubeMember
-
Creates a RolapCubeMember.
- RolapCubeSqlMemberSource(RolapCubeHierarchy.RolapCubeHierarchyMemberReader, RolapCubeHierarchy, MemberCacheHelper, Object) - Constructor for class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
- RolapCubeUsages - Class in mondrian.rolap
-
Provides the base cubes that a virtual cube uses and specifies if unrelated dimensions to measures from these cubes should be ignored.
- RolapCubeUsages(MondrianDef.CubeUsages) - Constructor for class mondrian.rolap.RolapCubeUsages
- RolapDependencyTestingEvaluator - Class in mondrian.rolap
-
Evaluator which checks dependencies of expressions.
- RolapEvaluator - Class in mondrian.rolap
-
RolapEvaluator
evaluates expressions in a dimensional environment. - RolapEvaluator(RolapEvaluatorRoot) - Constructor for class mondrian.rolap.RolapEvaluator
-
Creates a root evaluator.
- RolapEvaluator(RolapEvaluatorRoot, RolapEvaluator, List<List<Member>>) - Constructor for class mondrian.rolap.RolapEvaluator
-
Creates a non-root evaluator.
- RolapHierarchy - Class in mondrian.rolap
-
RolapHierarchy
implementsHierarchy
for a ROLAP database. - RolapHierarchy.LimitedRollupMember - Class in mondrian.rolap
-
Substitute for a member in a hierarchy whose rollup policy is 'partial' or 'hidden'.
- RolapHierarchy.RolapCalculatedMeasure - Class in mondrian.rolap
-
Calculated member which is also a measure (that is, a member of the [Measures] dimension).
- RolapLevel - Class in mondrian.rolap
-
RolapLevel
implementsLevel
for a ROLAP database. - RolapLevel.HideMemberCondition - Enum in mondrian.rolap
-
Conditions under which a level's members may be hidden (thereby creating a ragged hierarchy).
- RolapMeasure - Interface in mondrian.rolap
-
Interface implemented by all measures (both stored and calculated).
- RolapMember - Interface in mondrian.rolap
-
A
RolapMember
is a member of aRolapHierarchy
. - RolapMemberBase - Class in mondrian.rolap
-
Basic implementation of a member in a
RolapHierarchy
. - RolapMemberBase() - Constructor for class mondrian.rolap.RolapMemberBase
- RolapMemberBase(RolapMember, RolapLevel, Object, String, Member.MemberType) - Constructor for class mondrian.rolap.RolapMemberBase
-
Creates a RolapMemberBase.
- RolapMemberBase.DefaultPropertyValueMapFactory - Class in mondrian.rolap
-
Default
RolapMemberBase.PropertyValueMapFactory
implementation, used ifMondrianProperties.PropertyValueMapFactoryClass
is not set. - RolapMemberBase.PropertyValueMapFactory - Interface in mondrian.rolap
-
Interface definition for the pluggable factory used to decide which implementation of
Map
to use to store property string/value pairs for member properties. - RolapMemberBase.PropertyValueMapFactoryFactory - Class in mondrian.rolap
-
Creates the PropertyValueMapFactory which is in turn used to create property-value maps for member properties.
- RolapMemberInCube - Interface in mondrian.rolap
-
Extension to
RolapMember
that knows the current cube. - RolapNative - Class in mondrian.rolap
-
A factory for
NativeEvaluator
. - RolapNative() - Constructor for class mondrian.rolap.RolapNative
- RolapNativeCrossJoin - Class in mondrian.rolap
-
Creates a
NativeEvaluator
that evaluates NON EMPTY CrossJoin in SQL. - RolapNativeCrossJoin() - Constructor for class mondrian.rolap.RolapNativeCrossJoin
- RolapNativeFilter - Class in mondrian.rolap
-
Computes a Filter(set, condition) in SQL.
- RolapNativeFilter() - Constructor for class mondrian.rolap.RolapNativeFilter
- RolapNativeRegistry - Class in mondrian.rolap
-
Composite of
RolapNative
s. - RolapNativeRegistry() - Constructor for class mondrian.rolap.RolapNativeRegistry
- RolapNativeSet - Class in mondrian.rolap
-
Analyses set expressions and executes them in SQL if possible.
- RolapNativeSet() - Constructor for class mondrian.rolap.RolapNativeSet
- RolapNativeSet.SchemaReaderWithMemberReaderAvailable - Interface in mondrian.rolap
- RolapNativeSet.SetConstraint - Class in mondrian.rolap
-
Constraint for non empty {crossjoin, member.children, member.descendants, level.members}
- RolapNativeSet.SetEvaluator - Class in mondrian.rolap
- RolapNativeSql - Class in mondrian.rolap
-
Creates SQL from parse tree nodes.
- RolapNativeSql(SqlQuery, AggStar, Evaluator, RolapLevel) - Constructor for class mondrian.rolap.RolapNativeSql
-
Creates a RolapNativeSql.
- RolapNativeTopCount - Class in mondrian.rolap
-
Computes a TopCount in SQL.
- RolapNativeTopCount() - Constructor for class mondrian.rolap.RolapNativeTopCount
- RolapProfilingEvaluator - Class in mondrian.rolap
-
Evaluator that collects profiling information as it evaluates expressions.
- RolapResult - Class in mondrian.rolap
-
A
RolapResult
is the result of running a query. - RolapResult.CompoundSlicerRolapMember - Class in mondrian.rolap
-
Member which holds the AggregateCalc used when evaluating a compound slicer.
- RolapResult.RolapResultEvaluatorRoot - Class in mondrian.rolap
-
Extension to
RolapEvaluatorRoot
which is capable of evaluating sets and named sets. - RolapResultEvaluatorRoot(RolapResult) - Constructor for class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
- RolapResultShepherd - Class in mondrian.rolap
-
A utility class for
RolapConnection
. - RolapResultShepherd() - Constructor for class mondrian.rolap.RolapResultShepherd
- RolapSchema - Class in mondrian.rolap
- RolapSchema.RolapStarRegistry - Class in mondrian.rolap
-
RolapStarRegistry
is a registry forRolapStar
s. - RolapSchemaParameter - Class in mondrian.rolap
-
Parameter that is defined in a schema.
- RolapSchemaReader - Class in mondrian.rolap
-
A
RolapSchemaReader
allows you to read schema objects while observing the access-control profile specified by a given role. - RolapStar - Class in mondrian.rolap
-
A
RolapStar
is a star schema. - RolapStar.AliasReplacer - Class in mondrian.rolap
-
Creates a copy of an expression, everywhere replacing one alias with another.
- RolapStar.Bar - Class in mondrian.rolap
-
Temporary.
- RolapStar.Column - Class in mondrian.rolap
-
A column in a star schema.
- RolapStar.ColumnComparator - Class in mondrian.rolap
-
Comparator to compare columns based on their name and table that contains them
- RolapStar.Condition - Class in mondrian.rolap
- RolapStar.Measure - Class in mondrian.rolap
-
Definition of a measure in a star schema.
- RolapStar.Table - Class in mondrian.rolap
-
Definition of a table in a star schema.
- rolapStarFactTableName - Variable in class mondrian.spi.SegmentHeader
- RolapStatisticsCache - Class in mondrian.rolap
-
Provides and caches statistics.
- RolapStatisticsCache(RolapStar) - Constructor for class mondrian.rolap.RolapStatisticsCache
- RolapStoredMeasure - Interface in mondrian.rolap
-
A measure which is implemented by a SQL column or SQL expression (as opposed to a
RolapCalculatedMember
. - RolapUtil - Class in mondrian.rolap
-
Utility methods for classes in the
mondrian.rolap
package. - RolapUtil() - Constructor for class mondrian.rolap.RolapUtil
- RolapUtil.ExecuteQueryHook - Interface in mondrian.rolap
- RolapUtil.TeeWriter - Class in mondrian.rolap
-
Writes to a string and also to an underlying writer.
- RolapVirtualCubeMeasure - Class in mondrian.rolap
-
Measure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.
- RolapVirtualCubeMeasure(RolapMember, RolapLevel, RolapStoredMeasure, Map<String, Annotation>) - Constructor for class mondrian.rolap.RolapVirtualCubeMeasure
- role - Variable in class mondrian.olap.DelegatingRole
- role - Variable in class mondrian.rolap.RolapConnection
- role - Variable in class mondrian.rolap.RolapSchemaReader
- Role - mondrian.rolap.RolapConnectionProperties
-
The "Role" property is the name of the
role
to adopt. - Role - Interface in mondrian.olap
-
A
Role
is a collection of access rights to cubes, permissions, and so forth. - Role() - Constructor for class mondrian.olap.MondrianDef.Role
- Role(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Role
- Role.AllHierarchyAccess - Interface in mondrian.olap
-
Represents the access that a role has to whole particular hierarchy.
- Role.HierarchyAccess - Interface in mondrian.olap
-
Represents the access that a role has to a particular hierarchy.
- Role.RollupPolicy - Enum in mondrian.olap
-
Enumeration of the policies by which a cell is calculated if children of a member are not accessible.
- RoleImpl - Class in mondrian.olap
-
Default implementation of the
Role
interface. - RoleImpl() - Constructor for class mondrian.olap.RoleImpl
-
Creates a role with no permissions.
- RoleImpl.DelegatingHierarchyAccess - Class in mondrian.olap
-
Implementation of
Role.HierarchyAccess
that delegates all methods to an underlying hierarchy access. - roleName - Variable in class mondrian.olap.MondrianDef.RoleUsage
- roleNames() - Method in class mondrian.rolap.RolapSchema
- roles - Variable in class mondrian.olap.MondrianDef.Schema
-
Roles in this schema.
- RoleUnionGrants - Variable in class mondrian.resource.MondrianResource
-
RoleUnionGrants
is 'Union role must not contain grants
' - RoleUsage() - Constructor for class mondrian.olap.MondrianDef.RoleUsage
- RoleUsage(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.RoleUsage
- roleUsages - Variable in class mondrian.olap.MondrianDef.Union
- rollback() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- rollback(Savepoint) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- rollup(Map<SegmentHeader, SegmentBody>, Set<String>, BitKey, Aggregator, Dialect.Datatype) - Static method in class mondrian.rolap.agg.SegmentBuilder
-
Given a collection of segments, all of the same dimensionality, rolls up to create a segment with reduced dimensionality.
- rollup(Map<SpatialValueTree2.SpatialDimension, Object>) - Method in interface mondrian.util.SpatialValueTree2
-
Returns a collection of regions that can be combined to compute a given cell.
- ROLLUP - mondrian.server.monitor.CellCacheEvent.Source
-
a segment that has been loaded in response to a user query, and populated by rolling up existing cache segments.
- rollupPolicy - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- rollupType - Variable in class mondrian.olap.MondrianDef.AggMeasure
- root - Variable in class mondrian.rolap.RolapEvaluator
- rootMembers - Variable in class mondrian.rolap.SmartMemberReader
- rootThrowable(Throwable) - Static method in class mondrian.xmla.XmlaUtil
-
Finds root MondrianException in exception chain if exists, otherwise the input throwable.
- round(double) - Static method in class mondrian.olap.fun.vba.Vba
- round(double, int) - Static method in class mondrian.olap.fun.vba.Vba
- Row() - Constructor for class mondrian.olap.MondrianDef.Row
- Row(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Row
- ROW_SET_PREFIX - Static variable in class mondrian.tui.XmlaSupport
-
This is the prefix used in xpath and transforms for the xmla rowset namespace "urn:schemas-microsoft-com:xml-analysis:rowset".
- rowCount - Variable in class mondrian.rolap.SqlStatement
- rowFetchCount - Variable in class mondrian.server.monitor.SqlStatementEndEvent
- rowList - Variable in class mondrian.xmla.XmlaUtil.MetadataRowset
- rows - Variable in class mondrian.olap.MondrianDef.InlineTable
- Rows() - Constructor for class mondrian.olap.MondrianDef.Rows
- Rows(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Rows
- ROWS - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Rows axis (also known as Y axis), logical ordinal = 1.
- ROWS - Static variable in interface mondrian.olap.ParserSym
- ROWS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- RowsetDefinition - Enum in mondrian.xmla
-
RowsetDefinition
defines a rowset, including the columns it should contain. - RowsetDefinition.MdschemaCubesRowset - Class in mondrian.xmla
- RowsetDefinition.MdschemaFunctionsRowset - Class in mondrian.xmla
- RowsetDefinition.MdschemaFunctionsRowset.VarType - Enum in mondrian.xmla
-
http://www.csidata.com/custserv/onlinehelp/VBSdocs/vbs57.htm
- RowsetDefinition.MdschemaMeasuresRowset - Class in mondrian.xmla
- RPAREN - Static variable in interface mondrian.olap.ParserSym
- RPAREN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- rTable - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- rTrim(String) - Static method in class mondrian.olap.fun.vba.Vba
- RUNNING - mondrian.server.Execution.State
- runQuery(String, boolean) - Method in class mondrian.tui.CmdRunner
-
Executes a query and returns the result.
- runQuery(String, Util.Functor1<T, CellSet>) - Method in class mondrian.tui.CmdRunner
-
Executes a query and processes the result using a callback.
S
- safeClone() - Method in class mondrian.olap.Query
-
Deprecated.Please use
Query.clone()
; this method will be removed in mondrian-4.0 - safeGet(Future<T>, String) - Static method in class mondrian.olap.Util
-
Calls
Future.get()
and converts any throwable into a non-checked exception. - savepoint() - Method in interface mondrian.olap.Evaluator
-
Creates a savepoint encapsulating the current state of the evalutor.
- savepoint() - Method in class mondrian.rolap.RolapEvaluator
- SaxErrorHandler() - Constructor for class mondrian.tui.XmlUtil.SaxErrorHandler
- SaxWriter - Interface in mondrian.xmla
-
SaxWriter
is similar to a SAXContentHandler
which, perversely, converts its events into an output document. - ScalarType - Class in mondrian.olap.type
-
Base class for types which represent scalar values.
- ScalarType() - Constructor for class mondrian.olap.type.ScalarType
-
Creates a ScalarType.
- ScalarType(String) - Constructor for class mondrian.olap.type.ScalarType
-
Creates a ScalarType (or subtype) with a given digest.
- scan() - Method in class mondrian.olap.Parser
-
Scan to get the next Symbol.
- scan(Class) - Static method in class mondrian.olap.fun.JavaFunDef
-
Scans a java class and returns a list of function definitions, one for each static method which is suitable to become an MDX function.
- Scanner - Class in mondrian.olap
-
Lexical analyzer for MDX.
- SCENARIO - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds the scenario object underlying a member of the scenario hierarchy.
- SCENARIO_ORDINAL - Static variable in class mondrian.olap.Property
- ScenarioImpl - Class in mondrian.rolap
-
Implementation of
Scenario
. - ScenarioImpl() - Constructor for class mondrian.rolap.ScenarioImpl
-
Creates a ScenarioImpl.
- Schedule - Class in mondrian.util
-
A
Schedule
generates a series of time events. - schema - Variable in class mondrian.olap.MondrianDef.Table
- schema - Variable in class mondrian.rolap.RolapSchemaReader
- Schema - mondrian.olap.Parameter.Scope
- Schema - Interface in mondrian.olap
-
A
Schema
is a collection of cubes, shared dimensions, and roles. - Schema() - Constructor for class mondrian.olap.MondrianDef.Schema
- Schema(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Schema
- SCHEMA_LOCATION - Static variable in class mondrian.tui.XmlUtil
- SCHEMA_NAME - Static variable in class mondrian.olap.CubeBase
- SCHEMA_NAME - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the name of the current schema.
- SCHEMA_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
- SCHEMA_NAME_ORDINAL - Static variable in class mondrian.olap.Property
- SCHEMA_VALIDATION_FEATURE_ID - Static variable in class mondrian.tui.XmlUtil
- schemaChecksum - Variable in class mondrian.spi.SegmentHeader
- SchemaGrant() - Constructor for class mondrian.olap.MondrianDef.SchemaGrant
- SchemaGrant(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.SchemaGrant
- schemaGrants - Variable in class mondrian.olap.MondrianDef.Role
- SchemaKey - Class in mondrian.rolap
-
Key for an instance of a schema.
- schemaName - Variable in class mondrian.spi.SegmentHeader
- schemaReader - Variable in class mondrian.olap.DelegatingSchemaReader
- SchemaReader - Interface in mondrian.olap
- SCOPED - mondrian.olap.SolveOrderMode
-
Cube calculated members are resolved before any session scope calculated members, and session scope members are resolved before any query defined calculation.
- script - Variable in class mondrian.olap.MondrianDef.ElementFormatter
-
Script to implement this formatter.
- script - Variable in class mondrian.olap.MondrianDef.UserDefinedFunction
-
Script to implement this user-defined function.
- script - Variable in class mondrian.spi.impl.Scripts.ScriptDefinition
- script(String, String) - Method in class mondrian.rolap.format.FormatterCreateContext.Builder
-
A script data used to create a script based implementation of a requested formatter.
- script(MondrianDef.Script) - Method in class mondrian.rolap.format.FormatterCreateContext.Builder
-
A script data used to create a script based implementation of a requested formatter.
- Script() - Constructor for class mondrian.olap.MondrianDef.Script
- Script(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Script
- ScriptDefinition(String, Scripts.ScriptLanguage) - Constructor for class mondrian.spi.impl.Scripts.ScriptDefinition
- Scripts - Class in mondrian.spi.impl
-
Provides implementations of a variety of SPIs using scripting.
- Scripts() - Constructor for class mondrian.spi.impl.Scripts
- Scripts.ScriptDefinition - Class in mondrian.spi.impl
- Scripts.ScriptLanguage - Enum in mondrian.spi.impl
- second(Date) - Static method in class mondrian.olap.fun.vba.Vba
- SECTIONS - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Sections axis, logical ordinal = 4.
- SECTIONS - Static variable in interface mondrian.olap.ParserSym
- SECTIONS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Segment - Class in mondrian.rolap.agg
-
A
Segment
is a collection of cell values parameterized by a measure, and a set of (column, value) pairs. - Segment(Id.Quoting) - Constructor for class mondrian.olap.Id.Segment
- Segment(RolapStar, BitKey, RolapStar.Column[], RolapStar.Measure, StarColumnPredicate[], List<Segment.ExcludedRegion>, List<StarPredicate>) - Constructor for class mondrian.rolap.agg.Segment
-
Creates a
Segment
; it's not loaded yet. - Segment.ExcludedRegion - Interface in mondrian.rolap.agg
-
Definition of a region of values which are not in a segment.
- SegmentAxis - Class in mondrian.rolap.agg
-
Collection of values of one of the columns that parameterizes a
Segment
. - SegmentAxis(StarColumnPredicate, SortedSet<Comparable>, boolean) - Constructor for class mondrian.rolap.agg.SegmentAxis
-
Creates a SegmentAxis populated with a set of key values.
- SegmentBody - Interface in mondrian.spi
-
SegmentBody is the object which contains the cached data of a Segment.
- SegmentBuilder - Class in mondrian.rolap.agg
-
Helper class that contains methods to convert between
Segment
andSegmentHeader
, and alsoSegmentWithData
andSegmentBody
. - SegmentBuilder() - Constructor for class mondrian.rolap.agg.SegmentBuilder
- SegmentBuilder.SegmentConverter - Interface in mondrian.rolap.agg
-
Functor to convert a segment header and body into a
SegmentWithData
. - SegmentBuilder.SegmentConverterImpl - Class in mondrian.rolap.agg
-
Implementation of
SegmentBuilder.SegmentConverter
that uses anAggregationKey
andCellRequest
as context to convert aSegmentHeader
. - SegmentBuilder.StarSegmentConverter - Class in mondrian.rolap.agg
-
Implementation of
SegmentBuilder.SegmentConverter
that uses a star measure and a list ofStarPredicate
. - SegmentCache - Interface in mondrian.spi
-
SPI definition of the segments cache.
- SegmentCache - Variable in class mondrian.olap.MondrianProperties
-
Property which defines which SegmentCache implementation to use.
- SegmentCache.SegmentCacheInjector - Class in mondrian.spi
-
The
SegmentCache.SegmentCacheInjector
is a means to injectSegmentCache
instances directly into Mondrian, instead of passing a class name. - SegmentCache.SegmentCacheListener - Interface in mondrian.spi
-
SegmentCache.SegmentCacheListener
objects are used to listen to the state of the cache and be notified of changes to its state or its entries. - SegmentCache.SegmentCacheListener.SegmentCacheEvent - Interface in mondrian.spi
-
Defines the event types that a listener can look for.
- SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType - Enum in mondrian.spi
-
Defined the possible types of events used by the
SegmentCache.SegmentCacheListener
class. - SegmentCacheFailedToDeleteSegment - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToDeleteSegment
is 'An exception was encountered while deleting a segment from the SegmentCache.
' - SegmentCacheFailedToInstanciate - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToInstanciate
is 'An exception was encountered while creating the SegmentCache.
' - SegmentCacheFailedToLoadSegment - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToLoadSegment
is 'An exception was encountered while loading a segment from the SegmentCache.
' - SegmentCacheFailedToLookupSegment - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToLookupSegment
is 'An exception was encountered while performing a segment lookup in the SegmentCache.
' - SegmentCacheFailedToSaveSegment - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToSaveSegment
is 'An exception was encountered while loading a segment from the SegmentCache.
' - SegmentCacheFailedToScanSegments - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheFailedToScanSegments
is 'An exception was encountered while getting a list of segment headers in the SegmentCache.
' - SegmentCacheIndex - Interface in mondrian.rolap.cache
-
Data structure that identifies which segments contain cells.
- SegmentCacheIndexImpl - Class in mondrian.rolap.cache
-
Data structure that identifies which segments contain cells.
- SegmentCacheIndexImpl(Thread) - Constructor for class mondrian.rolap.cache.SegmentCacheIndexImpl
-
Creates a SegmentCacheIndexImpl.
- SegmentCacheIndexRegistry() - Constructor for class mondrian.rolap.agg.SegmentCacheManager.SegmentCacheIndexRegistry
- SegmentCacheInjector() - Constructor for class mondrian.spi.SegmentCache.SegmentCacheInjector
- SegmentCacheIsNotImplementingInterface - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheIsNotImplementingInterface
is 'The mondrian.rolap.SegmentCache property points to a class name which is not an implementation of mondrian.spi.SegmentCache.
' - SegmentCacheLimitReached - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheLimitReached
is 'The number of concurrent segment cache operations which can be run simultaneously by this Mondrian server instance has been reached.
- SegmentCacheLookupTimeout - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheLookupTimeout
is 'Timeout reached while performing a segment lookup in SegmentCache.
' - SegmentCacheManager - Class in mondrian.rolap.agg
- SegmentCacheManager(MondrianServer) - Constructor for class mondrian.rolap.agg.SegmentCacheManager
- SegmentCacheManager.AbortException - Exception in mondrian.rolap.agg
-
Exception which someone can throw to indicate to the Actor that whatever it was doing is not needed anymore.
- SegmentCacheManager.Command<T> - Class in mondrian.rolap.agg
- SegmentCacheManager.FlushCommand - Class in mondrian.rolap.agg
-
Command to flush a particular region from cache.
- SegmentCacheManager.FlushResult - Class in mondrian.rolap.agg
-
Result of a
SegmentCacheManager.FlushCommand
. - SegmentCacheManager.SegmentCacheIndexRegistry - Class in mondrian.rolap.agg
-
Registry of all the indexes that were created for this cache manager, per
RolapStar
. - SegmentCacheManager.Visitor - Interface in mondrian.rolap.agg
-
Visitor for messages (commands and events).
- SegmentCacheManagerNumberCacheThreads - Variable in class mondrian.olap.MondrianProperties
-
Maximum number of threads per Mondrian server instance that are used to run perform operations on the external caches.
- SegmentCacheManagerNumberSqlThreads - Variable in class mondrian.olap.MondrianProperties
-
Maximum number of threads per Mondrian server instance that are used to run SQL queries when populating segments.
- SegmentCacheReadTimeout - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheReadTimeout
is 'Timeout reached while reading segment from SegmentCache.
' - SegmentCacheWorker - Class in mondrian.rolap.agg
-
Utility class to interact with the
SegmentCache
. - SegmentCacheWorker(SegmentCache, Thread) - Constructor for class mondrian.rolap.agg.SegmentCacheWorker
-
Creates a worker.
- segmentCacheWorkers - Variable in class mondrian.rolap.agg.SegmentCacheManager
- SegmentCacheWriteTimeout - Variable in class mondrian.resource.MondrianResource
-
SegmentCacheWriteTimeout
is 'Timeout reached while writing segment to SegmentCache.
' - SegmentColumn - Class in mondrian.spi
-
Constrained columns are part of the SegmentHeader and SegmentCache.
- SegmentColumn(String, long, SortedSet<Comparable>) - Constructor for class mondrian.spi.SegmentColumn
-
Creates a SegmentColumn.
- SegmentConverterImpl(AggregationKey, CellRequest) - Constructor for class mondrian.rolap.agg.SegmentBuilder.SegmentConverterImpl
- segmentCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments currently in cache.
- segmentCreateCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments that have been created since the server started.
- segmentCreateViaExternalCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments that have been created via external since the server started.
- segmentCreateViaRollupCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments that have been created via rollup since the server started.
- segmentCreateViaSqlCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments that have been created via SQL since the server started.
- SegmentDataset - Interface in mondrian.rolap.agg
-
A
SegmentDataset
holds the values in a segment. - segmentDeleteViaExternalCount - Variable in class mondrian.server.monitor.ServerInfo
-
The number of segments that have been deleted via external since the server started.
- SegmentFetchLimitExceeded - Variable in class mondrian.resource.MondrianResource
-
SegmentFetchLimitExceeded
is 'Number of cell results to be read exceeded limit of ({0,number})
' - SegmentHeader - Class in mondrian.spi
-
SegmentHeaders are the key objects used to retrieve the segments from the segment cache.
- SegmentHeader(String, ByteString, String, String, List<SegmentColumn>, List<String>, String, BitKey, List<SegmentColumn>) - Constructor for class mondrian.spi.SegmentHeader
-
Creates a segment header.
- SegmentLoader - Class in mondrian.rolap.agg
-
The
SegmentLoader
queries database and loads the data into the given set of segments. - SegmentLoader(SegmentCacheManager) - Constructor for class mondrian.rolap.agg.SegmentLoader
-
Creates a SegmentLoader.
- SegmentLoader.RowList - Class in mondrian.rolap.agg
-
Collection of rows, each with a set of columns of type Object, double, or int.
- SegmentLoader.RowList.Handler - Interface in mondrian.rolap.agg
- segmentOrFuncall(Exp) - Method in class mondrian.parser.MdxParserImpl
- SegmentWithData - Class in mondrian.rolap.agg
-
Extension to
Segment
with a data set. - SegmentWithData(Segment, SegmentDataset, SegmentAxis[]) - Constructor for class mondrian.rolap.agg.SegmentWithData
-
Creates a SegmentWithData from an existing Segment.
- select(BitKey, BitKey, BitKey) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Return true if this AggStar's level BitKey equals the
levelBitKey
parameter and if this AggStar's measure BitKey is a super set (proper or not) of themeasureBitKey
parameter. - SELECT - Static variable in interface mondrian.olap.ParserSym
- SELECT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- selectAsNodes(Node, String, Map<String, String>) - Static method in class mondrian.tui.XmlUtil
- selectivity - Variable in class mondrian.rolap.StarColumnPredicate.Overlap
- selectOrDrillthroughStatement() - Method in class mondrian.parser.MdxParserImpl
- selects - Variable in class mondrian.olap.MondrianDef.View
- selectStatement() - Method in class mondrian.parser.MdxParserImpl
- SEND_ERROR - mondrian.xmla.XmlaServlet.Phase
- SEND_RESPONSE - mondrian.xmla.XmlaServlet.Phase
- sendError(int) - Method in class mondrian.tui.MockHttpServletResponse
-
Sends an error response to the client using the specified status.
- sendError(int, String) - Method in class mondrian.tui.MockHttpServletResponse
-
Sends an error response to the client using the specified status code and descriptive message.
- sendEvent(Event) - Method in interface mondrian.server.monitor.Monitor
-
Sends an event to the monitor.
- sendRedirect(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL.
- server - Variable in class mondrian.xmla.impl.MondrianXmlaServlet
- SERVER_FAULT_FC - Static variable in interface mondrian.xmla.XmlaConstants
- serverForId(String) - Method in class mondrian.server.MondrianServerRegistry
-
Looks up a server with a given id.
- serverId - Variable in class mondrian.server.monitor.ConnectionEvent
-
Server identifier; corresponds to
MondrianServer.getId()
. - serverId - Variable in class mondrian.server.monitor.ExecutionEvent
-
Identifier of the server.
- serverId - Variable in class mondrian.server.monitor.StatementEvent
-
Identifier of the server.
- ServerInfo - Class in mondrian.server.monitor
-
Information about a Mondrian server.
- ServerInfo(String, int, int, int, int, int, int, int, long, long, int, int, int, int, int, int, int, long, long, long, int, int, int, int, int, int, int, int) - Constructor for class mondrian.server.monitor.ServerInfo
- ServiceDiscovery<T> - Class in mondrian.util
-
Utility functions to discover Java services.
- ServletContextCatalogLocator - Class in mondrian.spi.impl
-
Locates a catalog based upon a
ServletContext
. - ServletContextCatalogLocator(ServletContext) - Constructor for class mondrian.spi.impl.ServletContextCatalogLocator
- set(int) - Method in class mondrian.rolap.BitKey.Big
- set(int) - Method in class mondrian.rolap.BitKey.Mid128
- set(int) - Method in interface mondrian.rolap.BitKey
-
Sets the bit at the specified index to
true
. - set(int) - Method in class mondrian.rolap.BitKey.Small
- set(int, boolean) - Method in class mondrian.rolap.BitKey.AbstractBitKey
- set(int, boolean) - Method in interface mondrian.rolap.BitKey
-
Sets the bit at the specified index to the specified value.
- set(int, Object) - Method in class mondrian.olap.Util.AbstractFlatList
- set(int, List<Member>) - Method in class mondrian.calc.impl.ArrayTupleList
- set(int, List<Member>) - Method in class mondrian.calc.impl.DelegatingTupleList
- set(int, List<Member>) - Method in class mondrian.calc.impl.UnaryTupleList
- set(int, List<T>) - Method in class mondrian.util.TraversalList
- set(int, T) - Method in class mondrian.util.ConcatenableList
- set(int, T) - Method in class mondrian.util.UnsupportedList
- set(T) - Method in class mondrian.util.UnsupportedList.ListItr
- Set - Static variable in class mondrian.olap.Category
-
Set
is a set of members or tuples. - SET - Static variable in interface mondrian.olap.ParserSym
- SET - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- setAggregator(RolapAggregator) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
Sets the aggregator associated with this usage (if it is a measure usage).
- setAllowHints(boolean) - Method in class mondrian.rolap.sql.SqlQuery
-
Chooses whether table optimization hints may be used (assuming the dialect supports it).
- setAllowHints(boolean) - Method in class mondrian.rolap.SqlTupleReader
- setAnnotationMap(Map<String, Annotation>) - Method in class mondrian.olap.SetBase
- setApproxRowCount(int) - Method in class mondrian.olap.LevelBase
-
Sets the approximate number of members in this Level.
- setAttribute(String, Object) - Method in class mondrian.tui.MockHttpServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class mondrian.tui.MockServletContext
-
Binds an object to a given attribute name in this servlet context.
- setAuthType(String) - Method in class mondrian.tui.MockHttpServletRequest
- setAutoCommit(boolean) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.Four
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.Many
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.One
- setAxis(int, int) - Method in interface mondrian.rolap.CellKey
-
Sets a given axis.
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.Three
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.Two
- setAxis(int, int) - Method in class mondrian.rolap.CellKey.Zero
- setAxisShowEmptyCells(int, boolean) - Method in class mondrian.olap.Query
-
Finds axis by index and sets flag to show empty cells on that axis.
- SetBase - Class in mondrian.olap
-
Skeleton implementation of
NamedSet
interface. - setBaseCube(RolapCube) - Method in class mondrian.rolap.RolapCalculatedMember
- setBaseCubes(List<RolapCube>) - Method in class mondrian.olap.Query
-
Saves away the base cubes related to the virtual cube referenced in this query
- setBodyContent(byte[]) - Method in class mondrian.tui.MockHttpServletRequest
- setBodyContent(String) - Method in class mondrian.tui.MockHttpServletRequest
- setBufferSize(int) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets the preferred buffer size for the body of the response.
- setCache(MemberCache) - Method in interface mondrian.rolap.MemberSource
-
Sets the cache which this
MemberSource
will write to. - setCache(MemberCache) - Method in class mondrian.rolap.NoCacheMemberReader
- setCache(MemberCache) - Method in class mondrian.rolap.SmartMemberReader
- setCache(MemberCache) - Method in class mondrian.rolap.SubstitutingMemberReader
- setCacheAggregations(boolean) - Method in class mondrian.rolap.RolapCube
-
Set if this (non-virtual) Cube's RolapStar should cache aggregations.
- setCachedDefaultValue(Object) - Method in interface mondrian.calc.ParameterSlot
- setCaption(String) - Method in class mondrian.olap.OlapElementBase
-
Sets the display name of this catalog element.
- setCaption(String) - Method in class mondrian.rolap.RolapCubeDimension
- setCaption(String) - Method in class mondrian.rolap.RolapCubeLevel
- setCaptionValue(Object) - Method in class mondrian.rolap.RolapMemberBase
- setCatalog(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setCatalogName(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Sets the database's catalog name.
- setCellCacheHitCount(int) - Method in class mondrian.server.Execution
- setCellCacheMissCount(int) - Method in class mondrian.server.Execution
- setCellCachePendingCount(int) - Method in class mondrian.server.Execution
- setCellValue(Connection, List<RolapMember>, double, double, AllocationPolicy, Object[]) - Method in class mondrian.rolap.ScenarioImpl
-
Sets the value of a cell.
- setChangeListener(DataSourceChangeListener) - Method in class mondrian.rolap.MemberCacheHelper
- setChangeListener(DataSourceChangeListener) - Method in class mondrian.rolap.MemberNoCacheHelper
- setChangeListener(DataSourceChangeListener) - Method in class mondrian.rolap.RolapStar
-
Sets the listener for changes to this star's underlying database.
- setCharacterEncoding(String) - Method in class mondrian.tui.MockHttpServletRequest
- setCharacterEncoding(String) - Method in class mondrian.tui.MockHttpServletResponse
- setCompleteWithNullValues(boolean) - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
- setContentLength(int) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentType(String) - Method in class mondrian.tui.MockHttpServletRequest
- setContentType(String) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets the content type of the response being sent to the client.
- setContext(List<Member>) - Method in interface mondrian.olap.Evaluator
-
Sets the context to a list of members.
- setContext(List<Member>) - Method in class mondrian.rolap.RolapEvaluator
- setContext(List<Member>, boolean) - Method in interface mondrian.olap.Evaluator
-
Sets the context to a list of members, optionally skipping the check whether it is necessary to store the previous member of each hierarchy.
- setContext(List<Member>, boolean) - Method in class mondrian.rolap.RolapEvaluator
- setContext(Evaluator) - Method in class mondrian.calc.impl.AbstractTupleCursor
- setContext(Evaluator) - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- setContext(Evaluator) - Method in interface mondrian.calc.TupleCursor
- setContext(Member) - Method in interface mondrian.olap.Evaluator
-
Makes
member
the current member of its hierarchy. - setContext(Member) - Method in class mondrian.rolap.RolapEvaluator
- setContext(Member[]) - Method in interface mondrian.olap.Evaluator
-
Sets the context to an array of members.
- setContext(Member[]) - Method in class mondrian.rolap.RolapEvaluator
- setContext(Member[], boolean) - Method in interface mondrian.olap.Evaluator
-
Sets the context to an array of members, optionally skipping the check whether it is necessary to store the previous member of each hierarchy.
- setContext(Member[], boolean) - Method in class mondrian.rolap.RolapEvaluator
- setContext(Member, boolean) - Method in interface mondrian.olap.Evaluator
-
Makes
member
the current member of its hierarchy. - setContext(Member, boolean) - Method in class mondrian.rolap.RolapEvaluator
- setContextIn(RolapEvaluator) - Method in class mondrian.rolap.RolapMemberBase
- setContextMap() - Method in class mondrian.rolap.agg.SegmentCacheManager.Command
- setContextMap() - Method in class mondrian.server.Execution
-
Set the copied mdc into the current MDC.
- setContextMap() - Method in class mondrian.server.monitor.Event
- setContextMap() - Method in interface mondrian.server.monitor.Message
-
Sets the MDC context into the current thread
- setContextMap() - Method in class mondrian.util.MDCUtil
-
This is called on the child thread so the saved MDC context is copied into the child thread.
- setContextPath(String) - Method in class mondrian.tui.MockHttpServletRequest
- setConverter(String, ByteString, String, String, String, List<String>, SegmentBuilder.SegmentConverter) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Sets a converter that can convert headers in for a given measure to internal format.
- setConverter(String, ByteString, String, String, String, List<String>, SegmentBuilder.SegmentConverter) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- setCubeAttribute(String, String, String, StringBuilder) - Method in class mondrian.tui.CmdRunner
- setCurrMember(RolapMember) - Method in class mondrian.rolap.TargetBase
- setDatabase(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setDataSource(DataSource) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- setDataSource(DataSource) - Method in class mondrian.rolap.RolapStar
-
For testing purposes only.
- setDataSourceChangeListener(DataSourceChangeListener) - Method in class mondrian.rolap.RolapSchema
- setDateHeader(String, long) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets a response header with the given name and date-value.
- setDebugStream(PrintStream) - Method in class mondrian.parser.MdxParserImplTokenManager
-
Set debug output.
- setDefaultExp(Exp) - Method in class mondrian.olap.ParameterImpl
- setDefaultMember(Member) - Method in class mondrian.rolap.RolapCubeHierarchy
- setDefaultMember(Member) - Method in class mondrian.rolap.RolapHierarchy
-
Sets default member of this Hierarchy.
- setDescription(String) - Method in class mondrian.olap.ParameterImpl
- setDescription(String) - Method in class mondrian.olap.SetBase
- setDirty() - Method in class mondrian.web.taglib.ResultCache
-
set to dirty after you have modified the query to force a recalcuation
- setDisjoinedTupleLists(List<TupleList>) - Method in class mondrian.rolap.TupleConstraintStruct
- setDistinct(boolean) - Method in class mondrian.rolap.sql.SqlQuery
- setEvalAxes(boolean) - Method in interface mondrian.olap.Evaluator
-
Indicate whether the evaluator is evaluating the axes
- setEvalAxes(boolean) - Method in class mondrian.rolap.RolapEvaluator
- SetEvaluator(CrossJoinArg[], SchemaReader, TupleConstraint) - Constructor for class mondrian.rolap.RolapNativeSet.SetEvaluator
- setExp(Exp) - Method in class mondrian.olap.Query.ScopedNamedSet
- setExpCacheCounts(int, int) - Method in class mondrian.server.Execution
- setExpression(Evaluator, List<Member>) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- setExpression(Exp) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
- setFactCountName(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Set the name of the fact count column.
- setFormatter(CellFormatter) - Method in class mondrian.rolap.RolapBaseCubeMeasure
- SetFunDef - Class in mondrian.olap.fun
-
SetFunDef
implements the 'set' function (whose syntax is the brace operator,{ ...
- SetFunDef.ExprIterCalc - Class in mondrian.olap.fun
-
Compiled expression that evaluates one or more expressions, each of which yields a tuple or a set of tuples, and returns the result as a tuple iterator.
- SetFunDef.SetListCalc - Class in mondrian.olap.fun
-
Compiled expression to implement the MDX set function,
{ ...
- setHeader(String, String) - Method in class mondrian.tui.MockHttpServletRequest
- setHeader(String, String) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets a response header with the given name and value.
- setHoldability(int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setHook(RolapUtil.ExecuteQueryHook) - Static method in class mondrian.rolap.RolapUtil
- setIntHeader(String, int) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets a response header with the given name and integer value.
- setIterationLength(int) - Method in interface mondrian.olap.Evaluator
-
Sets the iteration length for the current evaluator context
- setIterationLength(int) - Method in class mondrian.rolap.RolapEvaluator
- setLevel(Logger, Level) - Static method in class mondrian.olap.Util
- setList(List<RolapMember>) - Method in class mondrian.rolap.TargetBase
- SetListCalc(Exp, Exp[], ExpCompiler, List<ResultStyle>) - Constructor for class mondrian.olap.fun.SetFunDef.SetListCalc
- setLocalAddr(String) - Method in class mondrian.tui.MockHttpServletRequest
- setLocale(String) - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
-
Sets the property locale.
- setLocale(Locale) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setLocale(Locale) - Method in class mondrian.rolap.RolapConnection
- setLocale(Locale) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
- setLocalName(String) - Method in class mondrian.tui.MockHttpServletRequest
- setLocalPort(int) - Method in class mondrian.tui.MockHttpServletRequest
- setMajorVersion(int) - Method in class mondrian.tui.MockServletContext
- setMaxRows(int) - Method in class mondrian.rolap.HighCardSqlTupleReader
-
Deprecated.
- setMembers(List<Member>) - Method in class mondrian.rolap.TupleConstraintStruct
- setMethod(String) - Method in class mondrian.tui.MockHttpServletRequest
- setMinorVersion(int) - Method in class mondrian.tui.MockServletContext
- setName(String) - Method in interface mondrian.olap.Member
-
Only allowable if the member is part of the
WITH
clause of a query. - setName(String) - Method in interface mondrian.olap.NamedSet
-
Sets the name of this named set.
- setName(String) - Method in class mondrian.olap.Query.ScopedNamedSet
- setName(String) - Method in class mondrian.olap.SetBase
- setName(String) - Method in class mondrian.rolap.DelegatingRolapMember
- setName(String) - Method in class mondrian.rolap.RolapMemberBase
- setName(String) - Method in class mondrian.web.taglib.QueryTag
-
Sets string attribute
name
, which identifies this query within its page. - setNativeEnabled(boolean) - Method in interface mondrian.olap.Evaluator
-
Sets whether native evaluation should be used.
- setNativeEnabled(boolean) - Method in class mondrian.rolap.RolapEvaluator
- setNativeNonEmptyValue() - Static method in class mondrian.rolap.SqlConstraintFactory
- setNonEmpty(boolean) - Method in interface mondrian.olap.Evaluator
-
Sets whether an expression evaluation should filter out empty cells.
- setNonEmpty(boolean) - Method in class mondrian.olap.QueryAxis
-
Sets whether the axis has the
NON EMPTY
property set. - setNonEmpty(boolean) - Method in class mondrian.rolap.RolapEvaluator
- setNull(int, boolean) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- setOrdered(boolean) - Method in class mondrian.olap.QueryAxis
-
Sets whether the axis has the
ORDER
property set. - setOrdinal(int, boolean) - Method in class mondrian.rolap.RolapMemberBase
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.Four
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.Many
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.One
- setOrdinals(int[]) - Method in interface mondrian.rolap.CellKey
-
This method make a copy of the int array parameter.
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.Three
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.Two
- setOrdinals(int[]) - Method in class mondrian.rolap.CellKey.Zero
- setOrdinals(SchemaReader, Member) - Static method in class mondrian.rolap.RolapMemberBase
-
Sets member ordinal values using a Bottom-up/Top-down algorithm.
- setOutOfMemory(String) - Method in class mondrian.server.Execution
-
This method will change the state of this execution to
Execution.State.ERROR
and will set the message to display. - setOwnStatement(boolean) - Method in class mondrian.olap.Query
-
Sets that the query owns its statement; therefore it will need to close it when the query is closed.
- setParameter(String, Object) - Method in class mondrian.olap.Query
-
Assigns a value to the parameter with a given name.
- setParameter(String, String) - Static method in class mondrian.tui.CmdRunner
- setParameterValue(Object, boolean) - Method in interface mondrian.calc.ParameterSlot
-
Sets the value of this parameter.
- setParentArgs(Calc, Map<String, Object>) - Method in class mondrian.calc.CalcWriter
- setPath(String) - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
- setPathInfo(String) - Method in class mondrian.tui.MockHttpServletRequest
- setPathTranslated(String) - Method in class mondrian.tui.MockHttpServletRequest
- setPreferList(boolean) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setPreferList(OlapConnection) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- setProperty(String, Object) - Method in interface mondrian.olap.Member
-
Sets a property of this member to a given value.
- setProperty(String, Object) - Method in class mondrian.rolap.DelegatingRolapMember
- setProperty(String, Object) - Method in class mondrian.rolap.RolapCubeMember
- setProperty(String, Object) - Method in class mondrian.rolap.RolapHierarchy.RolapCalculatedMeasure
- setProperty(String, Object) - Method in class mondrian.rolap.RolapMemberBase
-
Sets a property of this member to a given value.
- setProperty(String, String) - Static method in class mondrian.tui.CmdRunner
- setProperty(PropertyDefinition, String) - Method in class mondrian.xmla.RowsetDefinition.MdschemaCubesRowset
- setProperty(PropertyDefinition, String) - Method in class mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset
- setProperty(PropertyDefinition, String) - Method in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
- setProtocol(String) - Method in class mondrian.tui.MockHttpServletRequest
- setQuery(String) - Method in class mondrian.web.taglib.TransformTag
-
Sets the string attribute
query
, which is the name of a query declared using the<query>
tag. - setQuery(Query) - Method in interface mondrian.server.Statement
- setQuery(Query) - Method in class mondrian.server.StatementImpl
- setQuery(Query) - Method in class mondrian.web.taglib.ResultCache
-
Sets the query.
- setQueryString(String) - Method in class mondrian.tui.MockHttpServletRequest
- setQueryTimeoutMillis(long) - Method in class mondrian.olap.Query
-
Deprecated.This method will be removed in mondrian-4.0
- setQueryTimeoutMillis(long) - Method in interface mondrian.server.Statement
-
Sets the timeout of this statement, in milliseconds.
- setQueryTimeoutMillis(long) - Method in class mondrian.server.StatementImpl
- setReadOnly(boolean) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setRemoteAddr(String) - Method in class mondrian.tui.MockHttpServletRequest
- setRemoteHost(String) - Method in class mondrian.tui.MockHttpServletRequest
- setRemotePort(int) - Method in class mondrian.tui.MockHttpServletRequest
- setRemoteUser(String) - Method in class mondrian.tui.MockHttpServletRequest
- setRequestDispatcher(String, RequestDispatcher) - Method in class mondrian.tui.MockHttpServletRequest
- setRequestedSessionId(String) - Method in class mondrian.tui.MockHttpServletRequest
- setRequestedSessionIdFromCookie(boolean) - Method in class mondrian.tui.MockHttpServletRequest
- setRequestURI(String) - Method in class mondrian.tui.MockHttpServletRequest
- setRequestURL(String) - Method in class mondrian.tui.MockHttpServletRequest
- setResultCache(boolean) - Method in class mondrian.web.taglib.QueryTag
-
Sets boolean attribute
resultCache
; if true, the query is parsed, executed, and converted to an XML document at most once. - setResultStyle(ResultStyle) - Method in class mondrian.olap.Query
-
A Query's ResultStyle can only be one of the following: ResultStyle.ITERABLE ResultStyle.LIST ResultStyle.MUTABLE_LIST
- setRole(Role) - Method in interface mondrian.olap.Connection
-
Sets the privileges for the this connection.
- setRole(Role) - Method in class mondrian.rolap.RolapConnection
- setRoleName(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setRoleNames(List<String>) - Method in class mondrian.olap4j.MondrianOlap4jConnection
-
Set the active role(s) in this connection based on a list of role names.
- setSavepoint() - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setSavepoint(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setScenario(Scenario) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setScenario(Scenario) - Method in class mondrian.rolap.RolapConnection
- setSchema(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setSchemaName(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
Sets the database's schema name.
- setScheme(String) - Method in class mondrian.tui.MockHttpServletRequest
- setSegmentsFailed() - Method in class mondrian.rolap.agg.GroupingSet
-
Sets all the segments which are in loading state as failed
- setServerName(String) - Method in class mondrian.tui.MockHttpServletRequest
- setServerPort(int) - Method in class mondrian.tui.MockHttpServletRequest
- setServletContext(ServletContext) - Method in class mondrian.tui.MockServletConfig
- setServletName(String) - Method in class mondrian.tui.MockServletConfig
- setServletPath(String) - Method in class mondrian.tui.MockHttpServletRequest
- setSession(HttpSession) - Method in class mondrian.tui.MockHttpServletRequest
- setSet(Exp) - Method in class mondrian.olap.QueryAxis
-
Sets the expression which is used to compute the value of this axis.
- setSlicerAxis(QueryAxis) - Method in class mondrian.olap.Query
- setSlicerContext(List<Member>, Map<Hierarchy, Set<Member>>) - Method in class mondrian.rolap.RolapEvaluator
-
Adds a slicer member to the evaluator context, and remember it as part of the slicer.
- setSlicerTuples(TupleList) - Method in class mondrian.rolap.RolapEvaluator
-
Sets the slicer tuple object, used later by native evaluation and non-empty crossjoins.
- setSpecification() - Method in class mondrian.parser.MdxParserImpl
- setStarKeyColumn(RolapStar.Column) - Method in class mondrian.rolap.RolapCubeLevel
- setStatementProfiling(OlapStatement, PrintWriter) - Method in class mondrian.olap4j.Unsafe
- setStatus(int) - Method in class mondrian.tui.MockHttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in class mondrian.tui.MockHttpServletResponse
-
Deprecated.Method setStatus is deprecated Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
- setSupported(boolean) - Method in class mondrian.rolap.sql.SqlQuery
- setSymbolicName(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
Sets the symbolic (logical) name associated with this usage.
- setTableUsageType(JdbcSchema.TableUsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Sets the table usage (fact, aggregate or other).
- setTabSize(int) - Method in class mondrian.parser.MdxParserImpl
- setTabSize(int) - Method in class mondrian.parser.SimpleCharStream
- setThreadLocalClassName(String) - Static method in class mondrian.calc.ExpCompiler.Factory
-
Sets the class name of a
ExpCompiler
implementation. - setThreadLocalClassName(String) - Static method in class mondrian.util.MemoryMonitorFactory
-
Sets the class name of a
MemoryMonitor
implementation. - setTimeQueries(boolean) - Method in class mondrian.tui.CmdRunner
- setTransactionIsolation(int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setType(Type) - Method in class mondrian.olap.ParameterImpl
- SetType - Class in mondrian.olap.type
-
Set type.
- SetType(Type) - Constructor for class mondrian.olap.type.SetType
-
Creates a type representing a set of elements of a given type.
- setTypeMap(Map<String, Class<?>>) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- setUniqueName(Object) - Method in class mondrian.rolap.RolapMemberBase
- setUp(int, double, double) - Method in class mondrian.util.ObjectPool
- setupAddParameter(String, String) - Method in class mondrian.tui.MockHttpServletRequest
- setupAddParameter(String, String[]) - Method in class mondrian.tui.MockHttpServletRequest
- setUserInRole(String, boolean) - Method in class mondrian.tui.MockHttpServletRequest
- setUserPrincipal(Principal) - Method in class mondrian.tui.MockHttpServletRequest
- setValue(Object) - Method in interface mondrian.olap.Parameter
-
Sets the value of this parameter.
- setValue(Object) - Method in class mondrian.olap.ParameterImpl
- setValue(Object) - Method in class mondrian.rolap.RolapSchemaParameter
- setValue(Scenario, Object, AllocationPolicy, Object...) - Method in interface mondrian.olap.Cell
-
Helper method to implement
Cell.setValue(java.lang.Object, org.olap4j.AllocationPolicy, java.lang.Object...)
. - setValue(Scenario, Object, AllocationPolicy, Object...) - Method in class mondrian.rolap.RolapCell
- setValue(R) - Method in class mondrian.util.Pair
- setVirtualCubeNonNativeCrossJoin() - Method in class mondrian.olap.Query
-
Indicates that the query cannot use native cross joins to process this virtual cube
- setXsltCache(boolean) - Method in class mondrian.web.taglib.TransformTag
-
Sets the boolean attribute
xsltCache
, which determines whether to cache the parsed representation of an XSL style-sheet. - setXsltURI(String) - Method in class mondrian.web.taglib.TransformTag
-
Sets the string attribute
xsltURI
, which is the URI of an XSL style-sheet to transform query output. - severity - Variable in class mondrian.tui.XmlUtil.SaxErrorHandler.ErrorInfo
- SEVERITY_ERROR - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- SEVERITY_FATAL_ERROR - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- SEVERITY_WARNING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- sgn(double) - Static method in class mondrian.olap.fun.vba.Vba
- shepherdExecution(Execution, Callable<Result>) - Method in class mondrian.rolap.RolapResultShepherd
-
Executes and shepherds the execution of an Execution instance.
- shouldAlertForNonNative(FunDef) - Method in class mondrian.olap.Query
-
Determines whether an alert for non-native evaluation needs to be posted.
- shouldEmitInvisibleMembers(XmlaRequest) - Static method in class mondrian.xmla.XmlaUtil
-
Returns whether an XMLA request should return invisible members.
- shouldIgnoreUnrelatedDimensions() - Method in interface mondrian.olap.Evaluator
-
Returns whether hierarchies unrelated to the measure in the current context should be ignored.
- shouldIgnoreUnrelatedDimensions() - Method in class mondrian.rolap.RolapEvaluator
-
Checks if unrelated dimensions to the measure in the current context should be ignored.
- shouldIgnoreUnrelatedDimensions(String) - Method in class mondrian.rolap.RolapCube
-
This method tells us if unrelated dimensions to measures from the input base cube should be pushed to default member or not during aggregation.
- shouldIgnoreUnrelatedDimensions(String) - Method in class mondrian.rolap.RolapCubeUsages
- shouldReturnCellProperty(CellSet, Property, boolean) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
Returns whether we should return a cell property in the XMLA result.
- shouldVisitChildren() - Method in interface mondrian.mdx.MdxVisitor
- shouldVisitChildren() - Method in class mondrian.mdx.MdxVisitorImpl
- Show - mondrian.olap.QueryAxis.SubtotalVisibility
- shutdown() - Method in class mondrian.olap.MondrianServer
-
Called when the server must terminate all background tasks and cleanup all potential memory leaks.
- shutdown() - Method in class mondrian.rolap.agg.AggregationManager
- shutdown() - Method in class mondrian.rolap.agg.SegmentCacheManager
-
Shuts down this cache manager and all active threads and indexes.
- shutdown() - Method in class mondrian.rolap.agg.SegmentCacheWorker
- shutdown() - Method in class mondrian.rolap.RolapResultShepherd
- shutdown() - Method in class mondrian.server.DynamicContentFinder
-
Cleans up all background updating jobs.
- shutdown() - Method in class mondrian.server.FileRepository
- shutdown() - Method in class mondrian.server.ImplicitRepository
- shutdown() - Method in interface mondrian.server.Repository
-
Shuts down and terminates a repository.
- shutdown() - Method in interface mondrian.server.RepositoryContentFinder
- shutdown() - Method in class mondrian.server.StringRepositoryContentFinder
- shutdown() - Method in class mondrian.server.UrlRepositoryContentFinder
- SIE_REQUEST_STATE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- SIE_REQUEST_STATE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- SimpleCharStream - Class in mondrian.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class mondrian.parser.SimpleCharStream
-
Constructor.
- simplifyEvaluator(Calc, Evaluator) - Static method in class mondrian.calc.impl.AbstractCalc
-
Returns a simplified evalator whose context is the same for every dimension which an expression depends on, and the default member for every dimension which it does not depend on.
- sin(double) - Static method in class mondrian.olap.fun.vba.Vba
- Single - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- SINGLE_LINE_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- SINGLE_QUOTED_STRING - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- singleInstance - Variable in class mondrian.util.ObjectFactory.Singleton
-
The single instance of the object created by the factory.
- singleQuoteString(String) - Static method in class mondrian.olap.Util
-
Encloses a value in single-quotes, to make a SQL string value.
- singleQuoteString(String, StringBuilder) - Static method in class mondrian.olap.Util
-
Encloses a value in single-quotes, to make a SQL string value.
- Singleton(Class<T>) - Constructor for class mondrian.util.ObjectFactory.Singleton
-
Creates a new singleton factory object.
- sinh(double) - Static method in class mondrian.olap.fun.vba.Excel
- size() - Method in class mondrian.calc.impl.ArrayTupleList
- size() - Method in class mondrian.calc.impl.DelegatingTupleList
- size() - Method in class mondrian.calc.impl.ListTupleList
- size() - Method in class mondrian.calc.impl.UnaryTupleList
- size() - Method in class mondrian.olap.Util.Flat2List
- size() - Method in class mondrian.olap.Util.Flat3List
- size() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
- size() - Method in interface mondrian.rolap.cache.SmartCache
-
Returns the number of elements in cache.
- size() - Method in class mondrian.rolap.cache.SmartCacheImpl
- size() - Method in class mondrian.rolap.CellKey.Four
- size() - Method in class mondrian.rolap.CellKey.Many
- size() - Method in class mondrian.rolap.CellKey.One
- size() - Method in interface mondrian.rolap.CellKey
-
Returns the number of axes.
- size() - Method in class mondrian.rolap.CellKey.Three
- size() - Method in class mondrian.rolap.CellKey.Two
- size() - Method in class mondrian.rolap.CellKey.Zero
- size() - Method in class mondrian.util.ArraySortedSet
- size() - Method in class mondrian.util.CacheMap
- size() - Method in class mondrian.util.CartesianProductList
- size() - Method in class mondrian.util.CombiningGenerator
- size() - Method in class mondrian.util.CompositeList
- size() - Method in class mondrian.util.ConcatenableList
- size() - Method in class mondrian.util.FilteredIterableList
- size() - Method in class mondrian.util.ObjectPool
-
Return the number of entries in the ObjectPool.
- size() - Method in class mondrian.util.PartiallyOrderedSet
- size() - Method in class mondrian.util.TraversalList
- size() - Method in class mondrian.util.UnsupportedList
- sizeImpl() - Method in class mondrian.rolap.cache.HardSmartCache
- sizeImpl() - Method in class mondrian.rolap.cache.SmartCacheImpl
- sizeImpl() - Method in class mondrian.rolap.cache.SoftSmartCache
- slice(int) - Method in class mondrian.calc.impl.AbstractTupleIterable
- slice(int) - Method in class mondrian.calc.impl.ArrayTupleList
- slice(int) - Method in class mondrian.calc.impl.DelegatingTupleList
- slice(int) - Method in class mondrian.calc.impl.ListTupleList
- slice(int) - Method in class mondrian.calc.impl.UnaryTupleList
- slice(int) - Method in interface mondrian.calc.TupleIterable
-
Returns an iterable over the members at a given column.
- slice(int) - Method in interface mondrian.calc.TupleList
-
Returns a list of the members at a given column.
- slice(TupleIterable, int) - Static method in class mondrian.calc.TupleCollections
-
Creates a slice of a
TupleIterable
. - SLICER - mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Slicer axis.
- slicerAxis - Variable in class mondrian.olap.ResultBase
- slicerCalc - Variable in class mondrian.olap.Query
- slicerPredicateInfo - Variable in class mondrian.rolap.RolapEvaluator
- sLN(double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- Slope - Static variable in class mondrian.olap.fun.LinReg
- SlopeFunDef(FunDef) - Constructor for class mondrian.olap.fun.LinReg.SlopeFunDef
- SlotFuture<V> - Class in mondrian.util
-
Implementation of
Future
that completes when a thread writes a value (or an exception) into a slot. - SlotFuture() - Constructor for class mondrian.util.SlotFuture
-
Creates a SlotFuture.
- SmartCache<K,V> - Interface in mondrian.rolap.cache
-
Defines a cache API.
- SmartCache.SmartCacheTask<K,V> - Interface in mondrian.rolap.cache
-
Defines a task to be run over the entries of the cache.
- SmartCacheImpl<K,V> - Class in mondrian.rolap.cache
-
A base implementation of the
SmartCache
interface which enforces synchronization with a ReadWrite lock. - SmartCacheImpl() - Constructor for class mondrian.rolap.cache.SmartCacheImpl
- SmartIncrementalCache<K,V extends Collection> - Class in mondrian.rolap
-
Uses a SmartCache to store a collection of values.
- SmartIncrementalCache() - Constructor for class mondrian.rolap.SmartIncrementalCache
- SmartMemberListCache<K,V> - Class in mondrian.rolap
-
Uses a
SmartCache
to store lists of members, where the key depends on aSqlConstraint
. - SmartMemberListCache() - Constructor for class mondrian.rolap.SmartMemberListCache
- SmartMemberReader - Class in mondrian.rolap
-
SmartMemberReader
implementsMemberReader
by keeping a cache of members and their children. - SNOWFLAKE - mondrian.spi.Dialect.DatabaseProduct
- SnowflakeDialect - Class in mondrian.spi.impl
- SnowflakeDialect(Connection) - Constructor for class mondrian.spi.impl.SnowflakeDialect
- SOAP - mondrian.xmla.Enumeration.ResponseMimeType
- SOAP_MUST_UNDERSTAND_ATTR - Static variable in interface mondrian.xmla.XmlaConstants
-
Soap Header mustUnderstand attribute name.
- SOAP_PREFIX - Static variable in class mondrian.tui.XmlaSupport
- SOAP_PREFIX - Static variable in class mondrian.tui.XmlUtil
- SOAP_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
- SoftSmartCache<K,V> - Class in mondrian.rolap.cache
-
An implementation of
SmartCacheImpl
which uses aReferenceMap
as a backing object. - SoftSmartCache() - Constructor for class mondrian.rolap.cache.SoftSmartCache
- SOLIDUS - Static variable in interface mondrian.olap.ParserSym
- SOLIDUS - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- SOLVE_ORDER - Static variable in class mondrian.olap.Property
-
Definition of the property which determines the solve order of a calculated member with respect to other calculated members.
- SOLVE_ORDER_ORDINAL - Static variable in class mondrian.olap.Property
- SolveOrderMode - Enum in mondrian.olap
-
Strategies for applying solve order, exposed via the property
MondrianProperties.SolveOrderMode
. - SolveOrderMode - Variable in class mondrian.olap.MondrianProperties
-
Property that controls the behavior of
solve order
of calculated members and sets. - sort(Collection<T>) - Static method in class mondrian.olap.Util
-
Sorts a collection of
Comparable
objects and returns a list. - sort(Collection<T>, Comparator<T>) - Static method in class mondrian.olap.Util
-
Sorts a collection of objects using a
Comparator
and returns a list. - Sorter - Class in mondrian.olap.fun.sort
- Sorter() - Constructor for class mondrian.olap.fun.sort.Sorter
- Sorter.Flag - Enum in mondrian.olap.fun.sort
-
Enumeration of the flags allowed to the
ORDER
MDX function. - Sorter.ObjIntPair<T> - Class in mondrian.olap.fun.sort
-
Tuple consisting of an object and an integer.
- SortKeySpec - Class in mondrian.olap.fun.sort
- SortKeySpec(Calc, Sorter.Flag) - Constructor for class mondrian.olap.fun.sort.SortKeySpec
- sortMembers(Evaluator, Iterable<Member>, List<Member>, List<SortKeySpec>) - Static method in class mondrian.olap.fun.sort.Sorter
-
Sorts a list of members according to a list of SortKeySpecs.
- sortMembers(Evaluator, Iterable<Member>, List<Member>, Calc, boolean, boolean) - Static method in class mondrian.olap.fun.sort.Sorter
-
Helper function to sort a list of members according to an expression.
- sortTuples(Evaluator, TupleIterable, TupleList, List<SortKeySpec>, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Helper function to sort a list of tuples according to a list of expressions and a list of sorting flags.
- sortTuples(Evaluator, TupleIterable, TupleList, Calc, boolean, boolean, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Sorts a list of Tuples by the value of an applied expression.
- source - Variable in class mondrian.olap.MondrianDef.DimensionUsage
- source - Variable in class mondrian.rolap.SmartMemberReader
-
access to
source
must be synchronized(this) - source - Variable in class mondrian.server.monitor.CellCacheEvent
- space - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- space - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- space(int) - Static method in class mondrian.olap.fun.vba.Vba
- SparseSegmentCountThreshold - Variable in class mondrian.olap.MondrianProperties
-
Property that, with
MondrianProperties.SparseSegmentDensityThreshold
, determines whether to choose a sparse or dense representation when storing collections of cell values in memory. - SparseSegmentDensityThreshold - Variable in class mondrian.olap.MondrianProperties
-
Property that, with
MondrianProperties.SparseSegmentCountThreshold
, determines whether to choose a sparse or dense representation when storing collections of cell values in memory. - SpatialValueTree<K,E,V> - Interface in mondrian.util
-
A SpatialValueTree is a multidimensional index of values.
- SpatialValueTree.SpatialRegion<K,E> - Interface in mondrian.util
-
Describes a spatial region within a
SpatialValueTree
. - SpatialValueTree2 - Interface in mondrian.util
-
Variation of Luc's SpatialValueTree.
- SpatialValueTree2.SpatialDimension - Interface in mondrian.util
- SpatialValueTree2.SpatialRegion - Interface in mondrian.util
- SpatialValueTree2.SpatialRegionRequest - Interface in mondrian.util
-
A request for a region.
- specialToken - Variable in class mondrian.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- sql - Variable in class mondrian.server.monitor.SqlStatementEvent
-
SQL text of statement.
- sql - Variable in class mondrian.server.monitor.SqlStatementInfo
- SQL - mondrian.server.monitor.CellCacheEvent.Source
-
A segment that has been loaded in response to a user query, and populated by generating and executing a SQL statement.
- SQL() - Constructor for class mondrian.olap.MondrianDef.SQL
- SQL(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.SQL
- SQL_LOGGER - Static variable in class mondrian.rolap.RolapUtil
- SQL_STATEMENT_CLOSE_COUNT - Static variable in class mondrian.util.Counters
-
Number of times
SqlStatement.close
has been called. - SQL_STATEMENT_EXECUTE_COUNT - Static variable in class mondrian.util.Counters
-
Number of times
SqlStatement.execute
has completed successfully. - SQL_STATEMENT_EXECUTING_IDS - Static variable in class mondrian.util.Counters
-
Ids of all
SqlStatement
instances that are executing. - SqlConstraint - Interface in mondrian.rolap.sql
-
Restricts the members that are fetched by SqlMemberSource.
- SqlConstraintFactory - Class in mondrian.rolap
-
Creates the right constraint for common tasks.
- SqlConstraintUtils - Class in mondrian.rolap
-
Utility class used by implementations of
SqlConstraint
, used to generate constraints intoSqlQuery
. - SqlContextConstraint - Class in mondrian.rolap
-
limits the result of a Member SQL query to the current evaluation context.
- sqlExecutor - Variable in class mondrian.rolap.agg.SegmentCacheManager
-
Executor with which to execute SQL requests.
- SqlMemberSourceValuePoolFactoryClass - Variable in class mondrian.olap.MondrianProperties
-
Property that defines the name of the class used in SqlMemberSource to pool common values.
- sqlNullLiteral - Static variable in class mondrian.rolap.RolapUtil
- sqlNullValue - Static variable in class mondrian.rolap.RolapUtil
-
Special value represents a null key.
- SqlQuery - Class in mondrian.rolap.sql
-
SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax. - SqlQuery(Dialect) - Constructor for class mondrian.rolap.sql.SqlQuery
-
Creates a SqlQuery using a given dialect and inheriting the formatting preferences from
MondrianProperties.GenerateFormattedSql
property. - SqlQuery(Dialect, boolean) - Constructor for class mondrian.rolap.sql.SqlQuery
-
Base constructor used by all other constructors to create an empty instance.
- SqlQuery.CodeSet - Class in mondrian.rolap.sql
-
Collection of alternative code for alternative dialects.
- SqlQueryChecker - Interface in mondrian.rolap.sql
-
Runs a SQL query.
- SqlQueryFailed - Variable in class mondrian.resource.MondrianResource
-
SqlQueryFailed
is 'Context ''{0}'': Sql query failed to run ''{1}''.
' - SqlQueryLimitReached - Variable in class mondrian.resource.MondrianResource
-
SqlQueryLimitReached
is 'The number of concurrent SQL statements which can be used simultaneously by this Mondrian server instance has been reached.
- SqlStatement - Class in mondrian.rolap
-
SqlStatement contains a SQL statement and associated resources throughout its lifetime.
- SqlStatement(DataSource, String, List<SqlStatement.Type>, int, int, Locus, int, int, Util.Functor1<Void, Statement>) - Constructor for class mondrian.rolap.SqlStatement
-
Creates a SqlStatement.
- SqlStatement.Accessor - Interface in mondrian.rolap
- SqlStatement.MyDelegatingInvocationHandler - Class in mondrian.rolap
-
Reflectively implements the
ResultSet
interface by routing method calls to the result set inside aSqlStatement
. - SqlStatement.StatementLocus - Class in mondrian.rolap
- SqlStatement.Type - Enum in mondrian.rolap
-
The approximate JDBC type of a column.
- sqlStatementCellRequestCount - Variable in class mondrian.server.monitor.ServerInfo
-
Total, over all SQL statements that are fetching cells into cache, of the number of requested cells that will be satisfied by those SQL statements.
- sqlStatementEndCount - Variable in class mondrian.server.monitor.ExecutionInfo
- sqlStatementEndCount - Variable in class mondrian.server.monitor.ServerInfo
- sqlStatementEndCount - Variable in class mondrian.server.monitor.StatementInfo
- SqlStatementEndEvent - Class in mondrian.server.monitor
-
Event created when Mondrian finishes executing an SQL statement.
- SqlStatementEndEvent(long, long, Locus, String, SqlStatementEvent.Purpose, long, boolean, Throwable) - Constructor for class mondrian.server.monitor.SqlStatementEndEvent
-
Creates a SqlStatementEndEvent.
- SqlStatementEvent - Class in mondrian.server.monitor
-
Event concerning an SQL statement.
- SqlStatementEvent(long, long, Locus, String, SqlStatementEvent.Purpose) - Constructor for class mondrian.server.monitor.SqlStatementEvent
-
Creates a SqlStatementEvent.
- SqlStatementEvent.Purpose - Enum in mondrian.server.monitor
-
Reason why Mondrian is executing this SQL statement.
- sqlStatementExecuteCount - Variable in class mondrian.server.monitor.ExecutionInfo
- sqlStatementExecuteCount - Variable in class mondrian.server.monitor.ServerInfo
- sqlStatementExecuteCount - Variable in class mondrian.server.monitor.StatementInfo
- SqlStatementExecuteEvent - Class in mondrian.server.monitor
-
Event created just after Mondrian has executed a SQL statement.
- SqlStatementExecuteEvent(long, long, Locus, String, SqlStatementEvent.Purpose, long) - Constructor for class mondrian.server.monitor.SqlStatementExecuteEvent
-
Creates a SqlStatementExecuteEvent.
- sqlStatementExecuteNanos - Variable in class mondrian.server.monitor.ExecutionInfo
- sqlStatementExecuteNanos - Variable in class mondrian.server.monitor.ServerInfo
-
Cumulative time spent executing SQL statements.
- sqlStatementExecuteNanos - Variable in class mondrian.server.monitor.StatementInfo
- sqlStatementId - Variable in class mondrian.server.monitor.SqlStatementEvent
-
Identifier of the statement.
- sqlStatementId - Variable in class mondrian.server.monitor.SqlStatementInfo
- SqlStatementInfo - Class in mondrian.server.monitor
-
Information about an SQL statement submitted by Mondrian to a back-end database.
- SqlStatementInfo(String, long, String) - Constructor for class mondrian.server.monitor.SqlStatementInfo
- sqlStatementRowFetchCount - Variable in class mondrian.server.monitor.ExecutionInfo
- sqlStatementRowFetchCount - Variable in class mondrian.server.monitor.ServerInfo
-
Cumulative number of rows fetched from SQL statements.
- sqlStatementRowFetchCount - Variable in class mondrian.server.monitor.StatementInfo
- sqlStatementStartCount - Variable in class mondrian.server.monitor.ExecutionInfo
- sqlStatementStartCount - Variable in class mondrian.server.monitor.ServerInfo
- sqlStatementStartCount - Variable in class mondrian.server.monitor.StatementInfo
- SqlStatementStartEvent - Class in mondrian.server.monitor
-
Event created just before Mondrian starts to execute a SQL statement.
- SqlStatementStartEvent(long, long, Locus, String, SqlStatementEvent.Purpose, int) - Constructor for class mondrian.server.monitor.SqlStatementStartEvent
-
Creates a SqlStatementStartEvent.
- SqlStatisticsProvider - Class in mondrian.spi.impl
-
Implementation of
StatisticsProvider
that generates SQL queries to count rows and distinct values. - SqlStatisticsProvider() - Constructor for class mondrian.spi.impl.SqlStatisticsProvider
- SQLSTREAM - mondrian.spi.Dialect.DatabaseProduct
- SqlStreamDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the SQLstream streaming SQL system. - SqlStreamDialect(Connection) - Constructor for class mondrian.spi.impl.SqlStreamDialect
-
Creates a SqlStreamDialect.
- SqlTupleReader - Class in mondrian.rolap
-
Reads the members of a single level (level.members) or of multiple levels (crossjoin).
- SqlTupleReader(TupleConstraint) - Constructor for class mondrian.rolap.SqlTupleReader
- sqr(double) - Static method in class mondrian.olap.fun.vba.Vba
- sqrtPi(double) - Static method in class mondrian.olap.fun.vba.Excel
- Ssas2005Compatible - Static variable in class mondrian.util.Bug
-
Whether Mondrian is 100% compatible with Microsoft Analysis Services 2005.
- SsasCompatibleNaming - Variable in class mondrian.olap.MondrianProperties
-
Property that defines whether to enable new naming behavior.
- stablePartialSort(List<T>, Comparator<T>, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Stable partial sort of a list.
- stablePartialSort(List<T>, Comparator<T>, int, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Stable partial sort of a list, using a specified algorithm.
- stablePartialSortArray(List<T>, Comparator<T>, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Partial sort an array by sorting it and returning the first
limit
elements. - stablePartialSortJulian(List<T>, Comparator<T>, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Julian's algorithm for stable partial sort.
- stablePartialSortMarc(List<T>, Comparator<T>, int) - Static method in class mondrian.olap.fun.sort.Sorter
-
Marc's original algorithm for stable partial sort of a list.
- stack - Variable in class mondrian.server.monitor.Event
-
When
RolapUtil.MONITOR_LOGGER
is set to TRACE, this field will contain the stack of the code which created this event. - StandardDimension - mondrian.olap.DimensionType
-
Indicates that the dimension is not related to time.
- star - Variable in class mondrian.rolap.agg.Segment
- StarColumnPredicate - Interface in mondrian.rolap
-
Refinement of
StarPredicate
which constrains precisely one column. - StarColumnPredicate.Overlap - Class in mondrian.rolap
-
Returned by
StarColumnPredicate.intersect(mondrian.rolap.StarColumnPredicate)
, describes whether two predicates overlap, and if so, the remaining predicate. - StarPredicate - Interface in mondrian.rolap
-
Condition which constrains a set of values of a single
RolapStar.Column
or a set of columns. - StarPredicates - Class in mondrian.rolap.agg
-
Utilities for
StarPredicate
s andStarColumnPredicate
s. - StarPredicates() - Constructor for class mondrian.rolap.agg.StarPredicates
- StarSegmentConverter(RolapStar.Measure, List<StarPredicate>) - Constructor for class mondrian.rolap.agg.SegmentBuilder.StarSegmentConverter
- start() - Method in class mondrian.server.Execution
-
Marks the start of an Execution instance.
- start(Execution) - Method in interface mondrian.server.Statement
-
Starts an execution.
- start(Execution) - Method in class mondrian.server.StatementImpl
- start_production() - Method in class mondrian.olap.Parser
-
Indicates start production.
- start_state() - Method in class mondrian.olap.Parser
-
Indicates start state.
- startDocument() - Method in class mondrian.xmla.impl.DefaultSaxWriter
- startDocument() - Method in interface mondrian.xmla.SaxWriter
- startElement(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- startElement(String) - Method in interface mondrian.xmla.SaxWriter
- startElement(String, Object...) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- startElement(String, Object...) - Method in interface mondrian.xmla.SaxWriter
- startSequence(String, String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- startSequence(String, String) - Method in interface mondrian.xmla.SaxWriter
-
Informs the writer that a sequence of elements of the same name is starting.
- state - Variable in class mondrian.server.monitor.ExecutionEndEvent
- statement - Variable in class mondrian.olap.ResultBase
- statement() - Method in class mondrian.parser.MdxParserImpl
- Statement - mondrian.olap.Parameter.Scope
- Statement - Interface in mondrian.server
-
Internal context corresponding to a statement.
- statementEndCount - Variable in class mondrian.server.monitor.ConnectionInfo
- statementEndCount - Variable in class mondrian.server.monitor.ServerInfo
- StatementEndEvent - Class in mondrian.server.monitor
-
Event created just after a statement has been created.
- StatementEndEvent(long, int, int, long) - Constructor for class mondrian.server.monitor.StatementEndEvent
-
Creates a StatementStartEvent.
- statementEof() - Method in class mondrian.parser.MdxParserImpl
- StatementEvent - Class in mondrian.server.monitor
-
Event concerning an MDX statement.
- StatementEvent(long, int, int, long) - Constructor for class mondrian.server.monitor.StatementEvent
-
Creates a StatementEvent.
- statementId - Variable in class mondrian.server.monitor.ExecutionEvent
-
Identifier of the statement.
- statementId - Variable in class mondrian.server.monitor.StatementEvent
-
Identifier of the statement.
- statementId - Variable in class mondrian.server.monitor.StatementInfo
- StatementImpl - Class in mondrian.server
-
Implementation of
Statement
. - StatementImpl() - Constructor for class mondrian.server.StatementImpl
-
Creates a StatementImpl.
- StatementInfo - Class in mondrian.server.monitor
-
Information about a statement executed by Mondrian.
- StatementInfo(String, long, int, int, int, long, long, long, long, int, int, int, long, long, int) - Constructor for class mondrian.server.monitor.StatementInfo
- StatementLocus(Execution, String, String, SqlStatementEvent.Purpose, int) - Constructor for class mondrian.rolap.SqlStatement.StatementLocus
- statementStartCount - Variable in class mondrian.server.monitor.ConnectionInfo
- statementStartCount - Variable in class mondrian.server.monitor.ServerInfo
- StatementStartEvent - Class in mondrian.server.monitor
-
Event created just after a statement has been created.
- StatementStartEvent(long, int, int, long) - Constructor for class mondrian.server.monitor.StatementStartEvent
-
Creates a StatementStartEvent.
- StateSupport - mondrian.xmla.PropertyDefinition
- staticFlag - Static variable in class mondrian.parser.SimpleCharStream
-
Whether parser is static.
- StatisticsProvider - Interface in mondrian.spi
-
Provides estimates of the number of rows in a database.
- StatisticsProviders - Variable in class mondrian.olap.MondrianProperties
-
Comma-separated list of classes to be used to get statistics about the number of rows in a table, or the number of distinct values in a column.
- str() - Method in class mondrian.resource.MondrianResource._Def12
- str() - Method in class mondrian.resource.MondrianResource._Def3
- str() - Method in class mondrian.resource.MondrianResource._Def5
- str(Number) - Method in class mondrian.resource.MondrianResource._Def11
- str(Number) - Method in class mondrian.resource.MondrianResource._Def13
- str(Number) - Method in class mondrian.resource.MondrianResource._Def8
- str(Number, Number) - Method in class mondrian.resource.MondrianResource._Def10
- str(Number, String) - Method in class mondrian.resource.MondrianResource._Def6
- str(Object) - Static method in class mondrian.olap.fun.vba.Vba
- str(String) - Method in class mondrian.resource.MondrianResource._Def0
- str(String) - Method in class mondrian.resource.MondrianResource._Def14
- str(String) - Method in class mondrian.resource.MondrianResource._Def15
- str(String) - Method in class mondrian.resource.MondrianResource._Def2
- str(String) - Method in class mondrian.resource.MondrianResource._Def23
- str(String, Number) - Method in class mondrian.resource.MondrianResource._Def16
- str(String, String) - Method in class mondrian.resource.MondrianResource._Def1
- str(String, String) - Method in class mondrian.resource.MondrianResource._Def9
- str(String, String, Number) - Method in class mondrian.resource.MondrianResource._Def20
- str(String, String, Number, String) - Method in class mondrian.resource.MondrianResource._Def21
- str(String, String, String) - Method in class mondrian.resource.MondrianResource._Def17
- str(String, String, String) - Method in class mondrian.resource.MondrianResource._Def4
- str(String, String, String, Number, String, String, String) - Method in class mondrian.resource.MondrianResource._Def19
- str(String, String, String, String) - Method in class mondrian.resource.MondrianResource._Def18
- str(String, String, String, String) - Method in class mondrian.resource.MondrianResource._Def7
- str(String, String, String, String, String, String, String) - Method in class mondrian.resource.MondrianResource._Def22
- strComp(String, String) - Static method in class mondrian.olap.fun.vba.Vba
- strComp(String, String, int) - Static method in class mondrian.olap.fun.vba.Vba
- stream2Element(InputStream) - Static method in class mondrian.xmla.XmlaUtil
- string(int, char) - Static method in class mondrian.olap.fun.vba.Vba
- String - mondrian.spi.Dialect.Datatype
- String - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- String - Static variable in class mondrian.olap.Category
-
String
is a string expression. - STRING - mondrian.rolap.SqlStatement.Type
- STRING - Static variable in interface mondrian.olap.ParserSym
- StringAttributes(Object[]) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
- StringCalc - Interface in mondrian.calc
-
Compiled expression whose result is a
String
. - StringKey - Class in mondrian.util
-
Type-safe value that contains an immutable string.
- StringKey(String) - Constructor for class mondrian.util.StringKey
-
Creates a StringKey.
- StringRepositoryContentFinder - Class in mondrian.server
-
Implementation of
RepositoryContentFinder
that always returns a constant string. - StringRepositoryContentFinder(String) - Constructor for class mondrian.server.StringRepositoryContentFinder
- StringScanner - Class in mondrian.olap
-
Lexical analyzer whose input is a string.
- StringScanner(String, boolean) - Constructor for class mondrian.olap.StringScanner
- StringType - Class in mondrian.olap.type
-
The type of a string expression.
- StringType() - Constructor for class mondrian.olap.type.StringType
-
Creates a string type.
- strip(RolapMember) - Static method in class mondrian.rolap.RolapUtil
- stripSetType(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Given a set type, returns the element type.
- strReverse(String) - Static method in class mondrian.olap.fun.vba.Vba
- subList(int, int) - Method in class mondrian.calc.impl.AbstractTupleList
- subList(int, int) - Method in class mondrian.calc.impl.DelegatingTupleList
- subList(int, int) - Method in class mondrian.calc.impl.UnaryTupleList
- subList(int, int) - Method in interface mondrian.calc.TupleList
- subList(int, int) - Method in class mondrian.olap.Util.AbstractFlatList
- subList(int, int) - Method in class mondrian.util.TraversalList
- subList(int, int) - Method in class mondrian.util.UnsupportedList
- subName - Variable in class mondrian.olap.HierarchyBase
-
name
andsubName
are the name of the hierarchy, respectively containing and not containing dimension name. - subSegmentList - Variable in class mondrian.olap.Id.KeySegment
- subSet(E, E) - Method in class mondrian.util.ArraySortedSet
- substitute(Member) - Method in class mondrian.olap.DelegatingSchemaReader
- substitute(Member) - Method in interface mondrian.olap.SchemaReader
-
Substitutes a member with an equivalent member which enforces the access control policy of this SchemaReader.
- substitute(Member) - Method in class mondrian.rolap.RolapSchemaReader
- substitute(RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
- substitute(RolapMember) - Method in class mondrian.rolap.SmartMemberReader
- SubstitutingMemberReader - Class in mondrian.rolap
-
Implementation of
MemberReader
which replaces given members with a substitute. - success(T) - Static method in class mondrian.util.CompletedFuture
-
Creates a completed future indicating success.
- sum(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
- Sum - Static variable in class mondrian.rolap.RolapAggregator
- sumDouble(Evaluator, TupleIterable, Calc) - Static method in class mondrian.olap.fun.FunUtil
- sumDouble(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
- SumFromAvg(String) - Constructor for class mondrian.rolap.RolapAggregator.SumFromAvg
- superSetMatch(BitKey) - Method in class mondrian.rolap.aggmatcher.AggStar
-
Is this AggStar's BitKey a super set (proper or not) of the BitKey parameter.
- supportsAggTables() - Method in class mondrian.rolap.DefaultTupleConstraint
- supportsAggTables() - Method in class mondrian.rolap.sql.MemberKeyConstraint
- supportsAggTables() - Method in interface mondrian.rolap.sql.TupleConstraint
- supportsAggTables() - Method in class mondrian.rolap.SqlContextConstraint
- supportsFastAggregates(Dialect.Datatype) - Method in interface mondrian.olap.Aggregator
-
Tells Mondrian if this aggregator can perform fast aggregation using only the raw data of a given object type.
- supportsFastAggregates(Dialect.Datatype) - Method in class mondrian.rolap.RolapAggregator
-
By default, fast rollup is not supported for all classes.
- supportsGroupByExpressions() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect supports expressions in the GROUP BY clause.
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.DerbyDialect
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.ImpalaDialect
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.InfobrightDialect
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.InformixDialect
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.JdbcDialectImpl
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.MonetDbDialect
- supportsGroupByExpressions() - Method in class mondrian.spi.impl.NeoviewDialect
- supportsGroupingSets() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect allows the GROUPING SETS construct in the GROUP BY clause.
- supportsGroupingSets() - Method in class mondrian.spi.impl.Db2Dialect
- supportsGroupingSets() - Method in class mondrian.spi.impl.GreenplumDialect
- supportsGroupingSets() - Method in class mondrian.spi.impl.JdbcDialectImpl
- supportsGroupingSets() - Method in class mondrian.spi.impl.OracleDialect
- supportsGroupingSets() - Method in class mondrian.spi.impl.TeradataDialect
- supportsMultiValueInExpr() - Method in interface mondrian.spi.Dialect
-
Returns true if this dialect supports multi-value IN expressions.
- supportsMultiValueInExpr() - Method in class mondrian.spi.impl.InfobrightDialect
- supportsMultiValueInExpr() - Method in class mondrian.spi.impl.JdbcDialectImpl
- supportsMultiValueInExpr() - Method in class mondrian.spi.impl.LucidDbDialect
- supportsMultiValueInExpr() - Method in class mondrian.spi.impl.MySqlDialect
- supportsMultiValueInExpr() - Method in class mondrian.spi.impl.VerticaDialect
- supportsResultSetConcurrency(int, int) - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect supports the given concurrency type in combination with the given result set type.
- supportsResultSetConcurrency(int, int) - Method in class mondrian.spi.impl.GoogleBigQueryDialect
- supportsResultSetConcurrency(int, int) - Method in class mondrian.spi.impl.JdbcDialectImpl
- supportsResultSetConcurrency(int, int) - Method in class mondrian.spi.impl.VectorwiseDialect
- supportsResultSetConcurrency(int, int) - Method in class mondrian.spi.impl.VerticaDialect
- supportsRichIndex() - Method in class mondrian.rolap.agg.SegmentCacheWorker
- supportsRichIndex() - Method in class mondrian.rolap.cache.MemorySegmentCache
- supportsRichIndex() - Method in interface mondrian.spi.SegmentCache
-
Tells Mondrian whether this segment cache uses the
SegmentHeader
objects as an index, thus preserving them in a serialized state, or if it uses its identification number only. - supportsUnlimitedValueList() - Method in interface mondrian.spi.Dialect
-
Returns whether this Dialect places no limit on the number of rows which can appear as elements of an IN or VALUES expression.
- supportsUnlimitedValueList() - Method in class mondrian.spi.impl.JdbcDialectImpl
- supportsUnlimitedValueList() - Method in class mondrian.spi.impl.LucidDbDialect
- supportsValidation() - Static method in class mondrian.tui.XmlUtil
-
Returns whether the XML parser supports validation.
- suspendEncoding() - Method in class mondrian.util.Base64.OutputStream
-
Suspends encoding of the stream.
- swapAxes() - Method in class mondrian.olap.Query
-
Swaps the x- and y- axes.
- SwitchTo(int) - Method in class mondrian.parser.MdxParserImplTokenManager
-
Switch to specified lex state.
- SYBASE - mondrian.spi.Dialect.DatabaseProduct
- SybaseDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Sybase database. - SybaseDialect(Connection) - Constructor for class mondrian.spi.impl.SybaseDialect
-
Creates a SybaseDialect.
- sYD(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
- Symbol - Static variable in class mondrian.olap.Category
-
Symbol
is a symbol, for example theBASC
keyword to theOrder()
function. - SymbolType - Class in mondrian.olap.type
-
The type of a symbolic expression.
- SymbolType() - Constructor for class mondrian.olap.type.SymbolType
-
Creates a symbol type.
- Syntax - Enum in mondrian.olap
-
Enumerated values describing the syntax of an expression.
- syntax_error(Symbol) - Method in class mondrian.olap.Parser
- System - mondrian.olap.Parameter.Scope
T
- table - Variable in class mondrian.olap.MondrianDef.Closure
- table - Variable in class mondrian.olap.MondrianDef.Column
- table - Variable in class mondrian.olap.MondrianDef.Level
- table - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- Table() - Constructor for class mondrian.olap.MondrianDef.Table
- Table(String, String, String, MondrianDef.Hint[]) - Constructor for class mondrian.olap.MondrianDef.Table
- Table(MondrianDef.Table) - Constructor for class mondrian.olap.MondrianDef.Table
-
Convenience constructor.
- Table(MondrianDef.Table, String) - Constructor for class mondrian.olap.MondrianDef.Table
- Table(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Table
- TableDef(boolean, ExplicitRules.Group) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- TableFields - mondrian.xmla.PropertyDefinition
- tableHints - Variable in class mondrian.olap.MondrianDef.Table
-
Table optimization hints; may be ignored by dialect.
- tableMatch - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- TableMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- TableMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- tableMatches - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
All shared TableMatches.
- tableMatchRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- TableMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- TableMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- tabSize - Variable in class mondrian.parser.SimpleCharStream
- tag - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- tag - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- tailSet(E) - Method in class mondrian.util.ArraySortedSet
- tan(double) - Static method in class mondrian.olap.fun.vba.Vba
- tanh(double) - Static method in class mondrian.olap.fun.vba.Excel
- Target - Class in mondrian.rolap
-
Deprecated.Deprecated for Mondrian 4.0.
- Target(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>, TupleConstraint, HighCardSqlTupleReader) - Constructor for class mondrian.rolap.Target
-
Deprecated.
- TargetBase - Class in mondrian.rolap
-
Base helper class for the SQL tuple readers
HighCardSqlTupleReader
andSqlTupleReader
. - TargetBase(List<RolapMember>, RolapLevel, TupleReader.MemberBuilder) - Constructor for class mondrian.rolap.TargetBase
- tasks - Variable in class mondrian.rolap.agg.SegmentCacheManager.FlushResult
- tearDown() - Method in class mondrian.rolap.cache.MemorySegmentCache
- tearDown() - Method in interface mondrian.spi.SegmentCache
-
Tear down and clean up the cache.
- TeeWriter(Writer) - Constructor for class mondrian.rolap.RolapUtil.TeeWriter
- template - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- templateNamePos - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- templateNamePos - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
-
This is a one-to-one mapping, each template name can appear at most once.
- templateParts - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- templateParts - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- TENURED_POOL - Static variable in class mondrian.util.NotificationMemoryMonitor
- TERADATA - mondrian.spi.Dialect.DatabaseProduct
- TeradataDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Teradata database. - TeradataDialect(Connection) - Constructor for class mondrian.spi.impl.TeradataDialect
-
Creates a TeradataDialect.
- term() - Method in class mondrian.parser.MdxParserImpl
- term2() - Method in class mondrian.parser.MdxParserImpl
- term3() - Method in class mondrian.parser.MdxParserImpl
- term4() - Method in class mondrian.parser.MdxParserImpl
- term5() - Method in class mondrian.parser.MdxParserImpl
- Test - Class in mondrian.rolap
-
todo:
- TestClass - Variable in class mondrian.olap.MondrianProperties
-
String property that determines which test class to run.
- TestConnectString - Variable in class mondrian.olap.MondrianProperties
-
Property containing the connect string which regression tests should use to connect to the database.
- TestExpDependencies - Variable in class mondrian.olap.MondrianProperties
-
Integer property that controls whether to test operators' dependencies, and how much time to spend doing it.
- TestHighCardinalityDimensionList - Variable in class mondrian.olap.MondrianProperties
-
Property containing a list of dimensions in the Sales cube that should be treated as high-cardinality dimensions by the testing infrastructure.
- TestJdbcPassword - Variable in class mondrian.olap.MondrianProperties
-
Property containing the JDBC password of a test database.
- TestJdbcUser - Variable in class mondrian.olap.MondrianProperties
-
Property containing the JDBC user of a test database.
- TestName - Variable in class mondrian.olap.MondrianProperties
-
String property that determines which tests are run.
- TestSeed - Variable in class mondrian.olap.MondrianProperties
-
Seed for random number generator used by some of the tests.
- testSingleInstance - Variable in class mondrian.util.ObjectFactory.Singleton
-
The test single instance of the object created by the factory.
- text2Element(String) - Static method in class mondrian.xmla.XmlaUtil
- textElement(String, Object) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- textElement(String, Object) - Method in interface mondrian.xmla.SaxWriter
-
Generates a text-only element,
<name>data</name>
. - textInElement(Element) - Static method in class mondrian.xmla.XmlaUtil
- THEN - Static variable in interface mondrian.olap.ParserSym
- THEN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- ThirdQResolver - Static variable in class mondrian.olap.fun.extra.NthQuartileFunDef
- thread - Variable in class mondrian.rolap.agg.SegmentCacheManager
- ThreadContextClassResolver() - Constructor for class mondrian.util.ClassResolver.ThreadContextClassResolver
- threadLocalRemove(ThreadLocal<T>) - Static method in class mondrian.olap.Util
-
Removes a thread local from the current thread.
- threadLocalRemove(ThreadLocal<T>) - Method in interface mondrian.util.UtilCompatible
-
Removes a thread local from the current thread.
- threadLocalRemove(ThreadLocal<T>) - Method in class mondrian.util.UtilCompatibleJdk15
- throwable - Variable in class mondrian.server.monitor.SqlStatementEndEvent
- throwAuthenticationException(String) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
-
Helper method to create and throw an authentication exception.
- throwRTException() - Method in class mondrian.recorder.AbstractRecorder
- throwRTException() - Method in interface mondrian.recorder.MessageRecorder
-
This simply throws a RTException.
- time() - Static method in class mondrian.olap.fun.vba.Vba
- Time - mondrian.spi.Dialect.Datatype
- TimeArgNeeded - Variable in class mondrian.resource.MondrianResource
-
TimeArgNeeded
is 'Argument to function ''{0}'' must belong to Time hierarchy.
' - TimeDays - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to days.
- TimeDimension - mondrian.olap.DimensionType
-
Indicates that a dimension is a time dimension.
- TimeHalfYears - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to half years.
- TimeHours - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to hours.
- TimeLevelInNonTimeHierarchy - Variable in class mondrian.resource.MondrianResource
-
TimeLevelInNonTimeHierarchy
is 'Level ''{0}'' does not belong to a time hierarchy, so its level-type must be ''Standard''.
' - TimeLimit - Variable in class mondrian.olap.MondrianProperties
-
Property that returns the time limit for the test run in seconds.
- TimeMinutes - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to minutes.
- TimeMonths - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to months.
- Timeout - mondrian.xmla.PropertyDefinition
- TIMEOUT - mondrian.server.Execution.State
- TimeQuarters - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to quarters.
- timer() - Static method in class mondrian.olap.fun.vba.Vba
- TimeSeconds - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to seconds.
- timeSerial(int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
- timestamp - Variable in class mondrian.server.monitor.Event
-
When the event occurred.
- Timestamp - mondrian.spi.Dialect.Datatype
- TimeUndefined - mondrian.olap.LevelType
-
Deprecated.Indicates that a level is an unspecified time period.
- timeValue(Date) - Static method in class mondrian.olap.fun.vba.Vba
- TimeWeeks - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to weeks.
- TimeYears - mondrian.olap.LevelType
-
Deprecated.Indicates that a level refers to years.
- toArray() - Method in class mondrian.olap.Util.Flat2List
- toArray() - Method in class mondrian.olap.Util.Flat3List
- toArray() - Method in class mondrian.util.ArraySortedSet
- toArray() - Method in class mondrian.util.ConcatenableList
- toArray() - Method in class mondrian.util.FilteredIterableList
- toArray() - Method in class mondrian.util.TraversalList
- toArray() - Method in class mondrian.util.UnsupportedList
- toArray(S[]) - Method in class mondrian.util.TraversalList
- toArray(T[]) - Method in class mondrian.util.ArraySortedSet
- toArray(T[]) - Method in class mondrian.util.FilteredIterableList
- toArray(T[]) - Method in class mondrian.util.UnsupportedList
- toArray(T2[]) - Method in class mondrian.olap.Util.Flat2List
- toArray(T2[]) - Method in class mondrian.olap.Util.Flat3List
- toArray(T2[]) - Method in class mondrian.util.ConcatenableList
- toBitSet() - Method in class mondrian.rolap.BitKey.Big
- toBitSet() - Method in class mondrian.rolap.BitKey.Mid128
- toBitSet() - Method in class mondrian.rolap.BitKey.Small
- toBitSet() - Method in interface mondrian.rolap.BitKey
-
Returns a
BitSet
with the same contents as this BitKey. - toBoolean(Object, Type) - Static method in class mondrian.olap.fun.CastFunDef
- toBuffer(StringBuilder, String) - Method in class mondrian.rolap.sql.SqlQuery
-
Writes this SqlQuery to a StringBuilder with each clause on a separate line, and with the specified indentation prefix.
- toByteArray() - Method in class mondrian.tui.MockHttpServletResponse
- toCodeSet(MondrianDef.SQL[]) - Static method in class mondrian.olap.MondrianDef.SQL
-
Converts an array of SQL to a
SqlQuery.CodeSet
object. - toConstrainedColumns(Collection<StarColumnPredicate>) - Static method in class mondrian.rolap.agg.SegmentBuilder
- toConstrainedColumns(StarColumnPredicate[]) - Static method in class mondrian.rolap.agg.SegmentBuilder
- ToggleDrillStateRecursiveNotSupported - Variable in class mondrian.resource.MondrianResource
-
ToggleDrillStateRecursiveNotSupported
is '''RECURSIVE'' is not supported in ToggleDrillState.
' - toHeader(Segment) - Static method in class mondrian.rolap.agg.SegmentBuilder
-
Creates a SegmentHeader object describing the supplied Segment object.
- toInListSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- toInListSql(SqlQuery, StringBuilder, BitKey) - Method in class mondrian.rolap.agg.AndPredicate
-
Generate value list for this predicate to be used in an IN-list sql predicate.
- toInt(Object, Type) - Static method in class mondrian.olap.fun.CastFunDef
- token - Variable in class mondrian.parser.MdxParserImpl
-
Current token.
- Token - Class in mondrian.parser
-
Describes the input token stream.
- Token() - Constructor for class mondrian.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class mondrian.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class mondrian.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class mondrian.parser.MdxParserImpl
-
Generated Token Manager.
- tokenImage - Static variable in interface mondrian.parser.MdxParserImplConstants
-
Literal token values.
- tokenImage - Variable in exception mondrian.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in mondrian.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error mondrian.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error mondrian.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error mondrian.parser.TokenMgrError
-
Constructor with message and reason.
- toList(String...) - Static method in class mondrian.olap.Id.Segment
-
Converts an array of names to a list of segments.
- toList(IterCalc) - Method in class mondrian.calc.impl.AbstractExpCompiler
-
Converts an iterable over tuples to a list of tuples.
- toMap(Properties) - Static method in class mondrian.olap.Util
-
Converts a
Properties
object to a string-to-stringMap
. - toMemberOrTupleType(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Converts a type to a member or tuple type.
- toMemberType(Type) - Static method in class mondrian.olap.type.TypeUtil
-
Converts a type to a member type.
- toNullValuesMap(List<K>) - Static method in class mondrian.olap.Util
-
Transforms a list into a map for which all the keys return a null value associated to it.
- toOlap4j(List<Id.Segment>) - Static method in class mondrian.olap.Util
- toOlap4j(Id.Quoting) - Static method in class mondrian.olap.Util
- toOlap4j(Id.Segment) - Static method in class mondrian.olap.Util
- TooManyFactCountColumns - Variable in class mondrian.resource.MondrianResource
-
TooManyFactCountColumns
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has ''{2,number}'' fact count columns.
' - TooManyMatchingForeignKeyColumns - Variable in class mondrian.resource.MondrianResource
-
TooManyMatchingForeignKeyColumns
is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' had ''{2,number}'' columns matching foreign key ''{3}''
' - TooManyMessageRecorderErrors - Variable in class mondrian.resource.MondrianResource
-
TooManyMessageRecorderErrors
is 'Context ''{0}'': Exceeded number of allowed errors ''{1,number}''
' - topLevel - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
- toSegment(SegmentHeader, RolapStar, BitKey, RolapStar.Column[], RolapStar.Measure, List<StarPredicate>) - Static method in class mondrian.rolap.agg.SegmentBuilder
-
Creates a segment from a SegmentHeader.
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.ListColumnPredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.ListPredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.MemberTuplePredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.OrPredicate
- toSql(SqlQuery, StringBuilder) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- toSql(SqlQuery, StringBuilder) - Method in interface mondrian.rolap.StarPredicate
- toSqlAndTypes() - Method in class mondrian.rolap.sql.SqlQuery
- toString() - Method in class mondrian.calc.impl.AbstractIterCalc
- toString() - Method in class mondrian.calc.impl.AbstractListCalc
- toString() - Method in class mondrian.mdx.DimensionExpr
- toString() - Method in class mondrian.mdx.HierarchyExpr
- toString() - Method in class mondrian.mdx.LevelExpr
- toString() - Method in class mondrian.mdx.MemberExpr
- toString() - Method in class mondrian.mdx.NamedSetExpr
- toString() - Method in class mondrian.mdx.ResolvedFunCall
- toString() - Method in enum mondrian.olap.Access
- toString() - Method in class mondrian.olap.CellProperty
- toString() - Method in class mondrian.olap.EnumeratedValues.BasicValue
-
Returns the value's name.
- toString() - Method in class mondrian.olap.fun.sort.Sorter.ObjIntPair
- toString() - Method in class mondrian.olap.Id.Segment
- toString() - Method in class mondrian.olap.Id
- toString() - Method in class mondrian.olap.MondrianDef.ExpressionView
- toString() - Method in class mondrian.olap.MondrianDef.InlineTable
- toString() - Method in class mondrian.olap.MondrianDef.Join
- toString() - Method in class mondrian.olap.MondrianDef.Table
- toString() - Method in class mondrian.olap.MondrianDef.View
- toString() - Method in class mondrian.olap.OlapElementBase
- toString() - Method in class mondrian.olap.Query
-
Returns the MDX query string.
- toString() - Method in class mondrian.olap.QueryTiming
- toString() - Method in class mondrian.olap.type.DimensionType
- toString() - Method in class mondrian.olap.type.HierarchyType
- toString() - Method in class mondrian.olap.type.LevelType
- toString() - Method in class mondrian.olap.type.MemberType
- toString() - Method in class mondrian.olap.type.ScalarType
- toString() - Method in class mondrian.olap.type.SetType
- toString() - Method in class mondrian.olap.type.TupleType
- toString() - Method in class mondrian.olap.Util.ErrorCellValue
- toString() - Method in class mondrian.olap.Util.Flat2List
- toString() - Method in class mondrian.olap.Util.Flat3List
- toString() - Method in class mondrian.olap.Util.PropertyList
- toString() - Method in class mondrian.parser.Token
-
Returns the image.
- toString() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
- toString() - Method in class mondrian.rolap.agg.AggregationKey
- toString() - Method in class mondrian.rolap.agg.ListPredicate
- toString() - Method in class mondrian.rolap.agg.LiteralStarPredicate
- toString() - Method in class mondrian.rolap.agg.MemberColumnPredicate
- toString() - Method in class mondrian.rolap.agg.Segment
- toString() - Method in class mondrian.rolap.agg.ValueColumnPredicate
- toString() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
- toString() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
- toString() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
- toString() - Method in class mondrian.rolap.aggmatcher.AggStar
- toString() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
- toString() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- toString() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- toString() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- toString() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- toString() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
- toString() - Method in class mondrian.rolap.BitKey.Big
- toString() - Method in class mondrian.rolap.BitKey.Mid128
- toString() - Method in class mondrian.rolap.BitKey.Small
- toString() - Method in class mondrian.rolap.CellKey.Four
- toString() - Method in class mondrian.rolap.CellKey.Many
- toString() - Method in class mondrian.rolap.CellKey.One
- toString() - Method in class mondrian.rolap.CellKey.Three
- toString() - Method in class mondrian.rolap.CellKey.Two
- toString() - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
- toString() - Method in class mondrian.rolap.DefaultTupleConstraint
- toString() - Method in class mondrian.rolap.HierarchyUsage
- toString() - Method in class mondrian.rolap.Modulos.Base
- toString() - Method in class mondrian.rolap.RolapCubeMember
- toString() - Method in class mondrian.rolap.RolapStar.Column
- toString() - Method in class mondrian.rolap.RolapStar.Condition
- toString() - Method in class mondrian.rolap.RolapStar.Table
- toString() - Method in class mondrian.rolap.RolapStar
- toString() - Method in class mondrian.rolap.RolapUtil.TeeWriter
-
Returns everything which has been written so far.
- toString() - Method in class mondrian.rolap.ScenarioImpl
- toString() - Method in class mondrian.rolap.sql.MemberKeyConstraint
- toString() - Method in class mondrian.rolap.sql.SqlQuery
- toString() - Method in class mondrian.rolap.TargetBase
- toString() - Method in class mondrian.server.monitor.ConnectionEndEvent
- toString() - Method in class mondrian.server.monitor.ConnectionStartEvent
- toString() - Method in class mondrian.server.monitor.ExecutionEndEvent
- toString() - Method in class mondrian.server.monitor.ExecutionPhaseEvent
- toString() - Method in class mondrian.server.monitor.ExecutionStartEvent
- toString() - Method in class mondrian.server.monitor.SqlStatementEndEvent
- toString() - Method in class mondrian.server.monitor.SqlStatementExecuteEvent
- toString() - Method in class mondrian.server.monitor.SqlStatementStartEvent
- toString() - Method in class mondrian.server.monitor.StatementEndEvent
- toString() - Method in class mondrian.server.monitor.StatementStartEvent
- toString() - Method in class mondrian.spi.impl.JdbcDialectImpl
- toString() - Method in class mondrian.spi.SegmentHeader
- toString() - Method in class mondrian.util.ByteString
-
Returns this byte string in hexadecimal format.
- toString() - Method in class mondrian.util.CacheMap
- toString() - Method in class mondrian.util.Pair
- toString() - Method in class mondrian.util.SlotFuture
- toString() - Method in class mondrian.util.StringKey
- toString() - Method in class mondrian.util.Triple
- toString(StringBuilder) - Method in class mondrian.olap.Id.KeySegment
- toString(StringBuilder) - Method in class mondrian.olap.Id.NameSegment
- toString(StringBuilder) - Method in class mondrian.olap.Id.Segment
-
Appends this segment to a StringBuilder.
- toString(List<Position>) - Static method in class mondrian.rolap.RolapAxis
- toString(Axis) - Static method in class mondrian.rolap.RolapAxis
- toString(Result) - Method in class mondrian.tui.CmdRunner
-
Converts a
Result
object to a string - toString(SqlQuery) - Method in class mondrian.rolap.RolapStar.Condition
- toString(Node, boolean) - Static method in class mondrian.tui.XmlUtil
-
Convert a Node to a String.
- toStringArray() - Method in class mondrian.olap.Id
- TotalMembersLimitExceeded - Variable in class mondrian.resource.MondrianResource
-
TotalMembersLimitExceeded
is 'Total number of Members in result ({0,number}) exceeded limit ({1,number})
' - toUpper(String) - Method in interface mondrian.spi.Dialect
-
Converts an expression to upper case.
- toUpper(String) - Method in class mondrian.spi.impl.AccessDialect
- toUpper(String) - Method in class mondrian.spi.impl.Db2Dialect
- toUpper(String) - Method in class mondrian.spi.impl.JdbcDialectImpl
- toURL(File) - Static method in class mondrian.olap.Util
-
Creates a file-protocol URL for the given file.
- trace(String) - Method in interface mondrian.olap.CacheControl
-
Prints a debug message.
- trace(String) - Method in class mondrian.rolap.CacheControlImpl
- tracePhase(int, int, int) - Method in class mondrian.server.Execution
- transform(Document, Reader) - Static method in class mondrian.tui.XmlUtil
- transform(Document, Reader, String[][]) - Static method in class mondrian.tui.XmlUtil
-
Transform a Document and return the transformed Node.
- transform(Document, String) - Static method in class mondrian.tui.XmlUtil
- transform(Document, String, String[][]) - Static method in class mondrian.tui.XmlUtil
-
Transform a Document and return the transformed Node.
- transformSoapXmla(Document, String[][], String) - Static method in class mondrian.tui.XmlaSupport
- TransformTag - Class in mondrian.web.taglib
-
A
TransformTag
renders the result of aResultCache
object. - TransformTag() - Constructor for class mondrian.web.taglib.TransformTag
- TraversalList<T> - Class in mondrian.util
-
Implementation of
List
for transposing an array of lists. - TraversalList(List<T>[], Class<T>) - Constructor for class mondrian.util.TraversalList
- TREE_OP - Static variable in class mondrian.xmla.Enumeration
- Tree_Operator - Static variable in class mondrian.olap.CubeBase
- triggersAreEnabled() - Method in class mondrian.olap.MondrianPropertiesBase
- trim(String) - Static method in class mondrian.olap.fun.vba.Vba
- trimToSize() - Method in class mondrian.util.ObjectPool
-
Reduce the size of the internal arrays to a size just big enough to hold the current set of entries.
- Triple<T0,T1,T2> - Class in mondrian.util
-
Tuple of three values.
- Triple(T0, T1, T2) - Constructor for class mondrian.util.Triple
-
Creates a Triple.
- TRUE - Static variable in class mondrian.rolap.agg.LiteralStarPredicate
- trueFunctor() - Static method in class mondrian.olap.Util
- Tuple - Static variable in class mondrian.olap.Category
-
Tuple
is a tuple expression. - TupleBuilder(SchemaReader, Cube, List<Hierarchy>) - Constructor for class mondrian.util.IdentifierParser.TupleBuilder
- TupleCalc - Interface in mondrian.calc
-
Expression which yields a tuple.
- TupleCollections - Class in mondrian.calc
-
Utility methods for tuple collections and iterators.
- tupleComplete() - Method in class mondrian.util.IdentifierParser.MemberListBuilder
- tupleComplete() - Method in class mondrian.util.IdentifierParser.TupleBuilder
- tupleComplete() - Method in class mondrian.util.IdentifierParser.TupleListBuilder
- TupleConstraint - Interface in mondrian.rolap.sql
-
Restricts the SQL result of
TupleReader
. - TupleConstraintStruct - Class in mondrian.rolap
- TupleConstraintStruct() - Constructor for class mondrian.rolap.TupleConstraintStruct
- tupleContainsNullMember(List<Member>) - Static method in class mondrian.olap.fun.FunUtil
-
Returns whether one of the members in a tuple is null.
- tupleContainsNullMember(Member[]) - Static method in class mondrian.olap.fun.FunUtil
-
Returns whether one of the members in a tuple is null.
- tupleCursor() - Method in class mondrian.calc.impl.AbstractTupleList
-
Creates a
TupleCursor
over this list. - tupleCursor() - Method in class mondrian.calc.impl.UnaryTupleList
- tupleCursor() - Method in interface mondrian.calc.TupleIterable
-
Creates a cursor over the contents of this iterable.
- TupleCursor - Interface in mondrian.calc
-
Cheap interface for iterating through the contents of a
TupleList
. - TupleFunDef - Class in mondrian.olap.fun
-
TupleFunDef
implements the '(...)' operator which builds tuples, as in([Time].CurrentMember, [Stores].[USA].[California])
. - TupleFunDef.CalcImpl - Class in mondrian.olap.fun
- TupleIterable - Interface in mondrian.calc
-
Extension to
Iterable
that returns aTupleIterator
. - tupleIterator() - Method in class mondrian.calc.impl.AbstractTupleIterable
- tupleIterator() - Method in class mondrian.calc.impl.AbstractTupleList
- tupleIterator() - Method in class mondrian.calc.impl.UnaryTupleList
- tupleIterator() - Method in interface mondrian.calc.TupleIterable
-
Creates an iterator over the contents of this iterable.
- TupleIterator - Interface in mondrian.calc
-
Extension to
Iterator
that returns tuples. - tupleIteratorInternal() - Method in class mondrian.calc.impl.AbstractTupleList
- tupleIteratorInternal() - Method in class mondrian.calc.impl.ArrayTupleList
- tupleIteratorInternal() - Method in class mondrian.calc.impl.DelegatingTupleList
- tupleIteratorInternal() - Method in class mondrian.calc.impl.ListTupleList
- tupleList - Variable in class mondrian.util.IdentifierParser.TupleListBuilder
- TupleList - Interface in mondrian.calc
-
List of tuples.
- TupleList.PositionCallback - Interface in mondrian.calc
- TupleListBuilder(SchemaReader, Cube, List<Hierarchy>) - Constructor for class mondrian.util.IdentifierParser.TupleListBuilder
- TupleReader - Interface in mondrian.rolap
-
Describes the public methods of
SqlTupleReader
. - TupleReader.MemberBuilder - Interface in mondrian.rolap
-
Factory to create new members for a hierarchy from SQL result.
- TUPLES - mondrian.server.monitor.SqlStatementEvent.Purpose
- TupleType - Class in mondrian.olap.type
-
Tuple type.
- TupleType(Type[]) - Constructor for class mondrian.olap.type.TupleType
-
Creates a type representing a tuple whose fields are the given types.
- TupleValueCalc - Class in mondrian.calc.impl
-
Expression which evaluates a tuple expression, sets the dimensional context to the result of that expression, then yields the value of the current measure in the current dimensional context.
- TupleValueCalc(Exp, TupleCalc, boolean) - Constructor for class mondrian.calc.impl.TupleValueCalc
-
Creates a TupleValueCalc.
- turnOffVisitChildren() - Method in class mondrian.mdx.MdxVisitorImpl
- turnOnVisitChildren() - Method in class mondrian.mdx.MdxVisitorImpl
- TwoNullsNotSupported - Variable in class mondrian.resource.MondrianResource
-
TwoNullsNotSupported
is 'Function does not support two NULL member parameters
' - type - Variable in class mondrian.calc.impl.AbstractCalc
- type - Variable in class mondrian.olap.MondrianDef.ColumnDef
- type - Variable in class mondrian.olap.MondrianDef.Dimension
- type - Variable in class mondrian.olap.MondrianDef.Hint
- type - Variable in class mondrian.olap.MondrianDef.Level
- type - Variable in class mondrian.olap.MondrianDef.Parameter
- type - Variable in class mondrian.olap.MondrianDef.Property
- type - Variable in class mondrian.xmla.Enumeration
- Type - Interface in mondrian.olap.type
-
Type of an MDX expression.
- TYPE_BOOLEAN - mondrian.olap.Property.Datatype
- TYPE_DATE - mondrian.olap.Property.Datatype
- TYPE_INTEGER - mondrian.olap.Property.Datatype
- TYPE_LONG - mondrian.olap.Property.Datatype
- TYPE_NUMERIC - mondrian.olap.Property.Datatype
- TYPE_OTHER - mondrian.olap.Property.Datatype
- TYPE_STRING - mondrian.olap.Property.Datatype
- TYPE_TIME - mondrian.olap.Property.Datatype
- TYPE_TIMESTAMP - mondrian.olap.Property.Datatype
- typeName(Object) - Static method in class mondrian.olap.fun.vba.Vba
- typeToCategory(Type) - Static method in class mondrian.olap.type.TypeUtil
- TypeUtil - Class in mondrian.olap.type
-
Utility methods relating to types.
- TypeUtil() - Constructor for class mondrian.olap.type.TypeUtil
U
- UdfClassMustBePublicAndStatic - Variable in class mondrian.resource.MondrianResource
-
UdfClassMustBePublicAndStatic
is 'Failed to load user-defined function ''{0}'': class ''{1}'' must be public and static
' - UdfClassNotFound - Variable in class mondrian.resource.MondrianResource
-
UdfClassNotFound
is 'Failed to load user-defined function ''{0}'': class ''{1}'' not found
' - UdfClassWrongIface - Variable in class mondrian.resource.MondrianResource
-
UdfClassWrongIface
is 'Failed to load user-defined function ''{0}'': class ''{1}'' does not implement the required interface ''{2}''
' - UdfDuplicateName - Variable in class mondrian.resource.MondrianResource
-
UdfDuplicateName
is 'Duplicate user-defined function ''{0}''
' - UdfResolver - Class in mondrian.olap.fun
-
Resolver for user-defined functions.
- UdfResolver(UdfResolver.UdfFactory) - Constructor for class mondrian.olap.fun.UdfResolver
- UdfResolver.ClassUdfFactory - Class in mondrian.olap.fun
-
Implementation of
UdfResolver.UdfFactory
that instantiates a given class using a public default constructor. - UdfResolver.UdfFactory - Interface in mondrian.olap.fun
-
Factory for
UserDefinedFunction
. - unaliasedExpression() - Method in class mondrian.parser.MdxParserImpl
- UnaryTupleList - Class in mondrian.calc.impl
- UnaryTupleList() - Constructor for class mondrian.calc.impl.UnaryTupleList
-
Creates an empty UnaryTupleList.
- UnaryTupleList(List<Member>) - Constructor for class mondrian.calc.impl.UnaryTupleList
-
Creates a UnaryTupleList with a given backing list.
- Undefined - mondrian.olap.QueryAxis.SubtotalVisibility
- unexpected() - Method in class mondrian.olap.EnumeratedValues.BasicValue
-
Returns an error indicating that we did not expect to find this value in this context.
- unexpected(Enum) - Static method in class mondrian.olap.Util
-
Returns an exception indicating that we didn't expect to find this value here.
- unexpected(V) - Method in class mondrian.olap.EnumeratedValues
-
Returns an exception indicating that we didn't expect to find this value here.
- union - Variable in class mondrian.olap.MondrianDef.Role
- union(List<Role>) - Static method in class mondrian.olap.RoleImpl
-
Returns a role that is the union of the given roles.
- Union() - Constructor for class mondrian.olap.MondrianDef.Union
- Union(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Union
- UnionIterator<T> - Class in mondrian.util
-
Iterator over union of several
Iterable
collections. - UnionIterator(Iterable<? extends T>...) - Constructor for class mondrian.util.UnionIterator
-
Creates a UnionIterator.
- UnionIterator(Collection<? extends T>...) - Constructor for class mondrian.util.UnionIterator
-
Creates a UnionIterator over a list of collections.
- uniqueKeyLevelName - Variable in class mondrian.olap.MondrianDef.Hierarchy
- uniqueMembers - Variable in class mondrian.olap.MondrianDef.Level
- uniqueName - Variable in class mondrian.olap.DimensionBase
- uniqueName - Variable in class mondrian.olap.HierarchyBase
- uniqueName - Variable in class mondrian.olap.LevelBase
- uniqueName - Variable in class mondrian.olap.MemberBase
- uniquify(String, int, Collection<String>) - Static method in class mondrian.olap.Util
-
Makes a name distinct from other names which have already been used and shorter than a length limit, adds it to the list, and returns it.
- Unknown - Static variable in class mondrian.olap.Category
-
Unknown
is an expression whose type is as yet unknown. - Unknown - Static variable in class mondrian.olap.type.DimensionType
- Unknown - Static variable in class mondrian.olap.type.HierarchyType
- Unknown - Static variable in class mondrian.olap.type.LevelType
- Unknown - Static variable in class mondrian.olap.type.MemberType
- UNKNOWN - mondrian.olap.Member.MemberType
- UNKNOWN - mondrian.rolap.aggmatcher.JdbcSchema.UsageType
- UNKNOWN - mondrian.spi.Dialect.DatabaseProduct
- UNKNOWN - Static variable in interface mondrian.olap.ParserSym
- UNKNOWN_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- UNKNOWN_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
- UNKNOWN_ERROR_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- UNKNOWN_ERROR_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- UnknownAggregator - Variable in class mondrian.resource.MondrianResource
-
UnknownAggregator
is 'Unknown aggregator ''{0}''; valid aggregators are: {1}
' - UnknownFactTableColumn - Variable in class mondrian.resource.MondrianResource
-
UnknownFactTableColumn
is 'Context ''{0}'': For Fact table ''{1}'', the column ''{2}'' is neither a measure or foreign key".
' - UnknownHierarchyName - Variable in class mondrian.resource.MondrianResource
-
UnknownHierarchyName
is 'Context ''{0}'': The Hierarchy ''{1}'' does not exist"
' - UnknownLeftJoinCondition - Variable in class mondrian.resource.MondrianResource
-
UnknownLeftJoinCondition
is 'Context ''{0}'': Failed to find left join condition in fact table ''{1}'' for foreign key ''{2}''.
' - UnknownLevelName - Variable in class mondrian.resource.MondrianResource
-
UnknownLevelName
is 'Context ''{0}'': The Hierarchy Level ''{1}'' does not have a Level named ''{2}''
' - UnknownMeasureName - Variable in class mondrian.resource.MondrianResource
-
UnknownMeasureName
is 'Context ''{0}'': Measures does not have a measure named ''{1}''
' - UnknownNamedSetHasBadFormula - Variable in class mondrian.resource.MondrianResource
-
UnknownNamedSetHasBadFormula
is 'Named set in cube ''{0}'' has bad formula
' - UnknownParameter - Variable in class mondrian.resource.MondrianResource
-
UnknownParameter
is 'Unknown parameter ''{0}''
' - UnknownRole - Variable in class mondrian.resource.MondrianResource
-
UnknownRole
is 'Unknown role ''{0}''
' - unmarshallSoapMessage(HttpServletRequest, Element[]) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
- unmarshallSoapMessage(HttpServletRequest, Element[]) - Method in class mondrian.xmla.XmlaServlet
-
Implement to provide application specified SOAP unmarshalling algorithm.
- unmodifiableList(TupleList) - Static method in class mondrian.calc.TupleCollections
-
Creates an unmodifiable TupleList backed by a given list.
- unparse(PrintWriter) - Method in class mondrian.calc.DummyExp
- unparse(PrintWriter) - Method in class mondrian.mdx.ParameterExpr
-
Unparses the definition of this Parameter.
- unparse(PrintWriter) - Method in class mondrian.mdx.ResolvedFunCall
- unparse(PrintWriter) - Method in class mondrian.mdx.UnresolvedFunCall
- unparse(PrintWriter) - Method in class mondrian.olap.DrillThrough
- unparse(PrintWriter) - Method in interface mondrian.olap.Exp
-
Writes the MDX representation of this expression to a print writer.
- unparse(PrintWriter) - Method in class mondrian.olap.Explain
- unparse(PrintWriter) - Method in class mondrian.olap.Formula
- unparse(PrintWriter) - Method in class mondrian.olap.Id
- unparse(PrintWriter) - Method in class mondrian.olap.Literal
- unparse(PrintWriter) - Method in class mondrian.olap.MemberProperty
- unparse(PrintWriter) - Method in class mondrian.olap.Query
- unparse(PrintWriter) - Method in class mondrian.olap.QueryAxis
- unparse(PrintWriter) - Method in class mondrian.olap.QueryPart
-
Writes a string representation of this parse tree node to the given writer.
- unparse(String, Exp[], PrintWriter) - Method in enum mondrian.olap.Syntax
-
Converts a call to a function of this syntax into source code.
- unparse(Exp) - Static method in class mondrian.olap.Util
-
Converts an expression to a string.
- unparse(Exp[], PrintWriter) - Method in class mondrian.olap.fun.CacheFunDef
- unparse(Exp[], PrintWriter) - Method in class mondrian.olap.fun.FunDefBase
- unparse(Exp[], PrintWriter) - Method in class mondrian.olap.fun.ParenthesesFunDef
- unparse(Exp[], PrintWriter) - Method in class mondrian.olap.fun.SetFunDef
- unparse(Exp[], PrintWriter) - Method in class mondrian.olap.fun.TupleFunDef
- unparse(Exp[], PrintWriter) - Method in interface mondrian.olap.FunDef
-
Converts a function call into MDX source code.
- unparse(Query) - Static method in class mondrian.olap.Util
-
Converts an query to a string.
- unparseList(PrintWriter, Exp[], String, String, String) - Static method in class mondrian.olap.ExpBase
- UNQUOTED - mondrian.olap.Id.Quoting
-
Unquoted identifier, for example "Measures".
- unrecovered_syntax_error(Symbol) - Method in class mondrian.olap.Parser
- unregisterSegmentRequests() - Method in class mondrian.server.Execution
-
Calls into the SegmentCacheManager and unregisters all the registrations made for this execution on segments form the index.
- UnresolvedFunCall - Class in mondrian.mdx
-
An expression consisting of a named function or operator applied to a set of arguments.
- UnresolvedFunCall(String, Exp[]) - Constructor for class mondrian.mdx.UnresolvedFunCall
-
Creates a function call with
Syntax.Function
syntax. - UnresolvedFunCall(String, Syntax, Exp[]) - Constructor for class mondrian.mdx.UnresolvedFunCall
-
Creates a function call.
- Unsafe - Class in mondrian.olap4j
-
Access to non-public methods in the package of the mondrian olap4j driver.
- unsetParameterValue() - Method in interface mondrian.calc.ParameterSlot
-
Unsets the parameter value.
- unsetValue() - Method in interface mondrian.olap.Parameter
-
Unsets the value of this parameter.
- unsetValue() - Method in class mondrian.olap.ParameterImpl
- unsetValue() - Method in class mondrian.rolap.RolapSchemaParameter
- UNSIGNED_INTEGER_LITERAL - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- UnsupportedCalculatedMember - Variable in class mondrian.resource.MondrianResource
-
UnsupportedCalculatedMember
is 'Calculated member ''{0}'' is not supported within a compound predicate
' - UnsupportedList<T> - Class in mondrian.util
-
Implementation of
List
where all methods throw an UnsupportedOperationException exception except for theisEmpty
method. - UnsupportedList() - Constructor for class mondrian.util.UnsupportedList
- UnsupportedList.Itr - Class in mondrian.util
- UnsupportedList.ItrUnknownSize - Class in mondrian.util
-
Iterator for arrays of a priori unknown size.
- UnsupportedList.ListItr - Class in mondrian.util
- unwrap(Class<T>) - Method in interface mondrian.calc.Calc
- unwrap(Class<T>) - Method in class mondrian.calc.impl.AbstractCalc
-
Default implementation just casts to TargetClass.
- unwrap(Class<T>) - Method in class mondrian.olap4j.MondrianOlap4jConnection
- update(SegmentHeader, SegmentHeader) - Method in interface mondrian.rolap.cache.SegmentCacheIndex
-
Updates a header in the index.
- update(SegmentHeader, SegmentHeader) - Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
- UpdateLineColumn(char) - Method in class mondrian.parser.SimpleCharStream
- updateListenerThreshold(MemoryMonitor.Listener, int) - Method in class mondrian.util.AbstractMemoryMonitor
- updateListenerThreshold(MemoryMonitor.Listener, int) - Method in class mondrian.util.FauxMemoryMonitor
- updateListenerThreshold(MemoryMonitor.Listener, int) - Method in interface mondrian.util.MemoryMonitor
-
Changes the threshold percentage of a given
Listener
. - url - Variable in class mondrian.server.UrlRepositoryContentFinder
- url - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
URL of Web Services invocation.
- URL - Static variable in class mondrian.xmla.DataSourcesConfig
- UrlRepositoryContentFinder - Class in mondrian.server
-
Implementation of
RepositoryContentFinder
that reads from a URL. - UrlRepositoryContentFinder(String) - Constructor for class mondrian.server.UrlRepositoryContentFinder
-
Creates a UrlRepositoryContentFinder.
- usage(String, PrintStream) - Static method in class mondrian.tui.CmdRunner
-
Prints a usage message.
- usagePercentage() - Method in class mondrian.util.AbstractMemoryMonitor
-
Returns how much memory is currently being used as a percentage.
- usagePrefix - Variable in class mondrian.olap.MondrianDef.Dimension
- usagePrefix - Variable in class mondrian.olap.MondrianDef.DimensionUsage
- usagePrefix - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
The prefix (possibly null) to use during aggregate table generation (See AggGen).
- UseAggregates - Variable in class mondrian.olap.MondrianProperties
-
Boolean property that controls whether Mondrian uses aggregate tables.
- UseContentChecksum - mondrian.rolap.RolapConnectionProperties
-
Allows to work with dynamically changing schema.
- useGroupingSets() - Method in class mondrian.rolap.GroupingSetsCollector
- user_init() - Method in class mondrian.olap.Parser
-
User initialization code.
- userDefinedFunction(Scripts.ScriptDefinition, String) - Static method in class mondrian.spi.impl.Scripts
-
Creates an implementation of the
UserDefinedFunction
SPI based on a script. - UserDefinedFunction - Interface in mondrian.spi
-
Definition of a user-defined function.
- UserDefinedFunction() - Constructor for class mondrian.olap.MondrianDef.UserDefinedFunction
- UserDefinedFunction(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.UserDefinedFunction
- UserDefinedFunction.Argument - Interface in mondrian.spi
- userDefinedFunctions - Variable in class mondrian.olap.MondrianDef.Schema
-
Declarations of user-defined functions in this schema.
- UserName - mondrian.xmla.PropertyDefinition
- UseSchemaPool - mondrian.rolap.RolapConnectionProperties
-
The "UseSchemaPool" property disables the schema cache.
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.CubeType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.DimensionType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.HierarchyType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.LevelType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.MemberType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.ScalarType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.SetType
- usesDimension(Dimension, boolean) - Method in class mondrian.olap.type.TupleType
- usesDimension(Dimension, boolean) - Method in interface mondrian.olap.type.Type
-
Returns whether this type contains a given dimension.
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.CubeType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.DimensionType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.HierarchyType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.LevelType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.MemberType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.ScalarType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.SetType
- usesHierarchy(Hierarchy, boolean) - Method in class mondrian.olap.type.TupleType
- usesHierarchy(Hierarchy, boolean) - Method in interface mondrian.olap.type.Type
-
Returns whether this type contains a given hierarchy.
- useTupleSlicer(RolapEvaluator) - Static method in class mondrian.rolap.SqlConstraintUtils
- usingCubeFact - Variable in class mondrian.rolap.RolapCubeHierarchy
-
True if the hierarchy is degenerate - has no dimension table of its own, just drives from the cube's fact table.
- USM_DOM_FACTORY_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_DOM_FACTORY_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- USM_DOM_PARSE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_DOM_PARSE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- USM_DOM_PARSE_IO_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_DOM_PARSE_IO_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- USM_REQUEST_INPUT_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_REQUEST_INPUT_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- USM_REQUEST_STATE_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_REQUEST_STATE_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- USM_UNKNOWN_CODE - Static variable in interface mondrian.xmla.XmlaConstants
- USM_UNKNOWN_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
- Util - Class in mondrian.olap
-
Utility functions used throughout mondrian.
- Util() - Constructor for class mondrian.olap.Util
- Util.AbstractFlatList<T> - Class in mondrian.olap
- Util.ByteMatcher - Class in mondrian.olap
-
This class implements the Knuth-Morris-Pratt algorithm to search within a byte array for a token byte array.
- Util.ErrorCellValue - Class in mondrian.olap
- Util.Flat2List<T> - Class in mondrian.olap
-
List that stores its two elements in the two members of the class.
- Util.Flat3List<T> - Class in mondrian.olap
-
List that stores its three elements in the three members of the class.
- Util.Functor1<RT,PT> - Interface in mondrian.olap
- Util.GcIterator<T> - Class in mondrian.olap
-
Garbage-collecting iterator.
- Util.MemoryInfo - Interface in mondrian.olap
-
Information about memory usage.
- Util.MemoryInfo.Usage - Interface in mondrian.olap
- Util.PropertyList - Class in mondrian.olap
-
PropertyList
is an order-preserving list of key-value pairs. - Util.SqlNullSafeComparator - Class in mondrian.olap
-
A
Comparator
implementation which can deal correctly withRolapUtil.sqlNullValue
. - UtilCompatible - Interface in mondrian.util
-
Interface containing methods which are implemented differently in different versions of the JDK.
- UtilCompatibleJdk15 - Class in mondrian.util
-
Implementation of
UtilCompatible
which runs in JDK 1.5. - UtilCompatibleJdk15() - Constructor for class mondrian.util.UtilCompatibleJdk15
- UtilCompatibleJdk16 - Class in mondrian.util
-
Implementation of
UtilCompatible
that runs in JDK 1.6. - UtilCompatibleJdk16() - Constructor for class mondrian.util.UtilCompatibleJdk16
V
- v0 - Variable in class mondrian.util.Triple
- v1 - Variable in class mondrian.util.Triple
- v2 - Variable in class mondrian.util.Triple
- val(String) - Static method in class mondrian.olap.fun.vba.Vba
- validate(String, String, EntityResolver) - Static method in class mondrian.tui.XmlUtil
- validate(ParameterExpr) - Method in interface mondrian.olap.Validator
-
Validates a usage of a parameter.
- validate(Exp, boolean) - Method in interface mondrian.olap.Validator
-
Validates an expression, and returns the expression it resolves to.
- validate(Formula) - Method in interface mondrian.olap.Validator
-
Validates a formula.
- validate(MemberProperty) - Method in interface mondrian.olap.Validator
-
Validates a child member property.
- validate(QueryAxis) - Method in interface mondrian.olap.Validator
-
Validates an axis.
- validate(Validator) - Method in interface mondrian.olap.NamedSet
- validate(Validator) - Method in class mondrian.olap.Query.ScopedNamedSet
- validate(Validator) - Method in class mondrian.olap.QueryAxis
- validate(Validator) - Method in class mondrian.olap.SetBase
- validate(MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- validate(MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultRules
- validate(MessageRecorder) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Validate the content and structure of this Group.
- validate(MessageRecorder) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
-
Validate excludes and base class.
- validate(MessageRecorder) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
Validate the Levels and Measures, also make sure each definition is different, both name and column.
- validate(DefaultDef.AggRules, String[], MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
- validate(DefaultDef.AggRules, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
- validate(Document, String, EntityResolver) - Static method in class mondrian.tui.XmlUtil
- VALIDATE_HTTP_HEAD - mondrian.xmla.XmlaServlet.Phase
- validateArg(Validator, Exp[], int, int) - Method in class mondrian.olap.fun.AbstractAggregateFunDef
- validateArg(Validator, Exp[], int, int) - Method in class mondrian.olap.fun.FunDefBase
-
Validates an argument to a call to this function.
- validateArg(Validator, Exp[], int, int) - Method in class mondrian.olap.fun.VisualTotalsFunDef
- validateEmbeddedSchema(byte[], String, String) - Static method in class mondrian.tui.XmlaSupport
-
See next method for JavaDoc
XmlaSupport.validateEmbeddedSchema(org.w3c.dom.Document, String, String)
. - validateEmbeddedSchema(Document, String, String) - Static method in class mondrian.tui.XmlaSupport
-
A given Document has both content and an embedded schema (where the schema has a single root node and the content has a single root node - they are not interwoven).
- validateNodes(Node[]) - Static method in class mondrian.tui.XmlaSupport
-
Validate Nodes with throws an error if validation was attempted but failed, returns true if validation was successful and false if validation was not tried.
- validateSchemaSoapXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
-
Check is a byte array containing a SOAP-XMLA response method is valid.
- validateSchemaXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
-
Check is a byte array containing a XMLA response method is valid.
- validateSoapXmlaUsingXpath(byte[]) - Static method in class mondrian.tui.XmlaSupport
-
This validates a SOAP-XMLA response using xpaths to extract the schema and data parts.
- validateXmlaUsingXpath(byte[]) - Static method in class mondrian.tui.XmlaSupport
-
This validates a XMLA response using xpaths to extract the schema and data parts.
- VALIDATION_FEATURE_ID - Static variable in class mondrian.tui.XmlUtil
- Validator - Interface in mondrian.olap
-
Provides context necessary to resolve identifiers to objects, function calls to specific functions.
- ValidMeasureFunDef - Class in mondrian.olap.fun
-
Definition of the
ValidMeasure
MDX function. - ValidMeasureUsingCalculatedMember - Variable in class mondrian.resource.MondrianResource
-
ValidMeasureUsingCalculatedMember
is 'The function ValidMeasure cannot be used with the measure ''{0}'' because it is a calculated member.
- ValUdf - Class in mondrian.udf
-
VB function
Val
- ValUdf() - Constructor for class mondrian.udf.ValUdf
- value - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
- value - Variable in class mondrian.olap.MondrianDef.MemberReaderParameter
- value() - Method in annotation type mondrian.olap.fun.JavaFunDef.Description
- value() - Method in annotation type mondrian.olap.fun.JavaFunDef.FunctionName
- value() - Method in annotation type mondrian.olap.fun.JavaFunDef.Signature
- value() - Method in annotation type mondrian.olap.fun.JavaFunDef.SyntaxDef
- Value - Static variable in class mondrian.olap.Category
-
Value
is any expression yielding a string or numeric value. - Value() - Constructor for class mondrian.olap.MondrianDef.Value
- Value(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.Value
- VALUE - mondrian.calc.ResultStyle
-
Indicates that the expression results its result as an immutable value.
- VALUE - Static variable in class mondrian.olap.Property
-
Definition of the property which holds the value of a cell.
- VALUE_NOT_NULL - mondrian.calc.ResultStyle
-
Indicates that the expression results its result as an immutable value which will never be null.
- VALUE_ORDINAL - Static variable in class mondrian.olap.Property
- valueBound(HttpSessionBindingEvent) - Method in class mondrian.web.taglib.ResultCache
-
create a new connection to Mondrian
- ValueCalc - Class in mondrian.calc.impl
-
Expression which yields the value of the current member in the current dimensional context.
- ValueCalc(Exp) - Constructor for class mondrian.calc.impl.ValueCalc
-
Creates a ValueCalc.
- ValueColumnPredicate - Class in mondrian.rolap.agg
-
A constraint which requires a column to have a particular value.
- ValueColumnPredicate(RolapStar.Column, Object) - Constructor for class mondrian.rolap.agg.ValueColumnPredicate
-
Creates a column constraint.
- valueCount - Variable in class mondrian.spi.SegmentColumn
- valueNotReadyException - Static variable in class mondrian.rolap.RolapUtil
-
Special cell value indicates that the value is not in cache yet.
- valueOf(String) - Static method in enum mondrian.calc.ResultStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Access
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.DimensionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.fun.sort.Sorter.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Id.Quoting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.LevelType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Member.MemberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.OlapElement.LocalizedProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Parameter.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Property.Datatype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.QueryAxis.SubtotalVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Role.RollupPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.SolveOrderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.olap.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.rolap.aggmatcher.JdbcSchema.UsageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.rolap.RolapConnectionProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.rolap.RolapLevel.HideMemberCondition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.rolap.SqlStatement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.server.Execution.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.server.monitor.CellCacheEvent.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.server.monitor.SqlStatementEvent.Purpose
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.spi.Dialect.DatabaseProduct
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.spi.Dialect.Datatype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.spi.impl.Scripts.ScriptLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.xmla.Enumeration.ResponseMimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.xmla.PropertyDefinition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.xmla.RowsetDefinition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mondrian.xmla.XmlaServlet.Phase
-
Returns the enum constant of this type with the specified name.
- values - Variable in class mondrian.olap.MondrianDef.Row
- values - Variable in class mondrian.spi.SegmentColumn
- values - Variable in class mondrian.util.ObjectPool
- values() - Static method in enum mondrian.calc.ResultStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Access
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.DimensionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.fun.sort.Sorter.Flag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Id.Quoting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.LevelType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.MatchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Member.MemberType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.OlapElement.LocalizedProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Parameter.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Property.Datatype
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.QueryAxis.SubtotalVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Role.RollupPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.SolveOrderMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.olap.Syntax
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.rolap.aggmatcher.JdbcSchema.UsageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.rolap.RolapConnectionProperties
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.rolap.RolapLevel.HideMemberCondition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.rolap.SqlStatement.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.server.Execution.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.server.monitor.CellCacheEvent.Source
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.server.monitor.SqlStatementEvent.Purpose
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.spi.Dialect.DatabaseProduct
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.spi.Dialect.Datatype
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.spi.impl.Scripts.ScriptLanguage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class mondrian.util.CacheMap
- values() - Static method in enum mondrian.xmla.Enumeration.ResponseMimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.xmla.PropertyDefinition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.xmla.RowsetDefinition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mondrian.xmla.XmlaServlet.Phase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Collection<Object>) - Method in class mondrian.rolap.agg.ListColumnPredicate
- values(Collection<Object>) - Method in class mondrian.rolap.agg.LiteralStarPredicate
- values(Collection<Object>) - Method in class mondrian.rolap.agg.MinusStarPredicate
- values(Collection<Object>) - Method in class mondrian.rolap.agg.RangeColumnPredicate
- values(Collection<Object>) - Method in class mondrian.rolap.agg.ValueColumnPredicate
- values(Collection<Object>) - Method in interface mondrian.rolap.StarColumnPredicate
-
Adds the values in this constraint to a collection.
- valueUnbound(HttpSessionBindingEvent) - Method in class mondrian.web.taglib.ResultCache
-
close connection
- Variance - Static variable in class mondrian.olap.fun.LinReg
- VarianceFunDef(FunDef) - Constructor for class mondrian.olap.fun.LinReg.VarianceFunDef
- Variant - mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- Vba - Class in mondrian.olap.fun.vba
-
Implementations of functions in the Visual Basic for Applications (VBA) specification.
- Vba() - Constructor for class mondrian.olap.fun.vba.Vba
- VECTORWISE - mondrian.spi.Dialect.DatabaseProduct
- VectorwiseDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Vertica database. - VectorwiseDialect(Connection) - Constructor for class mondrian.spi.impl.VectorwiseDialect
-
Creates a VectorwiseDialect.
- verbatim(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
- verbatim(String) - Method in interface mondrian.xmla.SaxWriter
-
Sends a piece of text verbatim through the writer.
- VERSION_MISSMATCH_FAULT_FC - Static variable in interface mondrian.xmla.XmlaConstants
- VERTICA - mondrian.spi.Dialect.DatabaseProduct
- VerticaDialect - Class in mondrian.spi.impl
-
Implementation of
Dialect
for the Vertica database. - VerticaDialect(Connection) - Constructor for class mondrian.spi.impl.VerticaDialect
-
Creates a VerticaDialect.
- View() - Constructor for class mondrian.olap.MondrianDef.View
- View(MondrianDef.View) - Constructor for class mondrian.olap.MondrianDef.View
-
Copy constructor.
- View(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.View
- VirtualCube() - Constructor for class mondrian.olap.MondrianDef.VirtualCube
- VirtualCube(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.VirtualCube
- VirtualCubeDimension() - Constructor for class mondrian.olap.MondrianDef.VirtualCubeDimension
- VirtualCubeDimension(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.VirtualCubeDimension
- VirtualCubeMeasure() - Constructor for class mondrian.olap.MondrianDef.VirtualCubeMeasure
- VirtualCubeMeasure(DOMWrapper) - Constructor for class mondrian.olap.MondrianDef.VirtualCubeMeasure
- virtualCubes - Variable in class mondrian.olap.MondrianDef.Schema
-
Virtual cubes in this schema.
- visible - Variable in class mondrian.olap.MondrianDef.CalculatedMember
- visible - Variable in class mondrian.olap.MondrianDef.Cube
- visible - Variable in class mondrian.olap.MondrianDef.CubeDimension
- visible - Variable in class mondrian.olap.MondrianDef.Hierarchy
- visible - Variable in class mondrian.olap.MondrianDef.Level
- visible - Variable in class mondrian.olap.MondrianDef.Measure
- visible - Variable in class mondrian.olap.MondrianDef.VirtualCube
- visible - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- visible - Variable in class mondrian.olap.OlapElementBase
- VISIBLE - Static variable in class mondrian.olap.Property
-
Definition of the internal property which holds the name of the system property which determines whether to show a member (especially a measure or calculated member) in a user interface such as JPivot.
- VISIBLE_ORDINAL - Static variable in class mondrian.olap.Property
- visit(DimensionExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a DimensionExpr.
- visit(DimensionExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(DimensionExpr) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(HierarchyExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a HierarchyExpr.
- visit(HierarchyExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(HierarchyExpr) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(LevelExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a LevelExpr.
- visit(LevelExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(LevelExpr) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(MemberExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a MemberExpr.
- visit(MemberExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(MemberExpr) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(MemberExpr) - Method in class mondrian.olap.fun.ResolvedFunCallFinder
- visit(NamedSetExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a NamedSetExpr.
- visit(NamedSetExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(ParameterExpr) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a Parameter.
- visit(ParameterExpr) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(ParameterExpr) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(ResolvedFunCall) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a ResolvedFunCall.
- visit(ResolvedFunCall) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(ResolvedFunCall) - Method in class mondrian.olap.fun.MemberExtractingVisitor
- visit(ResolvedFunCall) - Method in class mondrian.olap.fun.ResolvedFunCallFinder
- visit(UnresolvedFunCall) - Method in interface mondrian.mdx.MdxVisitor
-
Visits an UnresolvedFunCall.
- visit(UnresolvedFunCall) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(Formula) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a Formula.
- visit(Formula) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(Id) - Method in interface mondrian.mdx.MdxVisitor
-
Visits an Id.
- visit(Id) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(Id) - Method in class mondrian.olap.IdentifierVisitor
- visit(Literal) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a Literal.
- visit(Literal) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(MondrianDef.Expression) - Method in class mondrian.rolap.RolapStar.AliasReplacer
- visit(Query) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a Query.
- visit(Query) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(QueryAxis) - Method in interface mondrian.mdx.MdxVisitor
-
Visits a QueryAxis.
- visit(QueryAxis) - Method in class mondrian.mdx.MdxVisitorImpl
- visit(SegmentCacheManager.ExternalSegmentCreatedEvent) - Method in interface mondrian.rolap.agg.SegmentCacheManager.Visitor
- visit(SegmentCacheManager.ExternalSegmentDeletedEvent) - Method in interface mondrian.rolap.agg.SegmentCacheManager.Visitor
- visit(SegmentCacheManager.SegmentLoadFailedEvent) - Method in interface mondrian.rolap.agg.SegmentCacheManager.Visitor
- visit(SegmentCacheManager.SegmentLoadSucceededEvent) - Method in interface mondrian.rolap.agg.SegmentCacheManager.Visitor
- visit(SegmentCacheManager.SegmentRemoveEvent) - Method in interface mondrian.rolap.agg.SegmentCacheManager.Visitor
- visit(CacheControlImpl.RangeMemberSet) - Method in class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
- visit(CacheControlImpl.SimpleMemberSet) - Method in class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
- visit(CacheControlImpl.UnionMemberSet) - Method in class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
- visit(RolapMember) - Method in class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
-
Visits a single member.
- visit(CellCacheSegmentCreateEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(CellCacheSegmentDeleteEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(ConnectionEndEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(ConnectionStartEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(ExecutionEndEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(ExecutionPhaseEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(ExecutionStartEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(SqlStatementEndEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(SqlStatementExecuteEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(SqlStatementStartEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(StatementEndEvent) - Method in interface mondrian.server.monitor.Visitor
- visit(StatementStartEvent) - Method in interface mondrian.server.monitor.Visitor
- visitArray(Exp[]) - Method in class mondrian.mdx.MdxVisitorImpl
-
Visits an array of expressions.
- visitCalc(Calc, String, Map<String, Object>, Calc[]) - Method in class mondrian.calc.CalcWriter
- visitChild(int, Calc) - Method in class mondrian.calc.CalcWriter
- Visitor<T> - Interface in mondrian.server.monitor
-
Visitor for events.
- visitRange(MemberReader, RolapLevel, RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
- VISUAL_MODE - Static variable in class mondrian.xmla.Enumeration
- VisualMode - mondrian.xmla.PropertyDefinition
- VisualTotalsAppliedToTuples - Variable in class mondrian.resource.MondrianResource
-
VisualTotalsAppliedToTuples
is 'Argument to ''VisualTotals'' function must be a set of members; got set of tuples.
' - VisualTotalsFunDef - Class in mondrian.olap.fun
-
Definition of the
VisualTotals
MDX function. - VisualTotalsFunDef(FunDef) - Constructor for class mondrian.olap.fun.VisualTotalsFunDef
- VisualTotalsFunDef.VisualTotalMember - Class in mondrian.olap.fun
-
Calculated member for
VisualTotals
function. - VoidCalc - Interface in mondrian.calc
-
Expression which has a void result.
- VUsers - Variable in class mondrian.olap.MondrianProperties
-
Not documented.
W
- Walker - Class in mondrian.olap
-
Walks over a tree, returning nodes in prefix order.
- Walker(Walkable) - Constructor for class mondrian.olap.Walker
- Warmup - Variable in class mondrian.olap.MondrianProperties
-
Property that indicates whether this is a "warmup test".
- WarnIfNoPatternForDialect - Variable in class mondrian.olap.MondrianProperties
-
Property that controls whether warning messages should be printed if a SQL comparison test does not contain expected SQL statements for the specified dialect.
- warning(SAXParseException) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
- WARNING_STRING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
- wasErrorSent() - Method in class mondrian.tui.MockHttpServletResponse
- wasRedirectSent() - Method in class mondrian.tui.MockHttpServletResponse
- weekday(Date) - Static method in class mondrian.olap.fun.vba.Vba
- weekday(Date, int) - Static method in class mondrian.olap.fun.vba.Vba
- weekdayName(int, boolean, int) - Static method in class mondrian.olap.fun.vba.Vba
- WHEN - Static variable in interface mondrian.olap.ParserSym
- WHEN - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- WHERE - Static variable in interface mondrian.olap.ParserSym
- WHERE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- WhileParsingMdx - Variable in class mondrian.resource.MondrianResource
-
WhileParsingMdx
is 'Error while parsing MDX statement ''{0}''
' - WhileParsingMdxExpression - Variable in class mondrian.resource.MondrianResource
-
WhileParsingMdxExpression
is 'Syntax error in MDX expression ''{0}''
' - WHITESPACE - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- Wildcard(String) - Constructor for class mondrian.xmla.XmlaUtil.Wildcard
- WILDCARD - Static variable in interface mondrian.rolap.StarPredicate
-
Wildcard value for
StarPredicate.evaluate(java.util.List)
. - wildcardToRegexp(List<String>) - Static method in class mondrian.olap.Util
-
Converts a list of SQL-style patterns into a Java regular expression.
- WITH - Static variable in interface mondrian.olap.ParserSym
- WITH - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- withLocus() - Method in class mondrian.olap.DelegatingSchemaReader
- withLocus() - Method in interface mondrian.olap.SchemaReader
-
Returns a schema reader that automatically assigns a locus to each operation.
- withLocus() - Method in class mondrian.rolap.RolapSchemaReader
- withoutAccessControl() - Method in class mondrian.olap.DelegatingSchemaReader
- withoutAccessControl() - Method in interface mondrian.olap.SchemaReader
-
Returns a similar schema reader that has no access control.
- withoutAccessControl() - Method in class mondrian.rolap.RolapSchemaReader
- withPositionCallback(TupleList.PositionCallback) - Method in class mondrian.calc.impl.DelegatingTupleList
- withPositionCallback(TupleList.PositionCallback) - Method in class mondrian.calc.impl.UnaryTupleList
- withPositionCallback(TupleList.PositionCallback) - Method in interface mondrian.calc.TupleList
- WORD_MASK - Static variable in class mondrian.rolap.BitKey.AbstractBitKey
- worthCaching(Exp) - Static method in class mondrian.olap.fun.FunUtil
-
Returns whether an expression is worth wrapping in "Cache( ...
- wouldContain(Object) - Method in class mondrian.rolap.agg.SegmentAxis
-
Returns whether this axis contains a given key, or would contain it if it existed.
- wouldContain(Object[]) - Method in interface mondrian.rolap.agg.Segment.ExcludedRegion
-
Tells whether this exclusion region would contain the cell corresponding to the keys.
- wrapAsSet(Exp...) - Static method in class mondrian.olap.fun.SetFunDef
-
Creates a call to the set operator with a given collection of expressions.
- write(byte[], int, int) - Method in class mondrian.util.Base64.OutputStream
-
Calls
Base64.OutputStream.write(int)
repeatedly until len bytes are written. - write(char[]) - Method in class mondrian.rolap.RolapUtil.TeeWriter
- write(char[], int, int) - Method in class mondrian.rolap.RolapUtil.TeeWriter
- write(int) - Method in class mondrian.rolap.RolapUtil.TeeWriter
- write(int) - Method in class mondrian.util.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(String) - Method in class mondrian.rolap.RolapUtil.TeeWriter
- write(String, int, int) - Method in class mondrian.rolap.RolapUtil.TeeWriter
- writeRowsetXmlSchemaBottom(SaxWriter) - Method in enum mondrian.xmla.RowsetDefinition
- writeRowsetXmlSchemaRowDef(SaxWriter) - Method in enum mondrian.xmla.RowsetDefinition
- writeRowsetXmlSchemaTop(SaxWriter) - Method in enum mondrian.xmla.RowsetDefinition
X
- XMLA_BEGIN_SESSION - Static variable in interface mondrian.xmla.XmlaConstants
-
Soap XMLA Header elements and attribute names.
- XMLA_END_SESSION - Static variable in interface mondrian.xmla.XmlaConstants
- XMLA_SECURITY - Static variable in interface mondrian.xmla.XmlaConstants
- XMLA_SESSION - Static variable in interface mondrian.xmla.XmlaConstants
- XMLA_SESSION_ID - Static variable in interface mondrian.xmla.XmlaConstants
- XmlaConstants - Interface in mondrian.xmla
-
Constants for XML/A.
- XmlaException - Exception in mondrian.xmla
-
An exception thrown while processing an XMLA request.
- XmlaException(String, String, String, Throwable) - Constructor for exception mondrian.xmla.XmlaException
- xmlaHandler - Variable in class mondrian.xmla.XmlaServlet
- XmlaHandler - Class in mondrian.xmla
-
An
XmlaHandler
responds to XML for Analysis (XML/A) requests. - XmlaHandler(XmlaHandler.ConnectionFactory, String) - Constructor for class mondrian.xmla.XmlaHandler
-
Creates an
XmlaHandler
. - XmlaHandler.ConnectionFactory - Interface in mondrian.xmla
-
Creates an olap4j connection for responding to XMLA requests.
- XmlaHandler.XmlaExtra - Interface in mondrian.xmla
-
Extra support for XMLA server.
- XmlaHandler.XmlaExtra.FunctionDefinition - Class in mondrian.xmla
- XmlaRequest - Interface in mondrian.xmla
-
XML/A request interface.
- XmlaRequestCallback - Interface in mondrian.xmla
-
Extract data from HTTP request, SOAP header for following XML/A request.
- XmlaRequestCallback.Helper - Class in mondrian.xmla
- XmlaResponse - Interface in mondrian.xmla
-
XML/A response interface.
- XmlaSchemaRefreshInterval - Variable in class mondrian.olap.MondrianProperties
-
Interval at which to refresh the list of XML/A catalogs.
- XmlaServlet - Class in mondrian.xmla
-
Base XML/A servlet.
- XmlaServlet() - Constructor for class mondrian.xmla.XmlaServlet
- XmlaServlet.Phase - Enum in mondrian.xmla
- XmlaSupport - Class in mondrian.tui
-
Support for making XMLA requests and looking at the responses.
- XmlaUtil - Class in mondrian.xmla
-
Utility methods for XML/A implementation.
- XmlaUtil() - Constructor for class mondrian.xmla.XmlaUtil
- XmlaUtil.ElementNameEncoder - Class in mondrian.xmla
- XmlaUtil.MetadataRowset - Class in mondrian.xmla
-
Result of a metadata query.
- XmlaUtil.Wildcard - Class in mondrian.xmla
-
Wrapper which indicates that a restriction is to be treated as a SQL-style wildcard match.
- xmlClosure - Variable in class mondrian.rolap.RolapLevel
- xmlHierarchy - Variable in class mondrian.rolap.RolapHierarchy
- XMLNS - Static variable in class mondrian.tui.XmlUtil
- XmlParserFactoryProducer - Class in mondrian.util
-
Class was created to prevent XXE Security Vulnerabilities http://jira.pentaho.com/browse/PPP-3506 Created by Yury_Bakhmutski on 10/21/2016.
- XmlParserFactoryProducer() - Constructor for class mondrian.util.XmlParserFactoryProducer
- XmlUtil - Class in mondrian.tui
-
Some XML parsing, validation and transform utility methods used to valiate XMLA responses.
- XmlUtil.Resolver - Class in mondrian.tui
-
This can be extened to have a map from publicId/systemId to InputSource.
- XmlUtil.SaxErrorHandler - Class in mondrian.tui
-
Error handler plus helper methods.
- XmlUtil.SaxErrorHandler.ErrorInfo - Class in mondrian.tui
- XOR - Static variable in interface mondrian.olap.ParserSym
- XOR - Static variable in interface mondrian.parser.MdxParserImplConstants
-
RegularExpression Id.
- XSD_BOOLEAN - Static variable in class mondrian.xmla.XmlaHandler
- XSD_BYTE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_BYTE_MAX_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_BYTE_MIN_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_DECIMAL - Static variable in class mondrian.xmla.XmlaHandler
- XSD_DOUBLE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_FLOAT - Static variable in class mondrian.xmla.XmlaHandler
- XSD_INT - Static variable in class mondrian.xmla.XmlaHandler
- XSD_INT_MAX_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_INT_MIN_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_INTEGER - Static variable in class mondrian.xmla.XmlaHandler
- XSD_LONG - Static variable in class mondrian.xmla.XmlaHandler
- XSD_LONG_MAX_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_LONG_MIN_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_PREFIX - Static variable in class mondrian.tui.XmlUtil
- XSD_SHORT - Static variable in class mondrian.xmla.XmlaHandler
- XSD_SHORT_MAX_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_SHORT_MIN_INCLUSIVE - Static variable in class mondrian.xmla.XmlaHandler
- XSD_STRING - Static variable in class mondrian.xmla.XmlaHandler
- XSD_UNSIGNED_INT - Static variable in class mondrian.xmla.XmlaHandler
- xxx(Object) - Static method in class mondrian.util.BeanMap
Y
- year(Date) - Static method in class mondrian.olap.fun.vba.Vba
Z
_
- _access_values - Static variable in class mondrian.olap.MondrianDef.CubeGrant
-
Allowable values for
MondrianDef.CubeGrant.access
. - _access_values - Static variable in class mondrian.olap.MondrianDef.DimensionGrant
-
Allowable values for
MondrianDef.DimensionGrant.access
. - _access_values - Static variable in class mondrian.olap.MondrianDef.HierarchyGrant
-
Allowable values for
MondrianDef.HierarchyGrant.access
. - _access_values - Static variable in class mondrian.olap.MondrianDef.MemberGrant
-
Allowable values for
MondrianDef.MemberGrant.access
. - _access_values - Static variable in class mondrian.olap.MondrianDef.SchemaGrant
-
Allowable values for
MondrianDef.SchemaGrant.access
. - _action_table - Static variable in class mondrian.olap.Parser
-
Parse-action table.
- _charcase_values - Static variable in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
-
Allowable values for
DefaultDef.CaseMatcher.charcase
. - _datatype_values - Static variable in class mondrian.olap.MondrianDef.Measure
-
Allowable values for
MondrianDef.Measure.datatype
. - _elements - Static variable in class mondrian.olap.MondrianDef
- _elements - Static variable in class mondrian.rolap.aggmatcher.DefaultDef
- _elements - Static variable in class mondrian.xmla.DataSourcesConfig
- _hideMemberIf_values - Static variable in class mondrian.olap.MondrianDef.Level
-
Allowable values for
MondrianDef.Level.hideMemberIf
. - _internalType_values - Static variable in class mondrian.olap.MondrianDef.Level
-
Allowable values for
MondrianDef.Level.internalType
. - _levelType_values - Static variable in class mondrian.olap.MondrianDef.Level
-
Allowable values for
MondrianDef.Level.levelType
. - _production_table - Static variable in class mondrian.olap.Parser
-
Production table.
- _push(List<List<Member>>) - Method in class mondrian.rolap.RolapDependencyTestingEvaluator
- _push(List<List<Member>>) - Method in class mondrian.rolap.RolapEvaluator
-
Creates a clone of the current validator.
- _push(List<List<Member>>) - Method in class mondrian.rolap.RolapProfilingEvaluator
- _reduce_table - Static variable in class mondrian.olap.Parser
-
reduce_goto
table. - _supportsOrderByNullsLast() - Method in class mondrian.spi.impl.NeoviewDialect
- _type_values - Static variable in class mondrian.olap.MondrianDef.ColumnDef
-
Allowable values for
MondrianDef.ColumnDef.type
. - _type_values - Static variable in class mondrian.olap.MondrianDef.Dimension
-
Allowable values for
MondrianDef.Dimension.type
. - _type_values - Static variable in class mondrian.olap.MondrianDef.Level
-
Allowable values for
MondrianDef.Level.type
. - _type_values - Static variable in class mondrian.olap.MondrianDef.Parameter
-
Allowable values for
MondrianDef.Parameter.type
. - _type_values - Static variable in class mondrian.olap.MondrianDef.Property
-
Allowable values for
MondrianDef.Property.type
. - _VALUE_EXPRESSION - Static variable in interface mondrian.olap.ParserSym
All Classes All Packages