Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
Packages that use DeleteApplicationHomeSubClusterRequest
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 DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type DeleteApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationApplicationHomeSubClusterStore.deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest request) Delete the mapping of homeSubClusterIdof a previously submittedApplicationId. -
Uses of DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type DeleteApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest request) SQLFederationStateStore.deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest request) ZookeeperFederationStateStore.deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest request) Delete the mapping of homeSubClusterIdof a previously submittedApplicationId. -
Uses of DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return DeleteApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionDeleteApplicationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) -
Uses of DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofDeleteApplicationHomeSubClusterRequest. -
Uses of DeleteApplicationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type DeleteApplicationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationApplicationHomeSubClusterStoreInputValidator.validate(DeleteApplicationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).