public interface WriteEvent
Each WriteBatch is composed of many WriteEvents, each of which represents all the information about a single document which was written to the server.
| 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.
|
String |
getTargetUri()
The uri written to the server.
|
String getTargetUri()
The uri written to the server.
AbstractWriteHandle getContent()
The content written to the server.
DocumentMetadataWriteHandle getMetadata()
The metadata written to the server.
long getJobRecordNumber()
Within the context of the job, the numric position of this document.
long getBatchRecordNumber()
Within the context of the batch, the numeric position of this document.
Copyright © 2013-2017 MarkLogic Corporation.