Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
Packages that use UpdateApplicationHomeSubClusterRequest
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.
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.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type UpdateApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationApplicationHomeSubClusterStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) Update the homeSubClusterIdof a previously submittedApplicationId. -
Uses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type UpdateApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) SQLFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) ZookeeperFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) Update the homeSubClusterIdof a previously submittedApplicationId. -
Uses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return UpdateApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionUpdateApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) -
Uses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofUpdateApplicationHomeSubClusterRequest. -
Uses of UpdateApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type UpdateApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationApplicationHomeSubClusterStoreInputValidator.validate(UpdateApplicationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).