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