Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterRequest
Packages that use SubClusterRegisterRequest
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 SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type SubClusterRegisterRequestModifier and TypeMethodDescriptionFederationMembershipStateStore.registerSubCluster(SubClusterRegisterRequest registerSubClusterRequest) Register a subcluster by publishing capabilities as represented bySubClusterInfoto indicate participation in federation. -
Uses of SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type SubClusterRegisterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.registerSubCluster(SubClusterRegisterRequest request) SQLFederationStateStore.registerSubCluster(SubClusterRegisterRequest registerSubClusterRequest) ZookeeperFederationStateStore.registerSubCluster(SubClusterRegisterRequest request) -
Uses of SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return SubClusterRegisterRequestModifier and TypeMethodDescriptionstatic SubClusterRegisterRequestSubClusterRegisterRequest.newInstance(SubClusterInfo subClusterInfo) -
Uses of SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofSubClusterRegisterRequest. -
Uses of SubClusterRegisterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type SubClusterRegisterRequestModifier and TypeMethodDescriptionstatic voidFederationMembershipStateStoreInputValidator.validate(SubClusterRegisterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).