public class KuduLocal extends Object
| Modifier and Type | Field and Description |
|---|---|
static File |
DEFAULT_DIR |
| Constructor and Description |
|---|
KuduLocal(RunKuduLocalOptions opt) |
KuduLocal(String localDir,
int numTablets) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyDB() |
String |
getMasterAddressesAsString() |
boolean |
isRunning() |
static void |
main(String[] args) |
boolean |
start() |
void |
stop() |
public static final File DEFAULT_DIR
public KuduLocal(RunKuduLocalOptions opt)
public KuduLocal(String localDir, int numTablets)
public String getMasterAddressesAsString()
public boolean start()
public boolean isRunning()
public void stop()
throws IOException
IOExceptionpublic void destroyDB()
throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2013–2021. All rights reserved.