Class QueryComparisonConfig
- java.lang.Object
-
- org.apache.commons.configuration.event.EventSource
-
- org.apache.commons.configuration.AbstractConfiguration
-
- org.apache.commons.configuration.BaseConfiguration
-
- org.apache.commons.configuration.AbstractFileConfiguration
-
- org.apache.commons.configuration.PropertiesConfiguration
-
- org.apache.pinot.tools.query.comparison.QueryComparisonConfig
-
- All Implemented Interfaces:
Cloneable,org.apache.commons.configuration.Configuration,org.apache.commons.configuration.FileConfiguration,org.apache.commons.configuration.FileSystemBased
public class QueryComparisonConfig extends org.apache.commons.configuration.PropertiesConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.configuration.PropertiesConfiguration
org.apache.commons.configuration.PropertiesConfiguration.DefaultIOFactory, org.apache.commons.configuration.PropertiesConfiguration.IOFactory, org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader, org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SEGMENT_NAMEstatic StringSEGMENT_NAME
-
Constructor Summary
Constructors Constructor Description QueryComparisonConfig(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrokerHost()StringgetBrokerPort()StringgetClusterName()StringgetControllerPort()booleangetFunctionMode()StringgetInputDataDir()booleangetPerfMode()StringgetPerfUrl()StringgetQueryFile()StringgetRefBrokerHost()StringgetRefBrokerPort()StringgetRefControllerPort()StringgetRefServerPort()StringgetResultFile()StringgetSchemaFileName()StringgetSegmentName()StringgetSegmentsDir()StringgetServerPort()booleangetStartCluster()booleangetStartZookeeper()StringgetTableConfigFile()StringgetTableName()StringgetTimeColumnName()StringgetTimeUnit()StringgetZookeeperAddress()-
Methods inherited from class org.apache.commons.configuration.PropertiesConfiguration
clone, createLayout, getEncoding, getFooter, getHeader, getInclude, getIncludesAllowed, getIOFactory, getLayout, isIncludesAllowed, load, save, setBasePath, setFooter, setHeader, setInclude, setIncludesAllowed, setIOFactory, setLayout, unescapeJava
-
Methods inherited from class org.apache.commons.configuration.AbstractFileConfiguration
addProperty, clearProperty, closeSilent, configurationChanged, containsKey, enterNoReload, exitNoReload, fireEvent, getBasePath, getFile, getFileName, getFileSystem, getKeys, getPath, getProperty, getReloadingStrategy, getReloadLock, getURL, isAutoSave, isEmpty, load, load, load, load, load, load, possiblySave, refresh, reload, reload, resetFileSystem, save, save, save, save, save, save, setAutoSave, setEncoding, setFile, setFileName, setFileSystem, setPath, setProperty, setReloadingStrategy, setURL
-
Methods inherited from class org.apache.commons.configuration.BaseConfiguration
addPropertyDirect, clear, clearPropertyDirect
-
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addErrorLogListener, append, copy, createInterpolator, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDefaultListDelimiter, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getInterpolator, getKeys, getList, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setThrowExceptionOnMissing, subset
-
Methods inherited from class org.apache.commons.configuration.event.EventSource
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.commons.configuration.Configuration
clear, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, subset
-
-
-
-
Field Detail
-
SEGMENT_NAME
public static final String SEGMENT_NAME
- See Also:
- Constant Field Values
-
DEFAULT_SEGMENT_NAME
public static final String DEFAULT_SEGMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryComparisonConfig
public QueryComparisonConfig(File file) throws org.apache.commons.configuration.ConfigurationException
- Throws:
org.apache.commons.configuration.ConfigurationException
-
-
Method Detail
-
getClusterName
public String getClusterName()
-
getZookeeperAddress
public String getZookeeperAddress()
-
getStartZookeeper
public boolean getStartZookeeper()
-
getStartCluster
public boolean getStartCluster()
-
getFunctionMode
public boolean getFunctionMode()
-
getPerfMode
public boolean getPerfMode()
-
getControllerPort
public String getControllerPort()
-
getBrokerHost
public String getBrokerHost()
-
getBrokerPort
public String getBrokerPort()
-
getServerPort
public String getServerPort()
-
getPerfUrl
public String getPerfUrl()
-
getRefControllerPort
public String getRefControllerPort()
-
getRefBrokerHost
public String getRefBrokerHost()
-
getRefBrokerPort
public String getRefBrokerPort()
-
getRefServerPort
public String getRefServerPort()
-
getTableName
public String getTableName()
-
getTableConfigFile
public String getTableConfigFile()
-
getSegmentName
public String getSegmentName()
-
getInputDataDir
public String getInputDataDir()
-
getSegmentsDir
public String getSegmentsDir()
-
getSchemaFileName
public String getSchemaFileName()
-
getQueryFile
public String getQueryFile()
-
getResultFile
public String getResultFile()
-
getTimeColumnName
public String getTimeColumnName()
-
getTimeUnit
public String getTimeUnit()
-
-