[appengine-java] AsyncDatastoreService - ready for use?

2010-10-20 Thread timwhunt
Someone pointed out in the Objectify group that there is now an
AsyncDatastoreService in the docs - see
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/AsyncDatastoreService.html

I don't believe this was mentioned in any release notes, but I think
it is new (Did I miss it?).

So is it ready for regular use?

I don't see any query methods on the service like prepare(Query
query).  Can a query be done asynchronously?  How?

I've been looking forward to asynchronous Datastore access, so I'm
glad to see this!

-Tim

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] AsyncDatastoreService - ready for use?

2010-10-20 Thread Ikai Lan (Google)
Good eyes! No, this isn't ready for use yet. You can't get an instance of
AsyncDatastoreService. The backend isn't ready for this call. We wanted to
release this, but there were showstopper bugs that prevented us from
shipping it. Look for it in an upcoming release.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Wed, Oct 20, 2010 at 1:02 PM, timwhunt timwh...@gmail.com wrote:

 Someone pointed out in the Objectify group that there is now an
 AsyncDatastoreService in the docs - see

 http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/AsyncDatastoreService.html

 I don't believe this was mentioned in any release notes, but I think
 it is new (Did I miss it?).

 So is it ready for regular use?

 I don't see any query methods on the service like prepare(Query
 query).  Can a query be done asynchronously?  How?

 I've been looking forward to asynchronous Datastore access, so I'm
 glad to see this!

 -Tim

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.