Uses of Class
com.google.datastore.v1.client.DatastoreEmulatorException
-
Packages that use DatastoreEmulatorException Package Description com.google.datastore.v1.client -
-
Uses of DatastoreEmulatorException in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that throw DatastoreEmulatorException Modifier and Type Method Description void
DatastoreEmulator. clear()
Clears all data in the emulator.void
DatastoreEmulator. start()
void
DatastoreEmulator. start(String emulatorDir, String projectId, String... commandLineOptions)
Deprecated.prefer setting options in the emulator options and calling {#start()}.void
DatastoreEmulator. stop()
Stops the emulator.protected void
DatastoreEmulator. stopEmulatorInternal()
-