public class HybridQueryResults<T> extends Object implements com.google.cloud.datastore.QueryResults<T>
Constructor and Description |
---|
HybridQueryResults(LoadEngine loadEngine,
com.google.cloud.datastore.QueryResults<Key<T>> source,
int chunkSize) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getResultClass() |
boolean |
hasNext() |
T |
next() |
void |
remove()
Not implemented
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public HybridQueryResults(LoadEngine loadEngine, com.google.cloud.datastore.QueryResults<Key<T>> source, int chunkSize)
chunkSize
- can be MAX_VALUE to indicate "just one chunk"Copyright © 2018. All rights reserved.