Serialized Form
-
Package mondrian.olap
-
Class mondrian.olap.InvalidArgumentException extends MondrianException implements Serializable
-
Class mondrian.olap.InvalidHierarchyException extends MondrianException implements Serializable
-
Class mondrian.olap.MemoryLimitExceededException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.MondrianDef.AggColumnName extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
column
String column
-
-
-
Class mondrian.olap.MondrianDef.AggExclude extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggFactCount extends MondrianDef.AggColumnName implements Serializable
-
Class mondrian.olap.MondrianDef.AggForeignKey extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggIgnoreColumn extends MondrianDef.AggColumnName implements Serializable
-
Class mondrian.olap.MondrianDef.AggLevel extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggLevelProperty extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggMeasure extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggMeasureFactCount extends MondrianDef.AggColumnName implements Serializable
-
Serialized Fields
-
factColumn
String factColumn
-
-
-
Class mondrian.olap.MondrianDef.AggName extends MondrianDef.AggTable implements Serializable
-
Class mondrian.olap.MondrianDef.AggPattern extends MondrianDef.AggTable implements Serializable
-
Serialized Fields
-
excludes
MondrianDef.AggExclude[] excludes
-
pattern
String pattern
-
-
-
Class mondrian.olap.MondrianDef.AggTable extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
factcount
MondrianDef.AggFactCount factcount
What does the fact_count column look like. -
foreignKeys
MondrianDef.AggForeignKey[] foreignKeys
-
ignorecase
Boolean ignorecase
-
ignoreColumns
MondrianDef.AggIgnoreColumn[] ignoreColumns
-
levels
MondrianDef.AggLevel[] levels
-
measures
MondrianDef.AggMeasure[] measures
-
measuresfactcount
MondrianDef.AggMeasureFactCount[] measuresfactcount
What does the fact_count for specific measure column look like.
-
-
-
Class mondrian.olap.MondrianDef.Annotation extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Annotations extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.Annotation[] array
-
-
-
Class mondrian.olap.MondrianDef.CalculatedMember extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianDef.CellFormatter cellFormatter
Cell formatter. -
description
String description
-
dimension
String dimension
-
formatString
String formatString
-
formula
String formula
-
formulaElement
MondrianDef.Formula formulaElement
MDX expression which gives the value of this member. -
hierarchy
String hierarchy
-
memberProperties
MondrianDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
parent
String parent
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.CalculatedMemberProperty extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CaptionExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.CellFormatter extends MondrianDef.ElementFormatter implements Serializable
-
Class mondrian.olap.MondrianDef.Closure extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
childColumn
String childColumn
-
parentColumn
String parentColumn
-
table
MondrianDef.Table table
-
-
-
Class mondrian.olap.MondrianDef.Column extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ColumnDef extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ColumnDefs extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.ColumnDef[] array
-
-
-
Class mondrian.olap.MondrianDef.Cube extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cache
Boolean cache
-
calculatedMembers
MondrianDef.CalculatedMember[] calculatedMembers
Calculated members in this cube. -
caption
String caption
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianDef.CubeDimension[] dimensions
-
enabled
Boolean enabled
-
fact
MondrianDef.Relation fact
The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified. -
measures
MondrianDef.Measure[] measures
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.CubeDimension extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CubeGrant extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cube
String cube
-
dimensionGrants
MondrianDef.DimensionGrant[] dimensionGrants
-
hierarchyGrants
MondrianDef.HierarchyGrant[] hierarchyGrants
-
-
-
Class mondrian.olap.MondrianDef.CubeUsage extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CubeUsages extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
cubeUsages
MondrianDef.CubeUsage[] cubeUsages
-
-
-
Class mondrian.olap.MondrianDef.Dimension extends MondrianDef.CubeDimension implements Serializable
-
Serialized Fields
-
hierarchies
MondrianDef.Hierarchy[] hierarchies
-
type
String type
-
usagePrefix
String usagePrefix
-
-
-
Class mondrian.olap.MondrianDef.DimensionGrant extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.DimensionUsage extends MondrianDef.CubeDimension implements Serializable
-
Class mondrian.olap.MondrianDef.ElementFormatter extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianDef.Script script
Script to implement this formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.ExpressionView extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
expressions
MondrianDef.SQL[] expressions
-
-
-
Class mondrian.olap.MondrianDef.Formula extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
cdata
String cdata
-
-
-
Class mondrian.olap.MondrianDef.Hierarchy extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
allLevelName
String allLevelName
-
allMemberCaption
String allMemberCaption
-
allMemberName
String allMemberName
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
defaultMember
String defaultMember
-
description
String description
-
hasAll
Boolean hasAll
-
levels
MondrianDef.Level[] levels
-
memberReaderClass
String memberReaderClass
-
memberReaderParameters
MondrianDef.MemberReaderParameter[] memberReaderParameters
-
name
String name
-
primaryKey
String primaryKey
-
primaryKeyTable
String primaryKeyTable
-
relation
MondrianDef.RelationOrJoin relation
-
uniqueKeyLevelName
String uniqueKeyLevelName
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.HierarchyGrant extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Hint extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.InlineTable extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
columnDefs
MondrianDef.ColumnDefs columnDefs
-
rows
MondrianDef.Rows rows
-
-
-
Class mondrian.olap.MondrianDef.Join extends MondrianDef.RelationOrJoin implements Serializable
-
Serialized Fields
-
left
MondrianDef.RelationOrJoin left
-
leftAlias
String leftAlias
-
leftKey
String leftKey
-
right
MondrianDef.RelationOrJoin right
-
rightAlias
String rightAlias
-
rightKey
String rightKey
-
-
-
Class mondrian.olap.MondrianDef.KeyExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Level extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
approxRowCount
String approxRowCount
-
caption
String caption
-
captionColumn
String captionColumn
-
captionExp
MondrianDef.CaptionExpression captionExp
The SQL expression used to populate this level's caption. If not specified, the level's name is used. -
closure
MondrianDef.Closure closure
-
column
String column
-
description
String description
-
formatter
String formatter
-
hideMemberIf
String hideMemberIf
-
internalType
String internalType
-
keyExp
MondrianDef.KeyExpression keyExp
The SQL expression used to populate this level's key. -
levelType
String levelType
-
memberFormatter
MondrianDef.MemberFormatter memberFormatter
Member formatter. -
name
String name
-
nameColumn
String nameColumn
-
nameExp
MondrianDef.NameExpression nameExp
The SQL expression used to populate this level's name. If not specified, the level's key is used. -
nullParentValue
String nullParentValue
-
ordinalColumn
String ordinalColumn
-
ordinalExp
MondrianDef.OrdinalExpression ordinalExp
The SQL expression used to populate this level's ordinal. -
parentColumn
String parentColumn
-
parentExp
MondrianDef.ParentExpression parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy. -
properties
MondrianDef.Property[] properties
-
table
String table
-
type
String type
-
uniqueMembers
Boolean uniqueMembers
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.Measure extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
aggregator
String aggregator
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianDef.CellFormatter cellFormatter
Cell formatter. -
column
String column
-
datatype
String datatype
-
description
String description
-
formatString
String formatString
-
formatter
String formatter
-
measureExp
MondrianDef.MeasureExpression measureExp
The SQL expression used to calculate a measure. Must be specified if a source column is not specified. -
memberProperties
MondrianDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.MeasureExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.MemberFormatter extends MondrianDef.ElementFormatter implements Serializable
-
Class mondrian.olap.MondrianDef.MemberGrant extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.MemberReaderParameter extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.NamedSet extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
description
String description
-
formula
String formula
-
formulaElement
MondrianDef.Formula formulaElement
MDX expression which gives the value of this set. -
name
String name
-
-
-
Class mondrian.olap.MondrianDef.NameExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.OrdinalExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Parameter extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ParentExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Property extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.PropertyFormatter extends MondrianDef.ElementFormatter implements Serializable
-
Class mondrian.olap.MondrianDef.Relation extends MondrianDef.RelationOrJoin implements Serializable
-
Class mondrian.olap.MondrianDef.RelationOrJoin extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Role extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
name
String name
-
schemaGrants
MondrianDef.SchemaGrant[] schemaGrants
-
union
MondrianDef.Union union
-
-
-
Class mondrian.olap.MondrianDef.RoleUsage extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
roleName
String roleName
-
-
-
Class mondrian.olap.MondrianDef.Row extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
values
MondrianDef.Value[] values
-
-
-
Class mondrian.olap.MondrianDef.Rows extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.Row[] array
-
-
-
Class mondrian.olap.MondrianDef.Schema extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cubes
MondrianDef.Cube[] cubes
Cubes in this schema. -
defaultRole
String defaultRole
-
description
String description
-
dimensions
MondrianDef.Dimension[] dimensions
Shared dimensions in this schema. -
measuresCaption
String measuresCaption
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this schema. -
parameters
MondrianDef.Parameter[] parameters
This schema's parameter definitions. -
roles
MondrianDef.Role[] roles
Roles in this schema. -
userDefinedFunctions
MondrianDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema. -
virtualCubes
MondrianDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.
-
-
-
Class mondrian.olap.MondrianDef.SchemaGrant extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cubeGrants
MondrianDef.CubeGrant[] cubeGrants
-
-
-
Class mondrian.olap.MondrianDef.Script extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.SQL extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Table extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
aggExcludes
MondrianDef.AggExclude[] aggExcludes
-
aggTables
MondrianDef.AggTable[] aggTables
-
alias
String alias
-
filter
MondrianDef.SQL filter
The SQL WHERE clause expression to be appended to any select statement -
hintMap
Map<String,String> hintMap
-
name
String name
-
schema
String schema
-
tableHints
MondrianDef.Hint[] tableHints
Table optimization hints; may be ignored by dialect.
-
-
-
Class mondrian.olap.MondrianDef.Union extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
roleUsages
MondrianDef.RoleUsage[] roleUsages
-
-
-
Class mondrian.olap.MondrianDef.UserDefinedFunction extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
name
String name
-
script
MondrianDef.Script script
Script to implement this user-defined function. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.Value extends org.eigenbase.xom.ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.View extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
selects
MondrianDef.SQL[] selects
-
-
-
Class mondrian.olap.MondrianDef.VirtualCube extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
calculatedMembers
MondrianDef.CalculatedMember[] calculatedMembers
Calculated members that belong to this virtual cube. (Calculated members inherited from other cubes should not be in this list.) -
caption
String caption
-
cubeUsage
MondrianDef.CubeUsages cubeUsage
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianDef.VirtualCubeDimension[] dimensions
-
enabled
Boolean enabled
-
measures
MondrianDef.VirtualCubeMeasure[] measures
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.VirtualCubeDimension extends MondrianDef.CubeDimension implements Serializable
-
Serialized Fields
-
cubeName
String cubeName
-
-
-
Class mondrian.olap.MondrianDef.VirtualCubeMeasure extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cubeName
String cubeName
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianException extends RuntimeException implements Serializable
-
Class mondrian.olap.MondrianProperties extends MondrianPropertiesBase implements Serializable
-
Class mondrian.olap.MondrianPropertiesBase extends org.eigenbase.util.property.TriggerableProperties implements Serializable
-
Serialized Fields
-
populateCount
int populateCount
-
propertySource
MondrianPropertiesBase.PropertySource propertySource
-
-
-
Class mondrian.olap.NativeEvaluationUnsupportedException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.QueryCanceledException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.QueryTimeoutException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.ResourceLimitExceededException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.ResultLimitExceededException extends MondrianException implements Serializable
-
Class mondrian.olap.ResultStyleException extends MondrianException implements Serializable
-
Class mondrian.olap.Util.PropertyList extends Object implements Serializable
-
-
Package mondrian.olap.fun
-
Class mondrian.olap.fun.MondrianEvaluationException extends RuntimeException implements Serializable
-
-
Package mondrian.parser
-
Class mondrian.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class mondrian.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class mondrian.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package mondrian.recorder
-
Class mondrian.recorder.RecorderException extends MondrianException implements Serializable
-
-
Package mondrian.rolap
-
Class mondrian.rolap.BitKey.AbstractBitKey extends Object implements Serializable
- serialVersionUID:
- -2942302671676103450L
-
Class mondrian.rolap.BitKey.Big extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -3715282769845236295L
-
Serialized Fields
-
bits
long[] bits
-
-
Class mondrian.rolap.BitKey.Mid128 extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -8409143207943258659L
-
Serialized Fields
-
bits0
long bits0
-
bits1
long bits1
-
-
Class mondrian.rolap.BitKey.Small extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -7891880560056571197L
-
Serialized Fields
-
bits
long bits
-
-
Class mondrian.rolap.CellKey.Four extends Object implements Serializable
- serialVersionUID:
- -2645858781233421151L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
ordinal2
int ordinal2
-
ordinal3
int ordinal3
-
-
Class mondrian.rolap.CellKey.Many extends Object implements Serializable
- serialVersionUID:
- 3438398157192694834L
-
Serialized Fields
-
ordinals
int[] ordinals
-
-
Class mondrian.rolap.CellKey.One extends Object implements Serializable
- serialVersionUID:
- 2160238882970820960L
-
Serialized Fields
-
ordinal0
int ordinal0
-
-
Class mondrian.rolap.CellKey.Three extends Object implements Serializable
- serialVersionUID:
- -2645858781233421151L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
ordinal2
int ordinal2
-
-
Class mondrian.rolap.CellKey.Two extends Object implements Serializable
- serialVersionUID:
- 1901188836648369359L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
-
Class mondrian.rolap.CellKey.Zero extends Object implements Serializable
- serialVersionUID:
- 6063541581473797367L
-
-
Package mondrian.rolap.agg
-
Class mondrian.rolap.agg.AggregationManager.PinSetImpl extends HashSet<Segment> implements Serializable
-
Class mondrian.rolap.agg.CellRequestQuantumExceededException extends RuntimeException implements Serializable
-
Class mondrian.rolap.agg.SegmentCacheManager.AbortException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package mondrian.rolap.aggmatcher
-
Class mondrian.rolap.aggmatcher.DefaultDef.AggRule extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
countColumn
String countColumn
-
factCountMatch
DefaultDef.FactCountMatch factCountMatch
-
factCountMatchRef
DefaultDef.FactCountMatchRef factCountMatchRef
-
foreignKeyMatch
DefaultDef.ForeignKeyMatch foreignKeyMatch
-
foreignKeyMatchRef
DefaultDef.ForeignKeyMatchRef foreignKeyMatchRef
-
ignoreMap
DefaultDef.IgnoreMap ignoreMap
-
ignoreMapRef
DefaultDef.IgnoreMapRef ignoreMapRef
-
levelMap
DefaultDef.LevelMap levelMap
-
levelMapRef
DefaultDef.LevelMapRef levelMapRef
-
measureMap
DefaultDef.MeasureMap measureMap
-
measureMapRef
DefaultDef.MeasureMapRef measureMapRef
-
tableMatch
DefaultDef.TableMatch tableMatch
-
tableMatchRef
DefaultDef.TableMatchRef tableMatchRef
-
tag
String tag
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.AggRules extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
aggRules
DefaultDef.AggRule[] aggRules
All AggRules (at least one). Also, one of them must be marked with default=true. -
factCountMatches
DefaultDef.FactCountMatch[] factCountMatches
All shared FactCountMatches. -
foreignKeyMatches
DefaultDef.ForeignKeyMatch[] foreignKeyMatches
All shared ForeignKeyMatches. -
ignoreMaps
DefaultDef.IgnoreMap[] ignoreMaps
All shared IgnoreMap. -
levelMaps
DefaultDef.LevelMap[] levelMaps
All shared LevelMap. -
measureMaps
DefaultDef.MeasureMap[] measureMaps
All shared MeasureMap. -
tableMatches
DefaultDef.TableMatch[] tableMatches
All shared TableMatches. -
tag
String tag
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.Base extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
enabled
Boolean enabled
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher extends DefaultDef.Base implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch extends DefaultDef.NameMatcher implements Serializable
-
Serialized Fields
-
factCountName
String factCountName
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch extends DefaultDef.NameMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.LevelMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.Mapper extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.Ref extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
refId
String refId
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.Regex extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
id
String id
-
regexs
DefaultDef.Regex[] regexs
This is an array of Regex. A match occurs if any one of the Regex matches; it is the equivalent of or-ing the regular expressions together. A candidate string is processed sequentially by each Regex in their document order until one matches. In none match, well, none match.
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.TableMatch extends DefaultDef.NameMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef extends DefaultDef.Ref implements Serializable
-
-
Package mondrian.spi
-
Class mondrian.spi.SegmentColumn extends Object implements Serializable
- serialVersionUID:
- -5227838916517784720L
-
Serialized Fields
-
columnExpression
String columnExpression
-
hashCode
int hashCode
-
valueCount
long valueCount
-
values
SortedSet<Comparable> values
-
-
Class mondrian.spi.SegmentHeader extends Object implements Serializable
- serialVersionUID:
- 8696439182886512850L
-
Serialized Fields
-
arity
int arity
-
compoundPredicates
List<String> compoundPredicates
-
constrainedColsBitKey
BitKey constrainedColsBitKey
-
constrainedColumns
List<SegmentColumn> constrainedColumns
-
cubeName
String cubeName
-
description
String description
-
excludedRegions
List<SegmentColumn> excludedRegions
-
hashCode
int hashCode
-
measureName
String measureName
-
rolapStarFactTableName
String rolapStarFactTableName
-
schemaChecksum
ByteString schemaChecksum
-
schemaName
String schemaName
-
uniqueID
ByteString uniqueID
-
-
-
Package mondrian.util
-
Class mondrian.util.ArraySortedSet extends AbstractSet<E extends Comparable<E>> implements Serializable
- serialVersionUID:
- -7613058579094914399L
-
Serialized Fields
-
end
int end
-
start
int start
-
values
E extends Comparable<E>[] values
-
-
Class mondrian.util.ArrayStack extends ArrayList<E> implements Serializable
-
Class mondrian.util.ByteString extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class mondrian.util.CreationException extends MondrianException implements Serializable
-
-
Package mondrian.web.servlet
-
Class mondrian.web.servlet.MdxQueryServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
connectString
String connectString
-
locator
CatalogLocator locator
-
-
-
-
Package mondrian.web.taglib
-
Class mondrian.web.taglib.QueryTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
name
String name
-
resultCache
boolean resultCache
-
-
-
Class mondrian.web.taglib.TransformTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable
-
-
Package mondrian.xmla
-
Class mondrian.xmla.DataSourcesConfig.Catalog extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
dataSourceInfo
String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). This entry is optional; if present, it overrides the DataSourceInfo within the DataSource. -
definition
String definition
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml". -
name
String name
-
-
-
Class mondrian.xmla.DataSourcesConfig.Catalogs extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
catalogs
DataSourcesConfig.Catalog[] catalogs
The list of catalogs.
-
-
-
Class mondrian.xmla.DataSourcesConfig.DataSource extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
authenticationMode
String authenticationMode
Ignored. Only return "Unauthenticated" for DISCOVER_DATASOURCES. -
catalogs
DataSourcesConfig.Catalogs catalogs
One or more Catalogs. -
dataSourceInfo
String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). Required, but catalog may override. -
description
String description
Description. -
name
String name
Name. -
providerName
String providerName
Customized Service Provider Name. -
providerType
String providerType
Ignored. Only return "MDP" for DISCOVER_DATASOURCES. -
url
String url
URL of Web Services invocation.
-
-
-
Class mondrian.xmla.DataSourcesConfig.DataSources extends org.eigenbase.xom.ElementDef implements Serializable
-
Serialized Fields
-
dataSources
DataSourcesConfig.DataSource[] dataSources
The list of data sources supported by XMLA service.
-
-
-
Class mondrian.xmla.XmlaException extends MondrianException implements Serializable
-
Class mondrian.xmla.XmlaServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
callbackList
List<XmlaRequestCallback> callbackList
-
charEncoding
String charEncoding
-
connectionFactory
XmlaHandler.ConnectionFactory connectionFactory
-
xmlaHandler
XmlaHandler xmlaHandler
-
-
-
-
Package mondrian.xmla.impl
-
Class mondrian.xmla.impl.DefaultXmlaServlet extends XmlaServlet implements Serializable
-
Serialized Fields
-
domFactory
DocumentBuilderFactory domFactory
-
requireAuthenticatedSessions
boolean requireAuthenticatedSessions
-
sessionInfos
Map<String,mondrian.xmla.impl.DefaultXmlaServlet.SessionInfo> sessionInfos
Session properties, keyed by session ID. Currently just username and password.
-
-
-
Class mondrian.xmla.impl.DynamicDatasourceXmlaServlet extends MondrianXmlaServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
finders
Map<String,DynamicContentFinder> finders
A map of datasources definitions toDynamicContentFinder
instances.
-
-
Class mondrian.xmla.impl.MondrianXmlaServlet extends DefaultXmlaServlet implements Serializable
-
Serialized Fields
-
server
MondrianServer server
-
-
-
Class mondrian.xmla.impl.Olap4jXmlaServlet extends DefaultXmlaServlet implements Serializable
-