Package org.apache.accumulo.server.conf
Class CheckCompactionConfig
java.lang.Object
org.apache.accumulo.server.conf.CheckCompactionConfig
- All Implemented Interfaces:
KeywordExecutable
@AutoService(org.apache.accumulo.start.spi.KeywordExecutable.class)
public class CheckCompactionConfig
extends Object
implements KeywordExecutable
A command line tool that verifies that a given properties file will correctly configure
compaction services.
This tool takes, as input, a local path to a properties file containing the properties used to
configure compaction services. The file is parsed and the user is presented with output detailing
which (if any) compaction services would be created from the given properties, or an error
describing why the given properties are incorrect.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.accumulo.start.spi.KeywordExecutable
KeywordExecutable.UsageGroup
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.accumulo.start.spi.KeywordExecutable
usage, usageGroup
-
Constructor Details
-
CheckCompactionConfig
public CheckCompactionConfig()
-
-
Method Details
-
keyword
- Specified by:
keyword
in interfaceKeywordExecutable
-
description
- Specified by:
description
in interfaceKeywordExecutable
-
main
- Throws:
Exception
-
execute
- Specified by:
execute
in interfaceKeywordExecutable
- Throws:
Exception
-