Package | Description |
---|---|
com.hcl.domino.admin.replication |
Modifier and Type | Method and Description |
---|---|
void |
Replication.getDocuments(Database db,
int[] noteIds,
Set<Database.OpenDocumentMode>[] docOpenFlags,
int[] sinceSeqNum,
Set<GetDocumentsMode> controlFlags,
Database objectDb,
Replication.IGetDocumentsCallback getDocumentsCallback,
Replication.IDocumentOpenCallback docOpenCallback,
Replication.IObjectAllocCallback objectAllocCallback,
Replication.IObjectWriteCallback objectWriteCallback,
TemporalAccessor folderSinceTime,
Replication.IFolderAddCallback folderAddCallback)
This function will return a stream of documents to the caller through several callback functions.
It can be used to quickly and incrementally read a large number of docs from a database, skipping the transfer of item values where the item's sequence number is lower or equal a specified value (see sinceSeqNum parameter). |
Copyright © 2019–2021 HCL. All rights reserved.