Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoResponse
Packages that use GetSubClustersInfoResponse
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 GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.cache
Methods in org.apache.hadoop.yarn.server.federation.cache with parameters of type GetSubClustersInfoResponseModifier and TypeMethodDescriptionstatic Map<SubClusterId,SubClusterInfo> FederationCache.buildSubClusterInfoMap(GetSubClustersInfoResponse response) According to the response, build SubClusterInfoMap. -
Uses of GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store that return GetSubClustersInfoResponseModifier and TypeMethodDescriptionFederationMembershipStateStore.getSubClusters(GetSubClustersInfoRequest subClustersRequest) Get the membership information of all the subclusters that are currently participating in federation. -
Uses of GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl that return GetSubClustersInfoResponseModifier and TypeMethodDescriptionMemoryFederationStateStore.getSubClusters(GetSubClustersInfoRequest request) SQLFederationStateStore.getSubClusters(GetSubClustersInfoRequest subClustersRequest) ZookeeperFederationStateStore.getSubClusters(GetSubClustersInfoRequest request) -
Uses of GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetSubClustersInfoResponseModifier and TypeMethodDescriptionstatic GetSubClustersInfoResponseGetSubClustersInfoResponse.newInstance(Collection<SubClusterInfo> subClusters) -
Uses of GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetSubClustersInfoResponse in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetSubClustersInfoResponse.