See: Description
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 | |
RouterRMDTSecretManagerState | |
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.
|
SubClusterIdInfo |
This class represent a sub-cluster identifier in the JSON representation
of the policy configuration.
|
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. |
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. |
Enum | Description |
---|---|
SubClusterState |
State of a
SubCluster . |
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.