@AutoService(value=org.apache.accumulo.start.spi.KeywordExecutable.class) public class Initialize extends Object implements KeywordExecutable
| Constructor and Description |
|---|
Initialize() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doInit(org.apache.accumulo.server.init.Initialize.Opts opts,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs) |
void |
execute(String[] args) |
static void |
initSystemTablesConfig() |
static boolean |
isInitialized(VolumeManager fs) |
String |
keyword() |
static void |
main(String[] args) |
public boolean doInit(org.apache.accumulo.server.init.Initialize.Opts opts,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs)
throws IOException
IOExceptionpublic static void initSystemTablesConfig()
throws IOException
IOExceptionpublic static boolean isInitialized(VolumeManager fs) throws IOException
IOExceptionpublic String keyword()
keyword in interface KeywordExecutablepublic void execute(String[] args)
execute in interface KeywordExecutablepublic static void main(String[] args)
Copyright © 2015 Apache Accumulo Project. All rights reserved.