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 |
---|---|
class |
TargetApplicationsNamespace
Class to describe the namespace of allocation tags, used by
AllocationTags . |
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.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.