| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.federation.failover | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.policies | Federation Policies. | 
| org.apache.hadoop.yarn.server.federation.policies.amrmproxy | AMRMPRoxy policies. | 
| org.apache.hadoop.yarn.server.federation.policies.dao | DAO objects for serializing/deserializing policy configurations. | 
| org.apache.hadoop.yarn.server.federation.policies.manager | Various implementation of FederationPolicyManager. | 
| org.apache.hadoop.yarn.server.federation.policies.router | Router policies. | 
| org.apache.hadoop.yarn.server.federation.resolver | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.store | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.store.impl | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.store.records | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.store.records.impl.pb | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.store.utils | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| org.apache.hadoop.yarn.server.federation.utils | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| Class and Description | 
|---|
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| Class and Description | 
|---|
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| SubClusterInfo 
 SubClusterInfo is a report of the runtime information of the subcluster that
 is participating in federation. | 
| SubClusterPolicyConfiguration SubClusterPolicyConfigurationis a class that represents a
 configuration of a policy. | 
| Class and Description | 
|---|
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| Class and Description | 
|---|
| SubClusterIdInfo This class represent a sub-cluster identifier in the JSON representation
 of the policy configuration. | 
| Class and Description | 
|---|
| SubClusterPolicyConfiguration SubClusterPolicyConfigurationis a class that represents a
 configuration of a policy. | 
| Class and Description | 
|---|
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| Class and Description | 
|---|
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| Class and Description | 
|---|
| AddApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state
 storeto map the home subcluster of a newly submitted application. | 
| AddApplicationHomeSubClusterResponse AddApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to insert a
 newly generated applicationId and its owner. | 
| DeleteApplicationHomeSubClusterRequest The request to  Federation state storeto delete the mapping of
 home subcluster of a submitted application. | 
| DeleteApplicationHomeSubClusterResponse DeleteApplicationHomeSubClusterResponse contains the answer from the  FederationApplicationHomeSubClusterStoreto a request to delete the mapping
 of home subcluster of a submitted application. | 
| GetApplicationHomeSubClusterRequest Request class to obtain the home sub-cluster for the specified
  ApplicationId. | 
| GetApplicationHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of a newly submitted
 application. | 
| GetApplicationsHomeSubClusterRequest Request class to obtain the home sub-cluster mapping of all active
 applications. | 
| GetApplicationsHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of all submitted
 applications. | 
| GetSubClusterInfoRequest Request class to obtain information about a sub-cluster identified by its
  SubClusterId. | 
| GetSubClusterInfoResponse Response to a query with  SubClusterInfoabout a sub-cluster. | 
| GetSubClusterPoliciesConfigurationsRequest GetSubClusterPoliciesConfigurationsRequest is a request to the
  FederationPolicyStoreto obtain all policy configurations. | 
| GetSubClusterPoliciesConfigurationsResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get all the policies configured in the
 system via aSubClusterPolicyConfiguration. | 
| GetSubClusterPolicyConfigurationRequest GetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto get the configuration of a policy for a
 given queue. | 
| GetSubClusterPolicyConfigurationResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get the information about how a policy
 should be configured via aSubClusterPolicyConfiguration. | 
| GetSubClustersInfoRequest Request class to obtain information about all sub-clusters that are
 participating in federation. | 
| GetSubClustersInfoResponse Response to a query with list of  SubClusterInfoabout all
 sub-clusters that are currently participating in Federation. | 
| SetSubClusterPolicyConfigurationRequest SetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto set the policy configuration corresponding
 to a queue. | 
| SetSubClusterPolicyConfigurationResponse SetSubClusterPolicyConfigurationResponse contains the answer from the
  FederationPolicyStoreto a request to set for a policy configuration
 for a given queue. | 
| SubClusterDeregisterRequest 
 The request sent to set the state of a subcluster to either
 SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED. | 
| SubClusterDeregisterResponse SubClusterDeregisterResponse contains the answer from the  FederationMembershipStateStoreto a request to deregister the sub cluster. | 
| SubClusterHeartbeatRequest 
 SubClusterHeartbeatRequest is a report of the runtime information of the
 subcluster that is participating in federation. | 
| SubClusterHeartbeatResponse SubClusterHeartbeatResponse contains the response from the  FederationMembershipStateStoreto a periodic heartbeat to indicate
 liveliness from aResourceManagerparticipating in federation. | 
| SubClusterRegisterRequest 
 SubClusterRegisterRequest is a request by a sub-cluster
  ResourceManagerto participate in federation. | 
