public interface FailureDAO
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the list of failures.
|
long |
getCount() |
List<JobFailure> |
getFailures(long offset,
long count) |
void |
remove(long index)
Remove a failure from the list.
|
Date |
requeue(long index)
Re-queue a job for execution.
|
long getCount()
List<JobFailure> getFailures(long offset, long count)
offset - offset into the failurescount - number of failures to returnvoid clear()
Date requeue(long index)
index - the index into the failure listvoid remove(long index)
index - the index of the failure to removeCopyright © 2011-2015. All Rights Reserved.