Class ChunkIterator<T>

java.lang.Object
com.googlecode.objectify.impl.ChunkIterator<T>
All Implemented Interfaces:
Iterator<Chunk<T>>

public class ChunkIterator<T>
extends Object
implements Iterator<Chunk<T>>
Splits a QueryResultIterator into a series of chunks which include the Cursor for the beginning of the chunk. The results are materialized in the results as well.
  • Constructor Details

    • ChunkIterator

      public ChunkIterator(com.google.appengine.api.datastore.QueryResultIterator<Key<T>> allKeys, int chunkSize, LoadEngine engine)
  • Method Details