public class BigtableEmulator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DOWNLOAD_FILE_PROPERTY |
static String |
DOWNLOAD_URL_PROPERTY |
static String |
HOST_PORT_PROPERTY |
static String |
INTERNAL_PROPERTY |
| Constructor and Description |
|---|
BigtableEmulator(String sdkDir,
String sdkDownloadUrl,
String sdkFileName) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
install() |
boolean |
isRunning() |
boolean |
start(String emulatorHostPort) |
void |
stop() |
public static final String HOST_PORT_PROPERTY
public static final String INTERNAL_PROPERTY
public static final String DOWNLOAD_URL_PROPERTY
public static final String DOWNLOAD_FILE_PROPERTY
public boolean start(String emulatorHostPort)
public boolean isRunning()
public void stop()
protected boolean install()
throws IOException
IOExceptionCopyright © 2013–2019. All rights reserved.