public interface JobLogItem
| Modifier and Type | Method and Description |
|---|---|
List<JobLogRecord> |
getEngineLogRecords()
Gets the optimization engine log records associated with the job.
|
String |
getJobId()
Gets the ID of the associated job.
|
long |
getSeqid()
Sequence ID of the item in the job log.
|
boolean |
missing()
Indicates if the log item is missing from the sequence when accessing the sequence in
continuous mode.
|
boolean |
stop()
Indicates that the log item signals the end of the log item sequence when accessing the sequence in
continuous mode.
|
String getJobId()
long getSeqid()
boolean missing()
JobClient.getJobLogItems(String, long, boolean)boolean stop()
true, it also guarantee that the job has ended.JobClient.getJobLogItems(String, long, boolean)List<JobLogRecord> getEngineLogRecords()
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.