Deprecated API


Contents
Deprecated Interfaces
mondrian.olap.CellFormatter
          Use CellFormatter. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. 
mondrian.spi.DataSourceChangeListener
          Will be removed with Mondrian 4.0. 
mondrian.olap.MemberFormatter
          Use MemberFormatter. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. 
mondrian.olap.PropertyFormatter
          Use PropertyFormatter. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0. 
 

Deprecated Enums
mondrian.olap.LevelType
          Will be replaced with Level.Type before mondrian-4.0. 
 

Deprecated Fields
mondrian.olap.Property.CONTRIBUTING_CHILDREN
          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.MondrianProperties.EnableCacheHitCounters
          This property is no longer used, and will be removed in mondrian-4.0. 
 

Deprecated Methods
mondrian.olap.Util.addDatabaseTime(long)
          Will be removed in 4.0. 
mondrian.olap.Query.cancel()
          This method is deprecated and will be removed in mondrian-4.0 
mondrian.olap.Query.checkCancelOrTimeout()
          This method will be removed in mondrian-4.0 
mondrian.server.Statement.checkCancelOrTimeout()
          This method will be removed in mondrian-4.0; use Execution.checkCancelOrTimeout() 
mondrian.olap.Query.close()
          This method will be removed in mondrian-4.0. 
mondrian.olap.Literal.create(Double)
          Use Literal.create(java.math.BigDecimal) 
mondrian.olap.Literal.create(Integer)
          Use Literal.create(java.math.BigDecimal) 
mondrian.olap.Util.dbTimeMillis()
          Use Monitor.getServer() and ServerInfo.sqlStatementExecuteNanos; will be removed in 4.0. 
mondrian.olap.Util.deprecated(T)
            
mondrian.olap.Util.deprecated(T, boolean)
            
mondrian.tui.MockHttpServletResponse.encodeRedirectUrl(String)
          Method encodeRedirectUrl is deprecated 
mondrian.tui.MockHttpServletResponse.encodeUrl(String)
          Method encodeUrl is deprecated 
mondrian.olap.EnumeratedValues.BasicValue.equals(String)
          I bet you meant to write value.name_.equals(s) rather than value.equals(s), didn't you? 
mondrian.olap.Connection.execute(Query)
          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. 
mondrian.rolap.RolapConnection.execute(Query)
          Use RolapConnection.execute(mondrian.server.Execution); this method will be removed in mondrian-4.0 
mondrian.olap.Member.getAncestorMembers()
          Use SchemaReader.getMemberAncestors(Member, java.util.List). 
mondrian.parser.SimpleCharStream.getColumn()
           
mondrian.olap.Evaluator.getDepth()
          Will be removed in mondrian-4 
mondrian.parser.SimpleCharStream.getLine()
           
mondrian.olap.Evaluator.getParent()
          Will be removed in mondrian-4 
mondrian.olap.Query.getQueryStartTime()
          Use Execution.getStartTime(). This method is deprecated and will be removed in mondrian-4.0 
mondrian.tui.MockHttpServletRequest.getRealPath(String)
          Method getRealPath is deprecated 
mondrian.olap.Hierarchy.getUniqueNameSsas()
          Will be removed in mondrian-4.0, when OlapElement.getUniqueName() will have this behavior. 
mondrian.rolap.agg.AggregationManager.instance()
          No longer a singleton, and will be removed in mondrian-4. Use MondrianServer.getAggregationManager(). To get a server, call MondrianServer.forConnection(mondrian.olap.Connection), passing in a null connection if you absolutely must. 
mondrian.rolap.RolapMemberBase.isAllMember()
          Use MemberBase.isAll(); will be removed in mondrian-4.0 
mondrian.rolap.RolapMember.isAllMember()
          will be removed in mondrian-4.0 
mondrian.tui.MockServletContext.log(Exception, String)
          Method log is deprecated 
mondrian.olap.Util.nonDbTimeMillis()
          Will be removed in 4.0. 
mondrian.olap.Evaluator.push(boolean)
          Use Evaluator.savepoint() followed by Evaluator.setNonEmpty(boolean); will be removed in mondrian-4 
mondrian.olap.Evaluator.push(boolean, boolean)
          Use Evaluator.savepoint() followed by Evaluator.setNonEmpty(boolean) and Evaluator.setNativeEnabled(boolean); will be removed in mondrian-4. 
mondrian.olap.Evaluator.push(Member)
          Use Evaluator.savepoint() followed by Evaluator.setContext(Member); will be removed in mondrian-4 
mondrian.olap.Evaluator.push(Member[])
          Use Evaluator.savepoint() followed by Evaluator.setContext(Member[]); will be removed in mondrian-4 
mondrian.rolap.MemberCacheHelper.putLevelMembersInCache(RolapLevel, TupleConstraint, List)
           
mondrian.olap.Query.safeClone()
          Please use Query.clone(); this method will be removed in mondrian-4.0 
mondrian.olap.Query.setQueryTimeoutMillis(long)
          This method will be removed in mondrian-4.0 
mondrian.tui.MockHttpServletResponse.setStatus(int, String)
          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. 
 

Deprecated Constructors
mondrian.rolap.RolapEvaluatorRoot(Statement)
            
 


Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads