public abstract class WaveformWorkUnit
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected long |
dbid |
static org.slf4j.Logger |
failLogger |
protected java.sql.Timestamp |
lastQuery |
protected int |
numRetries |
| Modifier | Constructor and Description |
|---|---|
protected |
WaveformWorkUnit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getDbid() |
java.sql.Timestamp |
getLastQuery() |
int |
getNumRetries() |
int |
hashCode() |
protected void |
setDbid(long dbid) |
protected void |
setLastQuery(java.sql.Timestamp lastQuery) |
protected void |
setNumRetries(int numRetries) |
void |
updateRetries() |
protected long dbid
protected int numRetries
protected java.sql.Timestamp lastQuery
public static final org.slf4j.Logger failLogger
public void updateRetries()
public long getDbid()
protected void setDbid(long dbid)
public int getNumRetries()
protected void setNumRetries(int numRetries)
public java.sql.Timestamp getLastQuery()
protected void setLastQuery(java.sql.Timestamp lastQuery)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object