public class AfterQueryEvent extends ReadEvent
source| Constructor and Description |
|---|
AfterQueryEvent(Iterable results,
com.google.cloud.datastore.Query query)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.cloud.datastore.Query |
getQuery()
Get the query that was run.
|
int |
hashCode() |
getResultsgetSource, toStringpublic AfterQueryEvent(Iterable results, com.google.cloud.datastore.Query query)
results - A list of results from the read operation where each item was mapped
from a Cloud Datastore entity.query - The query run on Cloud Datastore.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.