Uses of Class
com.google.cloud.datastore.testing.LocalDatastoreHelper
Packages that use LocalDatastoreHelper
-
Uses of LocalDatastoreHelper in com.google.cloud.datastore.testing
Methods in com.google.cloud.datastore.testing that return LocalDatastoreHelperModifier and TypeMethodDescriptionLocalDatastoreHelper.Builder.build()Creates aLocalDatastoreHelperobject.static LocalDatastoreHelperLocalDatastoreHelper.create()Creates a local Datastore helper with a placeholder project ID and the default consistency setting of 0.9.static LocalDatastoreHelperLocalDatastoreHelper.create(double consistency) Creates a local Datastore helper with the specified settings for project ID and consistency.static LocalDatastoreHelperLocalDatastoreHelper.create(double consistency, int port) Creates a local Datastore helper with the specified settings for project ID and consistency.static LocalDatastoreHelperLocalDatastoreHelper.create(int port) Creates a local Datastore helper with a placeholder project ID and the default consistency setting of 0.9.