|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobPriority | |
---|---|
dk.netarkivet.harvester.datamodel | |
dk.netarkivet.harvester.harvesting.distribute |
Uses of JobPriority in dk.netarkivet.harvester.datamodel |
---|
Methods in dk.netarkivet.harvester.datamodel that return JobPriority | |
---|---|
static JobPriority |
JobPriority.fromOrdinal(int status)
Helper method that gives a proper object from e.g. |
JobPriority |
Job.getPriority()
Get the priority of this job. |
static JobPriority |
JobPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JobPriority[] |
JobPriority.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in dk.netarkivet.harvester.datamodel with parameters of type JobPriority | |
---|---|
Job(java.lang.Long harvestID,
DomainConfiguration cfg,
JobPriority priority,
long forceMaxObjectsPerDomain,
long forceMaxBytesPerDomain,
int harvestNum)
Package private constructor for common initialisation. |
|
Job(java.lang.Long harvestID,
java.util.Map<java.lang.String,java.lang.String> configurations,
JobPriority priority,
long forceMaxObjectsPerDomain,
long forceMaxBytesPerDomain,
JobStatus status,
java.lang.String orderXMLname,
org.dom4j.Document orderXMLdoc,
java.lang.String seedlist,
int harvestNum)
Create a new Job object from basic information storable in the DAO. |
Uses of JobPriority in dk.netarkivet.harvester.harvesting.distribute |
---|
Methods in dk.netarkivet.harvester.harvesting.distribute that return JobPriority | |
---|---|
JobPriority |
PersistentJobData.getJobPriority()
Return the job priority. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |