Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
Packages that use AddApplicationHomeSubClusterRequest
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 AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type AddApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationApplicationHomeSubClusterStore.addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest request) Register the homeSubClusterIdof the newly submittedApplicationId. -
Uses of AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type AddApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest request) SQLFederationStateStore.addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest request) ZookeeperFederationStateStore.addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest request) Register the homeSubClusterIdof the newly submittedApplicationId. -
Uses of AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return AddApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionAddApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) -
Uses of AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofAddApplicationHomeSubClusterRequest. -
Uses of AddApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type AddApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationApplicationHomeSubClusterStoreInputValidator.validate(AddApplicationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).