public class MondrianConfigProperties extends Object implements IMondrianConfig
Constructor and Description |
---|
MondrianConfigProperties() |
MondrianConfigProperties(File propertiesFile) |
MondrianConfigProperties(Properties properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
getCacheHitCounters() |
boolean |
getIgnoreInvalidMembers() |
String |
getLogFileLocation() |
Properties |
getProperties() |
Integer |
getQueryLimit() |
Integer |
getQueryTimeout() |
Integer |
getResultLimit() |
Integer |
getTraceLevel() |
void |
setCacheHitCounters(boolean enabled) |
void |
setIgnoreInvalidMembers(boolean ignore) |
void |
setLogFileLocation(String location) |
void |
setQueryLimit(Integer limit) |
void |
setQueryTimeout(Integer timeout) |
void |
setResultLimit(Integer limit) |
void |
setTraceLevel(Integer level) |
public MondrianConfigProperties(File propertiesFile) throws IOException
IOException
public MondrianConfigProperties(Properties properties) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public MondrianConfigProperties()
public Properties getProperties()
public Integer getResultLimit()
getResultLimit
in interface IMondrianConfig
public void setResultLimit(Integer limit)
setResultLimit
in interface IMondrianConfig
public Integer getTraceLevel()
getTraceLevel
in interface IMondrianConfig
public void setTraceLevel(Integer level)
setTraceLevel
in interface IMondrianConfig
public String getLogFileLocation()
getLogFileLocation
in interface IMondrianConfig
public void setLogFileLocation(String location)
setLogFileLocation
in interface IMondrianConfig
public Integer getQueryLimit()
getQueryLimit
in interface IMondrianConfig
public void setQueryLimit(Integer limit)
setQueryLimit
in interface IMondrianConfig
public Integer getQueryTimeout()
getQueryTimeout
in interface IMondrianConfig
public void setQueryTimeout(Integer timeout)
setQueryTimeout
in interface IMondrianConfig
public boolean getIgnoreInvalidMembers()
getIgnoreInvalidMembers
in interface IMondrianConfig
public void setIgnoreInvalidMembers(boolean ignore)
setIgnoreInvalidMembers
in interface IMondrianConfig
public boolean getCacheHitCounters()
getCacheHitCounters
in interface IMondrianConfig
public void setCacheHitCounters(boolean enabled)
Copyright © 2017 Hitachi Vantara. All rights reserved.