| SubClusterRegisterResponse SubClusterRegisterResponse contains the response from the  FederationMembershipStateStoreto a registration request from aResourceManagerto participate in federation. | 
| UpdateApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state storeto update the home subcluster of a newly
 submitted application. | 
| UpdateApplicationHomeSubClusterResponse UpdateApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to register the
 home subcluster of a submitted application. | 
| Class and Description | 
|---|
| AddApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state
 storeto map the home subcluster of a newly submitted application. | 
| AddApplicationHomeSubClusterResponse AddApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to insert a
 newly generated applicationId and its owner. | 
| DeleteApplicationHomeSubClusterRequest The request to  Federation state storeto delete the mapping of
 home subcluster of a submitted application. | 
| DeleteApplicationHomeSubClusterResponse DeleteApplicationHomeSubClusterResponse contains the answer from the  FederationApplicationHomeSubClusterStoreto a request to delete the mapping
 of home subcluster of a submitted application. | 
| GetApplicationHomeSubClusterRequest Request class to obtain the home sub-cluster for the specified
  ApplicationId. | 
| GetApplicationHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of a newly submitted
 application. | 
| GetApplicationsHomeSubClusterRequest Request class to obtain the home sub-cluster mapping of all active
 applications. | 
| GetApplicationsHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of all submitted
 applications. | 
| GetSubClusterInfoRequest Request class to obtain information about a sub-cluster identified by its
  SubClusterId. | 
| GetSubClusterInfoResponse Response to a query with  SubClusterInfoabout a sub-cluster. | 
| GetSubClusterPoliciesConfigurationsRequest GetSubClusterPoliciesConfigurationsRequest is a request to the
  FederationPolicyStoreto obtain all policy configurations. | 
| GetSubClusterPoliciesConfigurationsResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get all the policies configured in the
 system via aSubClusterPolicyConfiguration. | 
| GetSubClusterPolicyConfigurationRequest GetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto get the configuration of a policy for a
 given queue. | 
| GetSubClusterPolicyConfigurationResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get the information about how a policy
 should be configured via aSubClusterPolicyConfiguration. | 
| GetSubClustersInfoRequest Request class to obtain information about all sub-clusters that are
 participating in federation. | 
| GetSubClustersInfoResponse Response to a query with list of  SubClusterInfoabout all
 sub-clusters that are currently participating in Federation. | 
| SetSubClusterPolicyConfigurationRequest SetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto set the policy configuration corresponding
 to a queue. | 
| SetSubClusterPolicyConfigurationResponse SetSubClusterPolicyConfigurationResponse contains the answer from the
  FederationPolicyStoreto a request to set for a policy configuration
 for a given queue. | 
| SubClusterDeregisterRequest 
 The request sent to set the state of a subcluster to either
 SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED. | 
| SubClusterDeregisterResponse SubClusterDeregisterResponse contains the answer from the  FederationMembershipStateStoreto a request to deregister the sub cluster. | 
| SubClusterHeartbeatRequest 
 SubClusterHeartbeatRequest is a report of the runtime information of the
 subcluster that is participating in federation. | 
| SubClusterHeartbeatResponse SubClusterHeartbeatResponse contains the response from the  FederationMembershipStateStoreto a periodic heartbeat to indicate
 liveliness from aResourceManagerparticipating in federation. | 
| SubClusterRegisterRequest 
 SubClusterRegisterRequest is a request by a sub-cluster
  ResourceManagerto participate in federation. | 
| SubClusterRegisterResponse SubClusterRegisterResponse contains the response from the  FederationMembershipStateStoreto a registration request from aResourceManagerto participate in federation. | 
| UpdateApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state storeto update the home subcluster of a newly
 submitted application. | 
| UpdateApplicationHomeSubClusterResponse UpdateApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to register the
 home subcluster of a submitted application. | 
| Class and Description | 
|---|
| AddApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state
 storeto map the home subcluster of a newly submitted application. | 
| AddApplicationHomeSubClusterResponse AddApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to insert a
 newly generated applicationId and its owner. | 
| ApplicationHomeSubCluster 
 ApplicationHomeSubCluster is a report of the runtime information of the
 application that is running in the federated cluster. | 
| DeleteApplicationHomeSubClusterRequest The request to  Federation state storeto delete the mapping of
 home subcluster of a submitted application. | 
| DeleteApplicationHomeSubClusterResponse DeleteApplicationHomeSubClusterResponse contains the answer from the  FederationApplicationHomeSubClusterStoreto a request to delete the mapping
 of home subcluster of a submitted application. | 
| GetApplicationHomeSubClusterRequest Request class to obtain the home sub-cluster for the specified
  ApplicationId. | 
| GetApplicationHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of a newly submitted
 application. | 
| GetApplicationsHomeSubClusterRequest Request class to obtain the home sub-cluster mapping of all active
 applications. | 
| GetApplicationsHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of all submitted
 applications. | 
| GetSubClusterInfoRequest Request class to obtain information about a sub-cluster identified by its
  SubClusterId. | 
| GetSubClusterInfoResponse Response to a query with  SubClusterInfoabout a sub-cluster. | 
| GetSubClusterPoliciesConfigurationsRequest GetSubClusterPoliciesConfigurationsRequest is a request to the
  FederationPolicyStoreto obtain all policy configurations. | 
| GetSubClusterPoliciesConfigurationsResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get all the policies configured in the
 system via aSubClusterPolicyConfiguration. | 
| GetSubClusterPolicyConfigurationRequest GetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto get the configuration of a policy for a
 given queue. | 
| GetSubClusterPolicyConfigurationResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get the information about how a policy
 should be configured via aSubClusterPolicyConfiguration. | 
| GetSubClustersInfoRequest Request class to obtain information about all sub-clusters that are
 participating in federation. | 
| GetSubClustersInfoResponse Response to a query with list of  SubClusterInfoabout all
 sub-clusters that are currently participating in Federation. | 
| SetSubClusterPolicyConfigurationRequest SetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto set the policy configuration corresponding
 to a queue. | 
| SetSubClusterPolicyConfigurationResponse SetSubClusterPolicyConfigurationResponse contains the answer from the
  FederationPolicyStoreto a request to set for a policy configuration
 for a given queue. | 
| SubClusterDeregisterRequest 
 The request sent to set the state of a subcluster to either
 SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED. | 
| SubClusterDeregisterResponse SubClusterDeregisterResponse contains the answer from the  FederationMembershipStateStoreto a request to deregister the sub cluster. | 
| SubClusterHeartbeatRequest 
 SubClusterHeartbeatRequest is a report of the runtime information of the
 subcluster that is participating in federation. | 
| SubClusterHeartbeatResponse SubClusterHeartbeatResponse contains the response from the  FederationMembershipStateStoreto a periodic heartbeat to indicate
 liveliness from aResourceManagerparticipating in federation. | 
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| SubClusterInfo 
 SubClusterInfo is a report of the runtime information of the subcluster that
 is participating in federation. | 
| SubClusterPolicyConfiguration SubClusterPolicyConfigurationis a class that represents a
 configuration of a policy. | 
| SubClusterRegisterRequest 
 SubClusterRegisterRequest is a request by a sub-cluster
  ResourceManagerto participate in federation. | 
| SubClusterRegisterResponse SubClusterRegisterResponse contains the response from the  FederationMembershipStateStoreto a registration request from aResourceManagerto participate in federation. | 
| SubClusterState 
 State of a  SubCluster. | 
| UpdateApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state storeto update the home subcluster of a newly
 submitted application. | 
| UpdateApplicationHomeSubClusterResponse UpdateApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to register the
 home subcluster of a submitted application. | 
| Class and Description | 
|---|
| AddApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state
 storeto map the home subcluster of a newly submitted application. | 
| AddApplicationHomeSubClusterResponse AddApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to insert a
 newly generated applicationId and its owner. | 
| ApplicationHomeSubCluster 
 ApplicationHomeSubCluster is a report of the runtime information of the
 application that is running in the federated cluster. | 
| DeleteApplicationHomeSubClusterRequest The request to  Federation state storeto delete the mapping of
 home subcluster of a submitted application. | 
| DeleteApplicationHomeSubClusterResponse DeleteApplicationHomeSubClusterResponse contains the answer from the  FederationApplicationHomeSubClusterStoreto a request to delete the mapping
 of home subcluster of a submitted application. | 
| GetApplicationHomeSubClusterRequest Request class to obtain the home sub-cluster for the specified
  ApplicationId. | 
| GetApplicationHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of a newly submitted
 application. | 
| GetApplicationsHomeSubClusterRequest Request class to obtain the home sub-cluster mapping of all active
 applications. | 
| GetApplicationsHomeSubClusterResponse 
 The response sent by  Federation state
 storeto a query for the home subcluster of all submitted
 applications. | 
| GetSubClusterInfoRequest Request class to obtain information about a sub-cluster identified by its
  SubClusterId. | 
| GetSubClusterInfoResponse Response to a query with  SubClusterInfoabout a sub-cluster. | 
| GetSubClusterPoliciesConfigurationsRequest GetSubClusterPoliciesConfigurationsRequest is a request to the
  FederationPolicyStoreto obtain all policy configurations. | 
| GetSubClusterPoliciesConfigurationsResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get all the policies configured in the
 system via aSubClusterPolicyConfiguration. | 
| GetSubClusterPolicyConfigurationRequest GetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto get the configuration of a policy for a
 given queue. | 
| GetSubClusterPolicyConfigurationResponse GetSubClusterPolicyConfigurationResponse contains the answer from the  FederationPolicyStoreto a request to get the information about how a policy
 should be configured via aSubClusterPolicyConfiguration. | 
| GetSubClustersInfoRequest Request class to obtain information about all sub-clusters that are
 participating in federation. | 
| GetSubClustersInfoResponse Response to a query with list of  SubClusterInfoabout all
 sub-clusters that are currently participating in Federation. | 
| SetSubClusterPolicyConfigurationRequest SetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto set the policy configuration corresponding
 to a queue. | 
| SetSubClusterPolicyConfigurationResponse SetSubClusterPolicyConfigurationResponse contains the answer from the
  FederationPolicyStoreto a request to set for a policy configuration
 for a given queue. | 
| SubClusterDeregisterRequest 
 The request sent to set the state of a subcluster to either
 SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED. | 
| SubClusterDeregisterResponse SubClusterDeregisterResponse contains the answer from the  FederationMembershipStateStoreto a request to deregister the sub cluster. | 
| SubClusterHeartbeatRequest 
 SubClusterHeartbeatRequest is a report of the runtime information of the
 subcluster that is participating in federation. | 
| SubClusterHeartbeatResponse SubClusterHeartbeatResponse contains the response from the  FederationMembershipStateStoreto a periodic heartbeat to indicate
 liveliness from aResourceManagerparticipating in federation. | 
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| SubClusterInfo 
 SubClusterInfo is a report of the runtime information of the subcluster that
 is participating in federation. | 
| SubClusterPolicyConfiguration SubClusterPolicyConfigurationis a class that represents a
 configuration of a policy. | 
| SubClusterRegisterRequest 
 SubClusterRegisterRequest is a request by a sub-cluster
  ResourceManagerto participate in federation. | 
| SubClusterRegisterResponse SubClusterRegisterResponse contains the response from the  FederationMembershipStateStoreto a registration request from aResourceManagerto participate in federation. | 
| SubClusterState 
 State of a  SubCluster. | 
| UpdateApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state storeto update the home subcluster of a newly
 submitted application. | 
| UpdateApplicationHomeSubClusterResponse UpdateApplicationHomeSubClusterResponse contains the answer from the
  FederationApplicationHomeSubClusterStoreto a request to register the
 home subcluster of a submitted application. | 
| Class and Description | 
|---|
| AddApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state
 storeto map the home subcluster of a newly submitted application. | 
| DeleteApplicationHomeSubClusterRequest The request to  Federation state storeto delete the mapping of
 home subcluster of a submitted application. | 
| GetApplicationHomeSubClusterRequest Request class to obtain the home sub-cluster for the specified
  ApplicationId. | 
| GetSubClusterInfoRequest Request class to obtain information about a sub-cluster identified by its
  SubClusterId. | 
| GetSubClusterPolicyConfigurationRequest GetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto get the configuration of a policy for a
 given queue. | 
| SetSubClusterPolicyConfigurationRequest SetSubClusterPolicyConfigurationRequest is a request to the
  FederationPolicyStoreto set the policy configuration corresponding
 to a queue. | 
| SubClusterDeregisterRequest 
 The request sent to set the state of a subcluster to either
 SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED. | 
| SubClusterHeartbeatRequest 
 SubClusterHeartbeatRequest is a report of the runtime information of the
 subcluster that is participating in federation. | 
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| SubClusterInfo 
 SubClusterInfo is a report of the runtime information of the subcluster that
 is participating in federation. | 
| SubClusterRegisterRequest 
 SubClusterRegisterRequest is a request by a sub-cluster
  ResourceManagerto participate in federation. | 
| UpdateApplicationHomeSubClusterRequest 
 The request sent by the  RoutertoFederation state storeto update the home subcluster of a newly
 submitted application. | 
| Class and Description | 
|---|
| ApplicationHomeSubCluster 
 ApplicationHomeSubCluster is a report of the runtime information of the
 application that is running in the federated cluster. | 
| SubClusterId 
 SubClusterId represents the globally unique identifier for a
 subcluster that is participating in federation. | 
| SubClusterInfo 
 SubClusterInfo is a report of the runtime information of the subcluster that
 is participating in federation. | 
| SubClusterPolicyConfiguration SubClusterPolicyConfigurationis a class that represents a
 configuration of a policy. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.