Package de.bwaldvogel.mongo.oplog
Class NoopOplog
java.lang.Object
de.bwaldvogel.mongo.oplog.NoopOplog
- All Implemented Interfaces:
Oplog
-
Method Summary
Modifier and TypeMethodDescriptioncreateCursor(Document changeStreamDocument, String namespace, Aggregation aggregation) static NoopOplogget()voidhandleDelete(String namespace, Document query, List<Object> deletedIds) voidhandleDropCollection(String namespace) voidhandleInsert(String namespace, List<Document> documents) void
-
Method Details
-
get
-
handleInsert
- Specified by:
handleInsertin interfaceOplog
-
handleUpdate
- Specified by:
handleUpdatein interfaceOplog
-
handleDelete
- Specified by:
handleDeletein interfaceOplog
-
handleDropCollection
- Specified by:
handleDropCollectionin interfaceOplog
-
createCursor
public Cursor createCursor(Document changeStreamDocument, String namespace, Aggregation aggregation) - Specified by:
createCursorin interfaceOplog
-