public class PostEventJob extends JobBase
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_EVENTS_PER_TIME |
static int |
MAX_RETRY_TIMES |
| Modifier | Constructor and Description |
|---|---|
|
PostEventJob(Event event) |
protected |
PostEventJob(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMergeJob(JobBase job) |
protected java.util.List<Event> |
getEventList() |
protected void |
onRun() |
protected int |
shouldRetryOnThrowException(java.lang.Throwable exception,
int runCount) |
void |
writeToParcel(android.os.Parcel out) |
getGroupId, getPriority, isRunning, runpublic static final int MAX_EVENTS_PER_TIME
public static final int MAX_RETRY_TIMES
public PostEventJob(Event event)
protected PostEventJob(android.os.Parcel in)
protected void onRun()
throws java.lang.Throwable
protected int shouldRetryOnThrowException(java.lang.Throwable exception,
int runCount)
shouldRetryOnThrowException in class JobBasepublic boolean canMergeJob(JobBase job)
canMergeJob in class JobBasepublic void writeToParcel(android.os.Parcel out)
writeToParcel in class JobBaseprotected java.util.List<Event> getEventList()