Uses of Class
org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheRequest
Packages that use FederationCache.CacheRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of FederationCache.CacheRequest in org.apache.hadoop.yarn.server.federation.cache
Methods in org.apache.hadoop.yarn.server.federation.cache that return FederationCache.CacheRequestModifier and TypeMethodDescriptionFederationCache.buildGetApplicationHomeSubClusterRequest(String cacheKey, org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Build GetApplicationHomeSubCluster CacheRequest.protected FederationCache.CacheRequest<String,FederationCache.CacheResponse<SubClusterPolicyConfiguration>> FederationCache.buildGetPoliciesConfigurationsCacheRequest(String cacheKey) Build GetPoliciesConfigurations CacheRequest.FederationCache.buildGetSubClustersCacheRequest(String cacheKey, boolean filterInactiveSubClusters) Build GetSubClusters CacheRequest.Methods in org.apache.hadoop.yarn.server.federation.cache that return types with arguments of type FederationCache.CacheRequestModifier and TypeMethodDescriptionorg.ehcache.Cache<String,FederationCache.CacheRequest> FederationJCache.getCache()Methods in org.apache.hadoop.yarn.server.federation.cache with parameters of type FederationCache.CacheRequestModifier and TypeMethodDescriptionstatic Map<String,SubClusterPolicyConfiguration> FederationCache.buildPolicyConfigMap(FederationCache.CacheRequest<String, ?> cacheRequest) According to the cacheRequest, build PolicyConfigMap.static Map<SubClusterId,SubClusterInfo> FederationCache.buildSubClusterInfoMap(FederationCache.CacheRequest<String, ?> cacheRequest) According to the cacheRequest, build SubClusterInfoMap.