Package org.johnnei.javatorrent.disk
Interface IDiskJob
-
- All Known Implementing Classes:
DiskJobCheckHash,DiskJobReadBlock,DiskJobWriteBlock
public interface IDiskJob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()The priority of this jobvoidprocess()Processes the disk job
-
-
-
Method Detail
-
process
void process() throws IOExceptionProcesses the disk job- Throws:
IOException
-
getPriority
int getPriority()
The priority of this job- Returns:
- The priority
-
-