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 and 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 and Description |
---|---|
TargetApplicationsNamespace |
AllocationTags.getNamespace() |
static TargetApplicationsNamespace |
TargetApplicationsNamespace.parse(String namespaceStr)
Parse namespace from a string.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.