| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.federation.cache |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| 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.sql |
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 | Description |
|---|---|
| GetSubClusterPoliciesConfigurationsResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration. |
| GetSubClustersInfoResponse |
Response to a query with list of
SubClusterInfo about all
sub-clusters that are currently 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.
|
| SubClusterPolicyConfiguration |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| Class | Description |
|---|---|
| SubClusterId |
SubClusterId represents the globally unique identifier for a
subcluster that is participating in federation.
|
| Class | 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 |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| Class | Description |
|---|---|
| SubClusterId |
SubClusterId represents the globally unique identifier for a
subcluster that is participating in federation.
|
| Class | Description |
|---|---|
| SubClusterIdInfo |
This class represent a sub-cluster identifier in the JSON representation
of the policy configuration.
|
| Class | Description |
|---|---|
| SubClusterPolicyConfiguration |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| Class | 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.
|
| Class | Description |
|---|---|
| SubClusterId |
SubClusterId represents the globally unique identifier for a
subcluster that is participating in federation.
|
| Class | Description |
|---|---|
| AddApplicationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted application. |
| AddApplicationHomeSubClusterResponse |
AddApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to insert a
newly generated applicationId and its owner. |
| AddReservationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted Reservation. |
| AddReservationHomeSubClusterResponse |
AddReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to insert a
newly generated ReservationId and its owner. |
| DeleteApplicationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted application. |
| DeleteApplicationHomeSubClusterResponse |
DeleteApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted application. |
| DeletePoliciesConfigurationsRequest |
This class is used for handling queue policy deletion requests.
|
| DeletePoliciesConfigurationsResponse |
This class is used to respond to requests to delete PoliciesConfigurations.
|
| DeleteReservationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation. |
| DeleteReservationHomeSubClusterResponse |
DeleteReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted reservation. |
| DeleteSubClusterPoliciesConfigurationsRequest |
This class is used to respond to queue deletion requests and contains a list of queues.
|
| DeleteSubClusterPoliciesConfigurationsResponse |
DeleteSubClusterPoliciesConfigurationsResponse contains the answer from the
FederationPolicyStore to a request to delete policy configurations
for given queues. |
| GetApplicationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ApplicationId. |
| GetApplicationHomeSubClusterResponse |
The response sent by
Federation state
store to 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
store to a query for the home subcluster of all submitted
applications. |
| GetReservationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ReservationId. |
| GetReservationHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of a newly submitted
reservation. |
| GetReservationsHomeSubClusterRequest |
Request class to obtain the home sub-cluster mapping of all active
reservations.
|
| GetReservationsHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of all submitted
reservations. |
| GetSubClusterInfoRequest |
Request class to obtain information about a sub-cluster identified by its
SubClusterId. |
| GetSubClusterInfoResponse |
Response to a query with
SubClusterInfo about a sub-cluster. |
| GetSubClusterPoliciesConfigurationsRequest |
GetSubClusterPoliciesConfigurationsRequest is a request to the
FederationPolicyStore to obtain all policy configurations. |
| GetSubClusterPoliciesConfigurationsResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration. |
| GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to get the configuration of a policy for a
given queue. |
| GetSubClusterPolicyConfigurationResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get the information about how a policy
should be configured via a SubClusterPolicyConfiguration. |
| GetSubClustersInfoRequest |
Request class to obtain information about all sub-clusters that are
participating in federation.
|
| GetSubClustersInfoResponse |
Response to a query with list of
SubClusterInfo about all
sub-clusters that are currently participating in Federation. |
| RouterMasterKeyRequest | |
| RouterMasterKeyResponse | |
| RouterRMTokenRequest | |
| RouterRMTokenResponse | |
| SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to set the policy configuration corresponding
to a queue. |
| SetSubClusterPolicyConfigurationResponse |
SetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to 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
FederationMembershipStateStore to 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
FederationMembershipStateStore to a periodic heartbeat to indicate
liveliness from a ResourceManager participating in federation. |
| SubClusterRegisterRequest |
SubClusterRegisterRequest is a request by a sub-cluster
ResourceManager to participate in federation. |
| SubClusterRegisterResponse |
SubClusterRegisterResponse contains the response from the
FederationMembershipStateStore to a registration request from a
ResourceManager to participate in federation. |
| UpdateApplicationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted application. |
| UpdateApplicationHomeSubClusterResponse |
UpdateApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to register the
home subcluster of a submitted application. |
| UpdateReservationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted reservation. |
| UpdateReservationHomeSubClusterResponse |
UpdateReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to register the
home subcluster of a submitted reservation. |
| Class | Description |
|---|---|
| AddApplicationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted application. |
| AddApplicationHomeSubClusterResponse |
AddApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to insert a
newly generated applicationId and its owner. |
| AddReservationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted Reservation. |
| AddReservationHomeSubClusterResponse |
AddReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to insert a
newly generated ReservationId and its owner. |
| DeleteApplicationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted application. |
| DeleteApplicationHomeSubClusterResponse |
DeleteApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted application. |
| DeletePoliciesConfigurationsRequest |
This class is used for handling queue policy deletion requests.
|
| DeletePoliciesConfigurationsResponse |
This class is used to respond to requests to delete PoliciesConfigurations.
|
| DeleteReservationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation. |
| DeleteReservationHomeSubClusterResponse |
DeleteReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted reservation. |
| DeleteSubClusterPoliciesConfigurationsRequest |
This class is used to respond to queue deletion requests and contains a list of queues.
|
| DeleteSubClusterPoliciesConfigurationsResponse |
DeleteSubClusterPoliciesConfigurationsResponse contains the answer from the
FederationPolicyStore to a request to delete policy configurations
for given queues. |
| GetApplicationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ApplicationId. |
| GetApplicationHomeSubClusterResponse |
The response sent by
Federation state
store to 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
store to a query for the home subcluster of all submitted
applications. |
| GetReservationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ReservationId. |
| GetReservationHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of a newly submitted
reservation. |
| GetReservationsHomeSubClusterRequest |
Request class to obtain the home sub-cluster mapping of all active
reservations.
|
| GetReservationsHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of all submitted
reservations. |
| GetSubClusterInfoRequest |
Request class to obtain information about a sub-cluster identified by its
SubClusterId. |
| GetSubClusterInfoResponse |
Response to a query with
SubClusterInfo about a sub-cluster. |
| GetSubClusterPoliciesConfigurationsRequest |
GetSubClusterPoliciesConfigurationsRequest is a request to the
FederationPolicyStore to obtain all policy configurations. |
| GetSubClusterPoliciesConfigurationsResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration. |
| GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to get the configuration of a policy for a
given queue. |
| GetSubClusterPolicyConfigurationResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get the information about how a policy
should be configured via a SubClusterPolicyConfiguration. |
| GetSubClustersInfoRequest |
Request class to obtain information about all sub-clusters that are
participating in federation.
|
| GetSubClustersInfoResponse |
Response to a query with list of
SubClusterInfo about all
sub-clusters that are currently participating in Federation. |
| RouterMasterKeyRequest | |
| RouterMasterKeyResponse | |
| RouterRMDTSecretManagerState | |
| RouterRMTokenRequest | |
| RouterRMTokenResponse | |
| SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to set the policy configuration corresponding
to a queue. |
| SetSubClusterPolicyConfigurationResponse |
SetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to 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
FederationMembershipStateStore to 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
FederationMembershipStateStore to a periodic heartbeat to indicate
liveliness from a ResourceManager 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
ResourceManager to participate in federation. |
| SubClusterRegisterResponse |
SubClusterRegisterResponse contains the response from the
FederationMembershipStateStore to a registration request from a
ResourceManager to participate in federation. |
| UpdateApplicationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted application. |
| UpdateApplicationHomeSubClusterResponse |
UpdateApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to register the
home subcluster of a submitted application. |
| UpdateReservationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted reservation. |
| UpdateReservationHomeSubClusterResponse |
UpdateReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to register the
home subcluster of a submitted reservation. |
| Class | Description |
|---|---|
| AddApplicationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted application. |
| AddApplicationHomeSubClusterResponse |
AddApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to insert a
newly generated applicationId and its owner. |
| AddReservationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted Reservation. |
| AddReservationHomeSubClusterResponse |
AddReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to insert a
newly generated ReservationId 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 store to delete the mapping of
home subcluster of a submitted application. |
| DeleteApplicationHomeSubClusterResponse |
DeleteApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted application. |
| DeletePoliciesConfigurationsRequest |
This class is used for handling queue policy deletion requests.
|
| DeletePoliciesConfigurationsResponse |
This class is used to respond to requests to delete PoliciesConfigurations.
|
| DeleteReservationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation. |
| DeleteReservationHomeSubClusterResponse |
DeleteReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted reservation. |
| DeleteSubClusterPoliciesConfigurationsRequest |
This class is used to respond to queue deletion requests and contains a list of queues.
|
| DeleteSubClusterPoliciesConfigurationsResponse |
DeleteSubClusterPoliciesConfigurationsResponse contains the answer from the
FederationPolicyStore to a request to delete policy configurations
for given queues. |
| GetApplicationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ApplicationId. |
| GetApplicationHomeSubClusterResponse |
The response sent by
Federation state
store to 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
store to a query for the home subcluster of all submitted
applications. |
| GetReservationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ReservationId. |
| GetReservationHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of a newly submitted
reservation. |
| GetReservationsHomeSubClusterRequest |
Request class to obtain the home sub-cluster mapping of all active
reservations.
|
| GetReservationsHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of all submitted
reservations. |
| GetSubClusterInfoRequest |
Request class to obtain information about a sub-cluster identified by its
SubClusterId. |
| GetSubClusterInfoResponse |
Response to a query with
SubClusterInfo about a sub-cluster. |
| GetSubClusterPoliciesConfigurationsRequest |
GetSubClusterPoliciesConfigurationsRequest is a request to the
FederationPolicyStore to obtain all policy configurations. |
| GetSubClusterPoliciesConfigurationsResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration. |
| GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to get the configuration of a policy for a
given queue. |
| GetSubClusterPolicyConfigurationResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get the information about how a policy
should be configured via a SubClusterPolicyConfiguration. |
| GetSubClustersInfoRequest |
Request class to obtain information about all sub-clusters that are
participating in federation.
|
| GetSubClustersInfoResponse |
Response to a query with list of
SubClusterInfo about all
sub-clusters that are currently participating in Federation. |
| ReservationHomeSubCluster |
ReservationHomeSubCluster is a report of the runtime information of the
reservation that is running in the federated cluster.
|
| RouterMasterKey | |
| RouterMasterKeyRequest | |
| RouterMasterKeyResponse | |
| RouterRMTokenRequest | |
| RouterRMTokenResponse | |
| RouterStoreToken | |
| SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to set the policy configuration corresponding
to a queue. |
| SetSubClusterPolicyConfigurationResponse |
SetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to 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
FederationMembershipStateStore to 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
FederationMembershipStateStore to a periodic heartbeat to indicate
liveliness from a ResourceManager 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.
|
| SubClusterPolicyConfiguration |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| SubClusterRegisterRequest |
SubClusterRegisterRequest is a request by a sub-cluster
ResourceManager to participate in federation. |
| SubClusterRegisterResponse |
SubClusterRegisterResponse contains the response from the
FederationMembershipStateStore to a registration request from a
ResourceManager to participate in federation. |
| SubClusterState |
State of a
SubCluster. |
| UpdateApplicationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted application. |
| UpdateApplicationHomeSubClusterResponse |
UpdateApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to register the
home subcluster of a submitted application. |
| UpdateReservationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted reservation. |
| UpdateReservationHomeSubClusterResponse |
UpdateReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to register the
home subcluster of a submitted reservation. |
| Class | Description |
|---|---|
| AddApplicationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted application. |
| AddApplicationHomeSubClusterResponse |
AddApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to insert a
newly generated applicationId and its owner. |
| AddReservationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted Reservation. |
| AddReservationHomeSubClusterResponse |
AddReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to insert a
newly generated ReservationId 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 store to delete the mapping of
home subcluster of a submitted application. |
| DeleteApplicationHomeSubClusterResponse |
DeleteApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted application. |
| DeletePoliciesConfigurationsRequest |
This class is used for handling queue policy deletion requests.
|
| DeletePoliciesConfigurationsResponse |
This class is used to respond to requests to delete PoliciesConfigurations.
|
| DeleteReservationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation. |
| DeleteReservationHomeSubClusterResponse |
DeleteReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to delete the mapping
of home subcluster of a submitted reservation. |
| DeleteSubClusterPoliciesConfigurationsRequest |
This class is used to respond to queue deletion requests and contains a list of queues.
|
| DeleteSubClusterPoliciesConfigurationsResponse |
DeleteSubClusterPoliciesConfigurationsResponse contains the answer from the
FederationPolicyStore to a request to delete policy configurations
for given queues. |
| GetApplicationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ApplicationId. |
| GetApplicationHomeSubClusterResponse |
The response sent by
Federation state
store to 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
store to a query for the home subcluster of all submitted
applications. |
| GetReservationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ReservationId. |
| GetReservationHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of a newly submitted
reservation. |
| GetReservationsHomeSubClusterRequest |
Request class to obtain the home sub-cluster mapping of all active
reservations.
|
| GetReservationsHomeSubClusterResponse |
The response sent by
Federation state
store to a query for the home subcluster of all submitted
reservations. |
| GetSubClusterInfoRequest |
Request class to obtain information about a sub-cluster identified by its
SubClusterId. |
| GetSubClusterInfoResponse |
Response to a query with
SubClusterInfo about a sub-cluster. |
| GetSubClusterPoliciesConfigurationsRequest |
GetSubClusterPoliciesConfigurationsRequest is a request to the
FederationPolicyStore to obtain all policy configurations. |
| GetSubClusterPoliciesConfigurationsResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration. |
| GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to get the configuration of a policy for a
given queue. |
| GetSubClusterPolicyConfigurationResponse |
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to a request to get the information about how a policy
should be configured via a SubClusterPolicyConfiguration. |
| GetSubClustersInfoRequest |
Request class to obtain information about all sub-clusters that are
participating in federation.
|
| GetSubClustersInfoResponse |
Response to a query with list of
SubClusterInfo about all
sub-clusters that are currently participating in Federation. |
| ReservationHomeSubCluster |
ReservationHomeSubCluster is a report of the runtime information of the
reservation that is running in the federated cluster.
|
| RouterMasterKey | |
| RouterMasterKeyRequest | |
| RouterMasterKeyResponse | |
| RouterRMTokenRequest | |
| RouterRMTokenResponse | |
| RouterStoreToken | |
| SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to set the policy configuration corresponding
to a queue. |
| SetSubClusterPolicyConfigurationResponse |
SetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStore to 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
FederationMembershipStateStore to 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
FederationMembershipStateStore to a periodic heartbeat to indicate
liveliness from a ResourceManager 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.
|
| SubClusterPolicyConfiguration |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| SubClusterRegisterRequest |
SubClusterRegisterRequest is a request by a sub-cluster
ResourceManager to participate in federation. |
| SubClusterRegisterResponse |
SubClusterRegisterResponse contains the response from the
FederationMembershipStateStore to a registration request from a
ResourceManager to participate in federation. |
| SubClusterState |
State of a
SubCluster. |
| UpdateApplicationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted application. |
| UpdateApplicationHomeSubClusterResponse |
UpdateApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStore to a request to register the
home subcluster of a submitted application. |
| UpdateReservationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted reservation. |
| UpdateReservationHomeSubClusterResponse |
UpdateReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStore to a request to register the
home subcluster of a submitted reservation. |
| Class | Description |
|---|---|
| RouterMasterKey | |
| RouterStoreToken |
| Class | Description |
|---|---|
| AddApplicationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted application. |
| AddReservationHomeSubClusterRequest |
The request sent by the
Router to Federation state
store to map the home subcluster of a newly submitted Reservation. |
| DeleteApplicationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted application. |
| DeleteReservationHomeSubClusterRequest |
The request to
Federation state store to delete the mapping of
home subcluster of a submitted reservation. |
| DeleteSubClusterPoliciesConfigurationsRequest |
This class is used to respond to queue deletion requests and contains a list of queues.
|
| GetApplicationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ApplicationId. |
| GetReservationHomeSubClusterRequest |
Request class to obtain the home sub-cluster for the specified
ReservationId. |
| GetSubClusterInfoRequest |
Request class to obtain information about a sub-cluster identified by its
SubClusterId. |
| GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to get the configuration of a policy for a
given queue. |
| RouterMasterKeyRequest | |
| RouterRMTokenRequest | |
| SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStore to 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
ResourceManager to participate in federation. |
| UpdateApplicationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted application. |
| UpdateReservationHomeSubClusterRequest |
The request sent by the
Router to
Federation state store to update the home subcluster of a newly
submitted reservation. |
| Class | Description |
|---|---|
| ApplicationHomeSubCluster |
ApplicationHomeSubCluster is a report of the runtime information of the
application that is running in the federated cluster.
|
| ReservationHomeSubCluster |
ReservationHomeSubCluster is a report of the runtime information of the
reservation that is running in the federated cluster.
|
| RouterMasterKeyResponse | |
| RouterRMTokenResponse | |
| 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 |
SubClusterPolicyConfiguration is a class that represents a
configuration of a policy. |
| SubClusterState |
State of a
SubCluster. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.