Uses of Class
de.julielab.jcore.ae.checkpoint.DocumentId
-
-
Uses of DocumentId in de.julielab.jcore.ae.checkpoint
Methods in de.julielab.jcore.ae.checkpoint that return types with arguments of type DocumentId Modifier and Type Method Description Set<DocumentId>DocumentReleaseCheckpoint. getReleasedDocumentIds()Used by theDBCheckpointAEto determine documents that can safely be marked as being finished with processing.Method parameters in de.julielab.jcore.ae.checkpoint with type arguments of type DocumentId Modifier and Type Method Description voidDocumentReleaseCheckpoint. release(String componentKey, Stream<DocumentId> releasedDocumentIds)To be called from synchronizing components.
-