- java.lang.Object
-
- com.pervasive.datarush.cal.JobServerInformation
-
- All Implemented Interfaces:
Serializable
public class JobServerInformation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobInformation
getJobInformation()
ResourceAllocation
getResources()
WorkerRole
getRole()
-
-
-
Constructor Detail
-
JobServerInformation
public JobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources)
-
-
Method Detail
-
getJobInformation
public JobInformation getJobInformation()
-
getRole
public WorkerRole getRole()
-
getResources
public ResourceAllocation getResources()
-
-