[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIDatastoreServiceFactory\u003c/code\u003e interface is for providers of \u003ccode\u003eDatastoreService\u003c/code\u003e and should be registered with \u003ccode\u003eServiceFactoryFactory\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetAsyncDatastoreService\u003c/code\u003e method creates an \u003ccode\u003eAsyncDatastoreService\u003c/code\u003e using a \u003ccode\u003eDatastoreServiceConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetDatastoreService\u003c/code\u003e method creates a \u003ccode\u003eDatastoreService\u003c/code\u003e using a \u003ccode\u003eDatastoreServiceConfig\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface IDatastoreServiceFactory (2.0.0)\n\n public interface IDatastoreServiceFactory\n\nThis interface should be implemented by providers of the [DatastoreService](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.datastore.DatastoreService) and registered\nwith [com.google.appengine.spi.ServiceFactoryFactory](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.spi.ServiceFactoryFactory).\n\nMethods\n-------\n\n### getAsyncDatastoreService(DatastoreServiceConfig config)\n\n public abstract AsyncDatastoreService getAsyncDatastoreService(DatastoreServiceConfig config)\n\nCreates an `AsyncDatastoreService` using the provided config.\n\n### getDatastoreService(DatastoreServiceConfig config)\n\n public abstract DatastoreService getDatastoreService(DatastoreServiceConfig config)\n\nCreates a `DatastoreService` using the provided config."]]