Class DataStoreOptions

    • Constructor Detail

      • DataStoreOptions

        public DataStoreOptions​(joptsimple.OptionParser parser)
    • Method Detail

      • configure

        public void configure​(joptsimple.OptionSet options)
        Specified by:
        configure in interface OptionsBean
      • order

        public int order()
        Description copied from interface: OptionsBean
        Used to sort the help output. Help for OptionsBean in descending order i.e. bean having highest order would be rendered first
        Specified by:
        order in interface OptionsBean
      • anyActionSelected

        public boolean anyActionSelected()
      • getOutDir

        public File getOutDir()
      • collectGarbage

        public boolean collectGarbage()
      • checkConsistency

        public boolean checkConsistency()
      • dumpRefs

        public boolean dumpRefs()
      • dumpIds

        public boolean dumpIds()
      • getMetadata

        public boolean getMetadata()
      • checkConsistencyAfterGC

        public boolean checkConsistencyAfterGC()
      • markOnly

        public boolean markOnly()
      • consistencyCheckMarkOnly

        public boolean consistencyCheckMarkOnly()
      • getBlobGcMaxAgeInSecs

        public long getBlobGcMaxAgeInSecs()
      • getBatchCount

        public int getBatchCount()
      • isVerbose

        public boolean isVerbose()
      • hasVerboseRootPaths

        public boolean hasVerboseRootPaths()
      • hasVerboseInclusionRegex

        public boolean hasVerboseInclusionRegex()
      • isResetLoggingConfig

        public boolean isResetLoggingConfig()
      • exportMetrics

        public boolean exportMetrics()
      • exportMetricsArgs

        public String exportMetricsArgs()
      • getVerboseRootPaths

        public List<String> getVerboseRootPaths()
      • getVerboseInclusionRegex

        public List<String> getVerboseInclusionRegex()
      • isUseDirListing

        public boolean isUseDirListing()
      • sweepIfRefsPastRetention

        public boolean sweepIfRefsPastRetention()