public class DataStoreOptions extends java.lang.Object implements OptionsBean
Modifier and Type | Field and Description |
---|---|
static OptionsBeanFactory |
FACTORY |
Constructor and Description |
---|
DataStoreOptions(joptsimple.OptionParser parser) |
Modifier and Type | Method and Description |
---|---|
boolean |
anyActionSelected() |
boolean |
checkConsistency() |
boolean |
checkConsistencyAfterGC() |
boolean |
collectGarbage() |
void |
configure(joptsimple.OptionSet options) |
java.lang.String |
description()
Description string for this set of options
|
boolean |
dumpIds() |
boolean |
dumpRefs() |
boolean |
exportMetrics() |
java.lang.String |
exportMetricsArgs() |
int |
getBatchCount() |
long |
getBlobGcMaxAgeInSecs() |
boolean |
getMetadata() |
java.io.File |
getOutDir() |
java.util.List<java.lang.String> |
getVerboseInclusionRegex() |
java.util.List<java.lang.String> |
getVerboseRootPaths() |
java.io.File |
getWorkDir() |
boolean |
hasVerboseInclusionRegex() |
boolean |
hasVerboseRootPaths() |
boolean |
isResetLoggingConfig() |
boolean |
isUseDirListing() |
boolean |
isVerbose() |
boolean |
markOnly() |
java.util.Set<java.lang.String> |
operationNames()
Option names which are actually performing operation
|
int |
order()
Used to sort the help output.
|
boolean |
sweepIfRefsPastRetention() |
java.lang.String |
title()
Title string for this set of options
|
public static final OptionsBeanFactory FACTORY
public void configure(joptsimple.OptionSet options)
configure
in interface OptionsBean
public java.lang.String title()
OptionsBean
title
in interface OptionsBean
public java.lang.String description()
OptionsBean
description
in interface OptionsBean
public int order()
OptionsBean
order
in interface OptionsBean
public java.util.Set<java.lang.String> operationNames()
OptionsBean
operationNames
in interface OptionsBean
public boolean anyActionSelected()
public java.io.File getWorkDir() throws java.io.IOException
java.io.IOException
public java.io.File getOutDir()
public boolean collectGarbage()
public boolean checkConsistency()
public boolean dumpRefs()
public boolean dumpIds()
public boolean getMetadata()
public boolean checkConsistencyAfterGC()
public boolean markOnly()
public long getBlobGcMaxAgeInSecs()
public int getBatchCount()
public boolean isVerbose()
public boolean hasVerboseRootPaths()
public boolean hasVerboseInclusionRegex()
public boolean isResetLoggingConfig()
public boolean exportMetrics()
public java.lang.String exportMetricsArgs()
public java.util.List<java.lang.String> getVerboseRootPaths()
public java.util.List<java.lang.String> getVerboseInclusionRegex()
public boolean isUseDirListing()
public boolean sweepIfRefsPastRetention()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.