Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
Packages that use GetApplicationHomeSubClusterRequest
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 GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type GetApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationApplicationHomeSubClusterStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) Get information about the application identified by the inputApplicationId. -
Uses of GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type GetApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) SQLFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) ZookeeperFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) Get information about the application identified by the inputApplicationId. -
Uses of GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionGetApplicationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId) GetApplicationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, boolean containsAppSubmissionContext) -
Uses of GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetApplicationHomeSubClusterRequest. -
Uses of GetApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type GetApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationApplicationHomeSubClusterStoreInputValidator.validate(GetApplicationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).