Package de.bwaldvogel.mongo.oplog
Class OplogCursor
java.lang.Object
de.bwaldvogel.mongo.backend.AbstractCursor
de.bwaldvogel.mongo.oplog.OplogCursor
- All Implemented Interfaces:
Cursor
-
Field Summary
Fields inherited from class de.bwaldvogel.mongo.backend.AbstractCursor
id -
Constructor Summary
ConstructorsConstructorDescriptionOplogCursor(long cursorId, Function<OplogPosition, Stream<Document>> oplogStream, OplogPosition position) -
Method Summary
Methods inherited from class de.bwaldvogel.mongo.backend.AbstractCursor
getId, toString
-
Constructor Details
-
OplogCursor
public OplogCursor(long cursorId, Function<OplogPosition, Stream<Document>> oplogStream, OplogPosition position)
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
takeDocuments
-