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