Class LocalDatastoreV3Service

java.lang.Object
com.google.appengine.api.datastore.dev.LocalDatastoreService
com.google.appengine.api.datastore.dev.LocalDatastoreV3Service
All Implemented Interfaces:
LocalRpcService

@AutoService(LocalRpcService.class) public final class LocalDatastoreV3Service extends LocalDatastoreService implements LocalRpcService
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 compatibility 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.