Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
com.google.cloud.datastore.spi.v1 | |
com.google.cloud.datastore.testing |
A testing helper for Google Cloud Datastore.
|
Modifier and Type | Method and Description |
---|---|
DatastoreOptions |
DatastoreOptions.Builder.build() |
static DatastoreOptions |
DatastoreOptions.getDefaultInstance()
Returns a default
DatastoreOptions instance. |
Modifier and Type | Method and Description |
---|---|
Datastore |
DatastoreOptions.DefaultDatastoreFactory.create(DatastoreOptions options) |
ServiceRpc |
DatastoreOptions.DefaultDatastoreRpcFactory.create(DatastoreOptions options) |
Constructor and Description |
---|
HttpDatastoreRpc(DatastoreOptions options) |
Modifier and Type | Method and Description |
---|---|
DatastoreOptions |
LocalDatastoreHelper.getOptions()
Returns a
DatastoreOptions instance that sets the host to use the Datastore emulator on
localhost. |
DatastoreOptions |
RemoteDatastoreHelper.getOptions()
Returns a
DatastoreOptions object to be used for testing. |
DatastoreOptions |
LocalDatastoreHelper.getOptions(String namespace)
Returns a
DatastoreOptions instance that sets the host to use the Datastore emulator on
localhost. |
Copyright © 2019 Google LLC. All rights reserved.