Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
Packages that use SubClusterDeregisterRequest
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 SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type SubClusterDeregisterRequestModifier and TypeMethodDescriptionFederationMembershipStateStore.deregisterSubCluster(SubClusterDeregisterRequest subClusterDeregisterRequest) Deregister a subcluster identified bySubClusterIdto change state in federation. -
Uses of SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type SubClusterDeregisterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.deregisterSubCluster(SubClusterDeregisterRequest request) SQLFederationStateStore.deregisterSubCluster(SubClusterDeregisterRequest subClusterDeregisterRequest) ZookeeperFederationStateStore.deregisterSubCluster(SubClusterDeregisterRequest request) -
Uses of SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return SubClusterDeregisterRequestModifier and TypeMethodDescriptionstatic SubClusterDeregisterRequestSubClusterDeregisterRequest.newInstance(SubClusterId subClusterId, SubClusterState subClusterState) -
Uses of SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofSubClusterDeregisterRequest. -
Uses of SubClusterDeregisterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type SubClusterDeregisterRequestModifier and TypeMethodDescriptionstatic voidFederationMembershipStateStoreInputValidator.validate(SubClusterDeregisterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).