LocalDatastoreV3Service

com.google.appengine.api.datastore.dev

Class LocalDatastoreV3Service



  • public final class LocalDatastoreV3Service
    extends LocalDatastoreService
    Provides an implementation of LocalDatastoreService that is compatible with API Proxy.

    While this method uses a delegation pattern, it must extend LocalDatastoreService to maintain backwards compatiblity for users who request the Datastore stub from the APIProxy and expect the LocalDatastoreService type.

    Many of the public API methods are overridden to provide latency annotations for APIProxy. Other Datastore API methods are overridden for consistency.