LocalDatastoreHelper |
LocalDatastoreHelper.Builder.build() |
Creates a LocalDatastoreHelper object.
|
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.
|