Package org.apache.druid.query.lookup
Class LookupConfig
- java.lang.Object
-
- org.apache.druid.query.lookup.LookupConfig
-
public class LookupConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description LookupConfig(String snapshotWorkingDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCoordinatorFetchRetries()intgetCoordinatorRetryDelay()booleangetEnableLookupSyncOnStartup()intgetLookupStartRetries()intgetNumLookupLoadingThreads()StringgetSnapshotWorkingDir()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LookupConfig
public LookupConfig(String snapshotWorkingDir)
- Parameters:
snapshotWorkingDir- working directory to store lookups snapshot file, passing null or empty string will disable the snapshot utility
-
-
Method Detail
-
getSnapshotWorkingDir
public String getSnapshotWorkingDir()
-
getNumLookupLoadingThreads
public int getNumLookupLoadingThreads()
-
getEnableLookupSyncOnStartup
public boolean getEnableLookupSyncOnStartup()
-
getCoordinatorFetchRetries
public int getCoordinatorFetchRetries()
-
getLookupStartRetries
public int getLookupStartRetries()
-
getCoordinatorRetryDelay
public int getCoordinatorRetryDelay()
-
-