public interface WriteEvent
Modifier and Type | Method and Description |
---|---|
long |
getBatchRecordNumber()
Within the context of the batch, the numeric
position of this document.
|
AbstractWriteHandle |
getContent()
The content written to the server.
|
long |
getJobRecordNumber()
Within the context of the job, the numric
position of this document.
|
DocumentMetadataWriteHandle |
getMetadata()
The metadata written to the server.
|
java.lang.String |
getTargetUri()
The uri written to the server.
|
java.lang.String getTargetUri()
AbstractWriteHandle getContent()
DocumentMetadataWriteHandle getMetadata()
long getJobRecordNumber()
long getBatchRecordNumber()
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.