Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.deletion.task.DeletionTaskType
Packages that use DeletionTaskType
Package
Description
Package containing DeletionTasks for use with the DeletionService.
-
Uses of DeletionTaskType in org.apache.hadoop.yarn.server.nodemanager.containermanager.deletion.task
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.deletion.task that return DeletionTaskTypeModifier and TypeMethodDescriptionDeletionTask.getDeletionTaskType()Get theDeletionTaskTypefor this DeletionTask.static DeletionTaskTypeReturns the enum constant of this class with the specified name.static DeletionTaskType[]DeletionTaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.deletion.task with parameters of type DeletionTaskTypeModifierConstructorDescriptionDeletionTask(int taskId, DeletionService deletionService, String user, AtomicInteger numberOfPendingPredecessorTasks, Set<DeletionTask> successorTaskSet, DeletionTaskType deletionTaskType) Deletion task with taskId and user supplied values.DeletionTask(int taskId, DeletionService deletionService, String user, DeletionTaskType deletionTaskType) Deletion task with taskId and default values.