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