| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint |
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TargetApplicationsNamespace.All |
Namespace to all applications in the cluster.
|
static class |
TargetApplicationsNamespace.AppID |
Namespace defined by a certain application ID.
|
static class |
TargetApplicationsNamespace.AppTag |
Namespace to applications that attached with a certain application tag.
|
static class |
TargetApplicationsNamespace.NotSelf |
Namespace to all applications except itself.
|
static class |
TargetApplicationsNamespace.Self |
Namespace within application itself.
|
| Modifier and Type | Method | Description |
|---|---|---|
TargetApplicationsNamespace |
AllocationTags.getNamespace() |
|
static TargetApplicationsNamespace |
TargetApplicationsNamespace.parse(java.lang.String namespaceStr) |
Parse namespace from a string.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.