Class BlastJob
java.lang.Object
org.biojava.nbio.ws.alignment.qblast.BlastJob
Information about QBlast search job
- Author:
- Gediminas Rimsa
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
Request id (RID) as received from QBlast serverlong
void
setExpectedExecutionTime
(long expectedExecutionTime) void
void
setStartTimestamp
(long startTimestamp) toString()
-
Constructor Details
-
BlastJob
public BlastJob()
-
-
Method Details
-
getId
Request id (RID) as received from QBlast server- Returns:
-
setId
-
getStartTimestamp
public long getStartTimestamp() -
setStartTimestamp
public void setStartTimestamp(long startTimestamp) -
getExpectedExecutionTime
public long getExpectedExecutionTime() -
setExpectedExecutionTime
public void setExpectedExecutionTime(long expectedExecutionTime) -
toString
-