Package de.bwaldvogel.mongo.oplog
Interface Oplog
- All Known Implementing Classes:
CollectionBackedOplog,NoopOplog
public interface Oplog
-
Method Summary
Modifier and TypeMethodDescriptioncreateCursor(Document changeStreamDocument, String namespace, Aggregation aggregation) voidhandleDelete(String namespace, Document query, List<Object> deletedIds) voidhandleDropCollection(String namespace) voidhandleInsert(String namespace, List<Document> documents) void
-
Method Details
-
handleInsert
-
handleUpdate
-
handleDelete
-
handleDropCollection
-
createCursor
-