| Package | Description |
|---|---|
| org.ict4h.atomfeed.client.repository | |
| org.ict4h.atomfeed.client.repository.jdbc |
| Modifier and Type | Method and Description |
|---|---|
FailedEvent |
AllFailedEvents.get(String feedUri,
String eventId) |
FailedEvent |
AllFailedEvents.getByEventId(String eventId) |
| Modifier and Type | Method and Description |
|---|---|
List<FailedEvent> |
AllFailedEvents.getFailedEvents(String feedUri) |
List<FailedEvent> |
AllFailedEvents.getOldestNFailedEvents(String feedUri,
int numberOfFailedEvents,
int failedEventMaxRetry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllFailedEvents.addOrUpdate(FailedEvent failedEvent) |
void |
AllFailedEvents.remove(FailedEvent failedEvent) |
| Modifier and Type | Method and Description |
|---|---|
FailedEvent |
AllFailedEventsJdbcImpl.get(String feedUri,
String eventId) |
FailedEvent |
AllFailedEventsJdbcImpl.getByEventId(String eventId) |
| Modifier and Type | Method and Description |
|---|---|
List<FailedEvent> |
AllFailedEventsJdbcImpl.getFailedEvents(String feedUri) |
List<FailedEvent> |
AllFailedEventsJdbcImpl.getOldestNFailedEvents(String feedUri,
int numberOfFailedEvents,
int numberOfRetries) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllFailedEventsJdbcImpl.addOrUpdate(FailedEvent failedEvent) |
void |
AllFailedEventsJdbcImpl.remove(FailedEvent failedEvent) |
Copyright © 2016. All Rights Reserved.