public interface JobTicket
JobTicket is used to uniquely identify a job. This is given as input when we want to generate a JobReport. The JobReport given the JobTicket would generate the report for that particular job
| Modifier and Type | Interface and Description |
|---|---|
static class |
JobTicket.JobType |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId() |
JobTicket.JobType |
getJobType() |
String getJobId()
JobTicket.JobType getJobType()
WriteBatcher or QueryBatcherCopyright © 2013-2017 MarkLogic Corporation.