Package edu.sc.seis.sod
Class WaveformWorkUnit
java.lang.Object
edu.sc.seis.sod.WaveformWorkUnit
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AbstractEventPair
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
static final org.slf4j.Logger
protected Timestamp
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getDbid()
int
int
hashCode()
protected void
setDbid
(long dbid) protected void
setLastQuery
(Timestamp lastQuery) protected void
setNumRetries
(int numRetries) void
-
Field Details
-
dbid
protected long dbid -
numRetries
protected int numRetries -
lastQuery
-
failLogger
public static final org.slf4j.Logger failLogger
-
-
Constructor Details
-
WaveformWorkUnit
protected WaveformWorkUnit()
-
-
Method Details
-
updateRetries
public void updateRetries() -
getDbid
public long getDbid() -
setDbid
protected void setDbid(long dbid) -
getNumRetries
public int getNumRetries() -
setNumRetries
protected void setNumRetries(int numRetries) -
getLastQuery
-
setLastQuery
-
equals
-
hashCode
public int hashCode()
-