Class DocumentNodeStoreOptions
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.cli.DocumentNodeStoreOptions
-
- All Implemented Interfaces:
OptionsBean
public class DocumentNodeStoreOptions extends Object implements OptionsBean
-
-
Constructor Summary
Constructors Constructor Description DocumentNodeStoreOptions(joptsimple.OptionParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(joptsimple.OptionSet options)
String
description()
Description string for this set of optionsboolean
disableBranchesSpec()
int
getCacheSize()
int
getChildrenCachePercentage()
int
getClusterId()
int
getDiffCachePercentage()
int
getNodeCachePercentage()
int
getPrevDocCachePercentage()
int
getPrevNoPropCachePercentage()
boolean
isCacheDistributionDefined()
Set<String>
operationNames()
Option names which are actually performing operationint
order()
Used to sort the help output.String
title()
Title string for this set of options
-
-
-
Method Detail
-
configure
public void configure(joptsimple.OptionSet options)
- Specified by:
configure
in interfaceOptionsBean
-
title
public String title()
Description copied from interface:OptionsBean
Title string for this set of options- Specified by:
title
in interfaceOptionsBean
-
description
public String description()
Description copied from interface:OptionsBean
Description string for this set of options- Specified by:
description
in interfaceOptionsBean
-
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 interfaceOptionsBean
-
operationNames
public Set<String> operationNames()
Description copied from interface:OptionsBean
Option names which are actually performing operation- Specified by:
operationNames
in interfaceOptionsBean
-
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()
-
getPrevNoPropCachePercentage
public int getPrevNoPropCachePercentage()
-
isCacheDistributionDefined
public boolean isCacheDistributionDefined()
-
-