Class LookupConfig


  • public class LookupConfig
    extends Object
    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object