Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
Packages that use GetSubClusterInfoRequest
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 GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type GetSubClusterInfoRequestModifier and TypeMethodDescriptionFederationMembershipStateStore.getSubCluster(GetSubClusterInfoRequest subClusterRequest) Get the membership information of subcluster as identified bySubClusterId. -
Uses of GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type GetSubClusterInfoRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.getSubCluster(GetSubClusterInfoRequest request) SQLFederationStateStore.getSubCluster(GetSubClusterInfoRequest subClusterRequest) ZookeeperFederationStateStore.getSubCluster(GetSubClusterInfoRequest request) -
Uses of GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetSubClusterInfoRequestModifier and TypeMethodDescriptionstatic GetSubClusterInfoRequestGetSubClusterInfoRequest.newInstance(SubClusterId subClusterId) -
Uses of GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetSubClusterInfoRequest. -
Uses of GetSubClusterInfoRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type GetSubClusterInfoRequestModifier and TypeMethodDescriptionstatic voidFederationMembershipStateStoreInputValidator.validate(GetSubClusterInfoRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).