Constructor and Description |
---|
MorphiaIterator(Iterator<com.mongodb.DBObject> it,
Mapper mapper,
Class<T> clazz,
String collection,
EntityCache cache) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Class<T> |
getClazz() |
String |
getCollection() |
com.mongodb.DBCursor |
getCursor() |
long |
getDriverTime()
Returns the time spent calling the driver in ms
|
Mapper |
getMapper() |
long |
getMapperTime()
Returns the time spent calling the mapper in ms
|
boolean |
hasNext() |
Iterator<V> |
iterator() |
V |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public String getCollection()
public Mapper getMapper()
public long getDriverTime()
public long getMapperTime()
public com.mongodb.DBCursor getCursor()
public void close()
Copyright © 2016. All rights reserved.