Package | Description |
---|---|
com.hcl.domino.admin.replication |
Modifier and Type | Method and Description |
---|---|
Replication.Action |
Replication.IFolderAddCallback.addedToFolder(String unid)
Called for each document after the
Replication.IDocumentOpenCallback function is called |
Replication.Action |
Replication.IDocumentOpenCallback.documentOpened(Document doc,
int noteId,
Optional<DominoException> status)
Called for each document retrieved
|
Replication.Action |
Replication.IGetDocumentsCallback.gettingDocuments(long totalSize)
Called with the estimated return data size
|
Replication.Action |
Replication.IObjectAllocCallback.objectAllocated(Document doc,
int oldRRV,
Optional<DominoException> status,
int objectSize)
Called exactly once for each object to provide the caller with information
about the object's size and ObjectID
|
Replication.Action |
Replication.IObjectWriteCallback.objectChunkWritten(Document doc,
int oldRRV,
Optional<DominoException> status,
ByteBuffer buffer,
int bufferSize)
Called for each "chunk" of each object
|
static Replication.Action |
Replication.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replication.Action[] |
Replication.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2021 HCL. All rights reserved.