Uses of Class
com.pervasive.datarush.cal.WorkerRole
-
Packages that use WorkerRole Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.cal.monitoring -
-
Uses of WorkerRole in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return WorkerRole Modifier and Type Method Description WorkerRole
JobServerInformation. getRole()
static WorkerRole
WorkerRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkerRole[]
WorkerRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pervasive.datarush.cal with parameters of type WorkerRole Constructor Description JobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources)
-
Uses of WorkerRole in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return WorkerRole Modifier and Type Method Description WorkerRole
NodeStatistics. getWorkerRole()
WorkerRole
NodeStatisticsSnapshot. getWorkerRole()
-