Uses of Interface
com.google.cloud.spring.autoconfigure.datastore.DatastoreProvider
Packages that use DatastoreProvider
Package
Description
Auto-configuration for Spring Data Cloud Datastore module.
Auto-configuration for Spring Data Cloud Datastore Health module.
-
Uses of DatastoreProvider in com.google.cloud.spring.autoconfigure.datastore
Methods in com.google.cloud.spring.autoconfigure.datastore that return DatastoreProviderModifier and TypeMethodDescriptionGcpDatastoreAutoConfiguration.datastoreProvider(org.springframework.beans.factory.ObjectProvider<DatastoreNamespaceProvider> namespaceProvider, org.springframework.beans.factory.ObjectProvider<com.google.cloud.datastore.Datastore> datastoreProvider) Methods in com.google.cloud.spring.autoconfigure.datastore with parameters of type DatastoreProviderModifier and TypeMethodDescriptionGcpDatastoreAutoConfiguration.objectToKeyFactory(DatastoreProvider datastore) -
Uses of DatastoreProvider in com.google.cloud.spring.autoconfigure.datastore.health
Methods in com.google.cloud.spring.autoconfigure.datastore.health with parameters of type DatastoreProviderModifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatorDatastoreHealthIndicatorAutoConfiguration.datastoreHealthIndicator(DatastoreProvider datastore) Constructors in com.google.cloud.spring.autoconfigure.datastore.health with parameters of type DatastoreProviderModifierConstructorDescriptionDatastoreHealthIndicator(DatastoreProvider datastore) DatastoreHealthIndicator constructor.