Uses of Class
com.google.cloud.datastore.DatastoreOptions
-
Packages that use DatastoreOptions 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.execution com.google.cloud.datastore.execution.request com.google.cloud.datastore.spi.v1 com.google.cloud.datastore.testing A testing helper for Google Cloud Datastore. -
-
Uses of DatastoreOptions in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return DatastoreOptions Modifier and Type Method Description DatastoreOptions
DatastoreOptions.Builder. build()
static DatastoreOptions
DatastoreOptions. getDefaultInstance()
Returns a defaultDatastoreOptions
instance.Methods in com.google.cloud.datastore with parameters of type DatastoreOptions Modifier and Type Method Description Datastore
DatastoreOptions.DefaultDatastoreFactory. create(DatastoreOptions options)
com.google.cloud.ServiceRpc
DatastoreOptions.DefaultDatastoreRpcFactory. create(DatastoreOptions options)
Constructors in com.google.cloud.datastore with parameters of type DatastoreOptions Constructor Description RetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil traceUtil, com.google.api.gax.retrying.RetrySettings retrySettings, DatastoreOptions datastoreOptions)
-
Uses of DatastoreOptions in com.google.cloud.datastore.execution
Constructors in com.google.cloud.datastore.execution with parameters of type DatastoreOptions Constructor Description AggregationQueryExecutor(DatastoreRpc datastoreRpc, DatastoreOptions datastoreOptions)
-
Uses of DatastoreOptions in com.google.cloud.datastore.execution.request
Constructors in com.google.cloud.datastore.execution.request with parameters of type DatastoreOptions Constructor Description AggregationQueryRequestProtoPreparer(DatastoreOptions datastoreOptions)
-
Uses of DatastoreOptions in com.google.cloud.datastore.spi.v1
Constructors in com.google.cloud.datastore.spi.v1 with parameters of type DatastoreOptions Constructor Description HttpDatastoreRpc(DatastoreOptions options)
-
Uses of DatastoreOptions in com.google.cloud.datastore.testing
Methods in com.google.cloud.datastore.testing that return DatastoreOptions Modifier and Type Method Description DatastoreOptions
LocalDatastoreHelper. getOptions()
Returns aDatastoreOptions
instance that sets the host to use the Datastore emulator on localhost.DatastoreOptions
LocalDatastoreHelper. getOptions(String namespace)
Returns aDatastoreOptions
instance that sets the host to use the Datastore emulator on localhost.DatastoreOptions
RemoteDatastoreHelper. getOptions()
Returns aDatastoreOptions
object to be used for testing.
-