public static class FluoAdmin.InitializationOptions extends Object
FluoConfiguration
. The reason the options in this class are not supported in
FluoConfiguration
is that allowing them to be saved in a config file may lead to
inadvertent clearing of a Fluo instance.Constructor and Description |
---|
InitializationOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClearTable() |
boolean |
getClearZookeeper() |
FluoAdmin.InitializationOptions |
setClearTable(boolean clearTable)
Clears accumulo table (if exists) specified by
.
|
FluoAdmin.InitializationOptions |
setClearZookeeper(boolean clearZookeeper)
Clears zookeeper root (if exists) specified by
.
|
public FluoAdmin.InitializationOptions setClearZookeeper(boolean clearZookeeper)
public boolean getClearZookeeper()
public FluoAdmin.InitializationOptions setClearTable(boolean clearTable)
public boolean getClearTable()
Copyright © 2016 The Apache Software Foundation. All rights reserved.