Package | Description |
---|---|
org.apache.ambari.eventdb.db | |
org.apache.ambari.eventdb.model |
Modifier and Type | Method and Description |
---|---|
List<Jobs.JobDBEntry> |
PostgresConnector.fetchJobDetails(long minFinishTime,
long maxStartTime) |
List<Jobs.JobDBEntry> |
DBConnector.fetchJobDetails(long minFinishTime,
long maxStartTime) |
List<Jobs.JobDBEntry> |
PostgresConnector.fetchJobDetails(String workflowId) |
List<Jobs.JobDBEntry> |
DBConnector.fetchJobDetails(String workflowID) |
Modifier and Type | Method and Description |
---|---|
void |
PostgresConnector.submitJob(Jobs.JobDBEntry j,
WorkflowContext context) |
void |
DBConnector.submitJob(Jobs.JobDBEntry j,
WorkflowContext context) |
void |
PostgresConnector.updateJob(Jobs.JobDBEntry j) |
void |
DBConnector.updateJob(Jobs.JobDBEntry j) |
Modifier and Type | Method and Description |
---|---|
List<Jobs.JobDBEntry> |
Jobs.getJobs() |
Modifier and Type | Method and Description |
---|---|
void |
Jobs.setJobs(List<Jobs.JobDBEntry> jobs) |
Copyright © 2014. All rights reserved.