public interface JobExecution extends ModelEntity, Buildable<JobExecutionBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getClusterId() |
Date |
getCreatedAt() |
Date |
getEndtime() |
String |
getId() |
JobExecutionInfo |
getInfo() |
String |
getInputId() |
JobConfig |
getJobConfigs() |
String |
getJobId() |
String |
getJobIdForExecution() |
String |
getOozieJobId() |
String |
getOutputId() |
String |
getProgress() |
String |
getReturnCode() |
Date |
getStartTime() |
String |
getTenantId() |
Date |
getUpdatedAt() |
String getClusterId()
String getInputId()
String getOutputId()
JobConfig getJobConfigs()
String getTenantId()
Date getStartTime()
Date getEndtime()
Date getCreatedAt()
Date getUpdatedAt()
String getReturnCode()
String getOozieJobId()
String getJobId()
String getId()
String getProgress()
JobExecutionInfo getInfo()
String getJobIdForExecution()
Copyright © 2017. All rights reserved.