Package de.bwaldvogel.mongo.backend
Interface Cursor
- All Known Implementing Classes:
AbstractCursor,EmptyCursor,InMemoryCursor,OplogCursor
public interface Cursor
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()booleanisEmpty()takeDocuments(int numberToReturn)
-
Method Details
-
getId
long getId() -
isEmpty
boolean isEmpty() -
takeDocuments
-