public class DataStoreOptions extends 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) |
String |
description() |
boolean |
dumpIds() |
boolean |
dumpRefs() |
boolean |
exportMetrics() |
String |
exportMetricsArgs() |
int |
getBatchCount() |
long |
getBlobGcMaxAgeInSecs() |
boolean |
getMetadata() |
File |
getOutDir() |
List<String> |
getVerboseInclusionRegex() |
List<String> |
getVerboseRootPaths() |
File |
getWorkDir() |
boolean |
hasVerboseInclusionRegex() |
boolean |
hasVerboseRootPaths() |
boolean |
isResetLoggingConfig() |
boolean |
isVerbose() |
boolean |
markOnly() |
Set<String> |
operationNames() |
int |
order() |
boolean |
sweepIfRefsPastRetention() |
String |
title() |
public static final OptionsBeanFactory FACTORY
public void configure(joptsimple.OptionSet options)
configure in interface OptionsBeanpublic String title()
title in interface OptionsBeanpublic String description()
description in interface OptionsBeanpublic int order()
order in interface OptionsBeanpublic Set<String> operationNames()
operationNames in interface OptionsBeanpublic boolean anyActionSelected()
public File getWorkDir() throws IOException
IOExceptionpublic 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 String exportMetricsArgs()
public boolean sweepIfRefsPastRetention()
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.