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 Constructor Description CheckCompactionConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()voidexecute(String[] args)Stringkeyword()static voidmain(String[] args)-
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
-
-
-
-
Method Detail
-
keyword
public String keyword()
- Specified by:
keywordin interfaceKeywordExecutable
-
description
public String description()
- Specified by:
descriptionin interfaceKeywordExecutable
-
execute
public void execute(String[] args) throws Exception
- Specified by:
executein interfaceKeywordExecutable- Throws:
Exception
-
-