| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.deletion.task |
Package containing DeletionTasks for use with the DeletionService.
|
| Modifier and Type | Method | Description |
|---|---|---|
DeletionTaskType |
DeletionTask.getDeletionTaskType() |
Get the
DeletionTaskType for this DeletionTask. |
static DeletionTaskType |
DeletionTaskType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DeletionTaskType[] |
DeletionTaskType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
DeletionTask(int taskId,
DeletionService deletionService,
java.lang.String user,
java.util.concurrent.atomic.AtomicInteger numberOfPendingPredecessorTasks,
java.util.Set<DeletionTask> successorTaskSet,
DeletionTaskType deletionTaskType) |
Deletion task with taskId and user supplied values.
|
DeletionTask(int taskId,
DeletionService deletionService,
java.lang.String user,
DeletionTaskType deletionTaskType) |
Deletion task with taskId and default values.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.