Package org.apache.druid.query
Class BrokerParallelMergeConfig
java.lang.Object
org.apache.druid.query.BrokerParallelMergeConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintintintintboolean
-
Field Details
-
DEFAULT_MERGE_POOL_AWAIT_SHUTDOWN_MILLIS
public static final int DEFAULT_MERGE_POOL_AWAIT_SHUTDOWN_MILLIS- See Also:
-
-
Constructor Details
-
BrokerParallelMergeConfig
public BrokerParallelMergeConfig(@Nullable Boolean useParallelMergePool, @Nullable Integer parallelism, @Nullable Long awaitShutdownMillis, @Nullable Integer defaultMaxQueryParallelism, @Nullable Integer targetRunTimeMillis, @Nullable Integer initialYieldNumRows, @Nullable Integer smallBatchNumRows) -
BrokerParallelMergeConfig
public BrokerParallelMergeConfig()
-
-
Method Details
-
useParallelMergePool
public boolean useParallelMergePool() -
getParallelism
public int getParallelism() -
getAwaitShutdownMillis
public long getAwaitShutdownMillis() -
getDefaultMaxQueryParallelism
public int getDefaultMaxQueryParallelism() -
getTargetRunTimeMillis
public int getTargetRunTimeMillis() -
getInitialYieldNumRows
public int getInitialYieldNumRows() -
getSmallBatchNumRows
public int getSmallBatchNumRows()
-