Class DocumentNodeStoreOptions

  • All Implemented Interfaces:
    OptionsBean

    public class DocumentNodeStoreOptions
    extends java.lang.Object
    implements OptionsBean
    • Constructor Detail

      • DocumentNodeStoreOptions

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

      • configure

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

        public java.lang.String title()
        Description copied from interface: OptionsBean
        Title string for this set of options
        Specified by:
        title in interface OptionsBean
      • description

        public java.lang.String description()
        Description copied from interface: OptionsBean
        Description string for this set of options
        Specified by:
        description 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
      • operationNames

        public java.util.Set<java.lang.String> operationNames()
        Description copied from interface: OptionsBean
        Option names which are actually performing operation
        Specified by:
        operationNames in interface OptionsBean
      • getClusterId

        public int getClusterId()
      • getCacheSize

        public int getCacheSize()
      • disableBranchesSpec

        public boolean disableBranchesSpec()
      • getNodeCachePercentage

        public int getNodeCachePercentage()
      • getPrevDocCachePercentage

        public int getPrevDocCachePercentage()
      • getChildrenCachePercentage

        public int getChildrenCachePercentage()
      • getDiffCachePercentage

        public int getDiffCachePercentage()
      • isCacheDistributionDefined

        public boolean isCacheDistributionDefined()