Class LookupConfig

java.lang.Object
org.apache.druid.query.lookup.LookupConfig

public class LookupConfig extends Object
  • Constructor Details

    • 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 Details

    • getSnapshotWorkingDir

      public String getSnapshotWorkingDir()
    • getNumLookupLoadingThreads

      public int getNumLookupLoadingThreads()
    • getEnableLookupSyncOnStartup

      public boolean getEnableLookupSyncOnStartup()
    • getCoordinatorFetchRetries

      public int getCoordinatorFetchRetries()
    • getLookupStartRetries

      public int getLookupStartRetries()
    • getCoordinatorRetryDelay

      public int getCoordinatorRetryDelay()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object