Interface SpoolList
-
public interface SpoolList
This represents a single spool list
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<TableRow>
getSpool()
Get the spool entriesString
getSpoolId()
Get the id of the spool listlong
getSpoolSize()
Get the size (in bytes) of the spool listint
getStepNumber()
Get the step number this the spool list belongs to
-
-
-
Method Detail
-
getSpoolId
String getSpoolId()
Get the id of the spool list- Returns:
- id of the spool list,
null
if the id is not available
-
getSpoolSize
long getSpoolSize()
Get the size (in bytes) of the spool list- Returns:
- size of the spool list,
0
if the size is not available
-
getStepNumber
int getStepNumber()
Get the step number this the spool list belongs to- Returns:
- number of the step
-
-