Uses of Interface
org.apache.hadoop.yarn.server.globalpolicygenerator.GPGContext
Packages that use GPGContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Classes comprising the policy generator for the GPG.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of GPGContext in org.apache.hadoop.yarn.server.globalpolicygenerator
Classes in org.apache.hadoop.yarn.server.globalpolicygenerator that implement GPGContextModifier and TypeClassDescriptionclassContext implementation for Global Policy Generator.Methods in org.apache.hadoop.yarn.server.globalpolicygenerator that return GPGContext -
Uses of GPGContext in org.apache.hadoop.yarn.server.globalpolicygenerator.applicationcleaner
Methods in org.apache.hadoop.yarn.server.globalpolicygenerator.applicationcleaner that return GPGContextMethods in org.apache.hadoop.yarn.server.globalpolicygenerator.applicationcleaner with parameters of type GPGContextModifier and TypeMethodDescriptionvoidApplicationCleaner.init(org.apache.hadoop.conf.Configuration config, GPGContext context) -
Uses of GPGContext in org.apache.hadoop.yarn.server.globalpolicygenerator.policygenerator
Constructors in org.apache.hadoop.yarn.server.globalpolicygenerator.policygenerator with parameters of type GPGContextModifierConstructorDescriptionPolicyGenerator(org.apache.hadoop.conf.Configuration conf, GPGContext context) The PolicyGenerator periodically reads SubCluster load and updates policies into the FederationStateStore. -
Uses of GPGContext in org.apache.hadoop.yarn.server.globalpolicygenerator.subclustercleaner
Constructors in org.apache.hadoop.yarn.server.globalpolicygenerator.subclustercleaner with parameters of type GPGContextModifierConstructorDescriptionSubClusterCleaner(org.apache.hadoop.conf.Configuration conf, GPGContext gpgContext) The sub-cluster cleaner runnable is invoked by the sub cluster cleaner service to check the membership table and remove sub clusters that have not sent a heart beat in some amount of time. -
Uses of GPGContext in org.apache.hadoop.yarn.server.globalpolicygenerator.webapp.dao
Constructors in org.apache.hadoop.yarn.server.globalpolicygenerator.webapp.dao with parameters of type GPGContext