org.apache.accumulo.server.init
public class Initialize extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_TABLETS_TABLET_DIR |
| Constructor and Description |
|---|
Initialize() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doInit(org.apache.accumulo.server.init.Initialize.Opts opts,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs) |
static boolean |
initialize(org.apache.accumulo.server.init.Initialize.Opts opts,
String instanceNamePath,
VolumeManager fs) |
static void |
initMetadataConfig() |
static boolean |
isInitialized(VolumeManager fs) |
static void |
main(String[] args) |
public static final String TABLE_TABLETS_TABLET_DIR
public static boolean doInit(org.apache.accumulo.server.init.Initialize.Opts opts,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs)
throws IOException
IOExceptionpublic static boolean initialize(org.apache.accumulo.server.init.Initialize.Opts opts,
String instanceNamePath,
VolumeManager fs)
public static void initMetadataConfig()
throws IOException
IOExceptionpublic static boolean isInitialized(VolumeManager fs) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.