public class DatastoreEmulatorFactory extends DatastoreFactory
DatastoreEmulator.DEFAULT_HOST, VERSION| Modifier and Type | Method and Description |
|---|---|
DatastoreEmulator |
create(DatastoreOptions options)
Provides access to a datastore using the provided options.
|
DatastoreEmulator |
create(DatastoreOptions options,
DatastoreEmulatorOptions localDevelopmentOptions) |
static DatastoreEmulatorFactory |
get() |
logMethodCalls, makeClient, newRemoteRpcpublic static DatastoreEmulatorFactory get()
public DatastoreEmulator create(DatastoreOptions options) throws IllegalArgumentException
DatastoreFactorycreate in class DatastoreFactoryIllegalArgumentException - if the server or credentials weren't provided.public DatastoreEmulator create(DatastoreOptions options, DatastoreEmulatorOptions localDevelopmentOptions)
Copyright © 2017. All rights reserved.