Package | Description |
---|---|
com.google.cloud.datastore.testing |
A testing helper for Google Cloud Datastore.
|
Modifier and Type | Method and Description |
---|---|
static LocalDatastoreHelper |
LocalDatastoreHelper.create()
Creates a local Datastore helper with a placeholder project ID and the default consistency
setting of 0.9.
|
static LocalDatastoreHelper |
LocalDatastoreHelper.create(double consistency)
Creates a local Datastore helper with the specified settings for project ID and consistency.
|
static LocalDatastoreHelper |
LocalDatastoreHelper.create(double consistency,
int port)
Creates a local Datastore helper with the specified settings for project ID and consistency.
|
static LocalDatastoreHelper |
LocalDatastoreHelper.create(int port)
Creates a local Datastore helper with a placeholder project ID and the default consistency
setting of 0.9.
|
Copyright © 2019 Google LLC. All rights reserved.