public class PlannerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CTX_KEY_USE_APPROXIMATE_COUNT_DISTINCT |
static String |
CTX_KEY_USE_APPROXIMATE_TOPN |
| Constructor and Description |
|---|
PlannerConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaxQueryCount() |
int |
getMaxSemiJoinRowsInMemory() |
int |
getMaxTopNLimit() |
org.joda.time.Period |
getMetadataRefreshPeriod() |
long |
getMetadataSegmentPollPeriod() |
org.joda.time.DateTimeZone |
getSqlTimeZone() |
int |
hashCode() |
boolean |
isAwaitInitializationOnStart() |
boolean |
isMetadataSegmentCacheEnable() |
boolean |
isRequireTimeCondition() |
boolean |
isUseApproximateCountDistinct() |
boolean |
isUseApproximateTopN() |
boolean |
shouldSerializeComplexValues() |
String |
toString() |
PlannerConfig |
withOverrides(Map<String,Object> context) |
public static final String CTX_KEY_USE_APPROXIMATE_COUNT_DISTINCT
public static final String CTX_KEY_USE_APPROXIMATE_TOPN
public long getMetadataSegmentPollPeriod()
public boolean isMetadataSegmentCacheEnable()
public org.joda.time.Period getMetadataRefreshPeriod()
public int getMaxSemiJoinRowsInMemory()
public int getMaxTopNLimit()
public int getMaxQueryCount()
public boolean isUseApproximateCountDistinct()
public boolean isUseApproximateTopN()
public boolean isRequireTimeCondition()
public org.joda.time.DateTimeZone getSqlTimeZone()
public boolean isAwaitInitializationOnStart()
public boolean shouldSerializeComplexValues()
public PlannerConfig withOverrides(Map<String,Object> context)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.