public class AsyncDatastoreReaderWriterImpl extends Object implements AsyncDatastoreReaderWriter
Constructor and Description |
---|
AsyncDatastoreReaderWriterImpl() |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
delete(Iterable<com.google.cloud.datastore.Key> keys) |
Future<Map<com.google.cloud.datastore.Key,com.google.cloud.datastore.Entity>> |
get(Collection<com.google.cloud.datastore.Key> keys,
com.google.cloud.datastore.ReadOption... options) |
Future<List<com.google.cloud.datastore.Key>> |
put(Iterable<? extends com.google.cloud.datastore.FullEntity<?>> entities) |
<T> com.google.cloud.datastore.QueryResults<T> |
run(com.google.cloud.datastore.Query<T> query) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, put
public Future<Map<com.google.cloud.datastore.Key,com.google.cloud.datastore.Entity>> get(Collection<com.google.cloud.datastore.Key> keys, com.google.cloud.datastore.ReadOption... options)
get
in interface AsyncDatastoreReaderWriter
public <T> com.google.cloud.datastore.QueryResults<T> run(com.google.cloud.datastore.Query<T> query)
run
in interface AsyncDatastoreReaderWriter
public Future<Void> delete(Iterable<com.google.cloud.datastore.Key> keys)
delete
in interface AsyncDatastoreReaderWriter
public Future<List<com.google.cloud.datastore.Key>> put(Iterable<? extends com.google.cloud.datastore.FullEntity<?>> entities)
put
in interface AsyncDatastoreReaderWriter
Copyright © 2018. All rights reserved.