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() |
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 boolean start()
public boolean isRunning()
public void stop()
public void destroyDB()
throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2013–2020. All rights reserved.