Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.cache |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
protected FederationCache.CacheRequest<String,FederationCache.CacheResponse<SubClusterId>> |
FederationCache.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.
|
protected FederationCache.CacheRequest<String,FederationCache.CacheResponse<SubClusterInfo>> |
FederationCache.buildGetSubClustersCacheRequest(String cacheKey,
boolean filterInactiveSubClusters)
Build GetSubClusters CacheRequest.
|
Modifier and Type | Method and Description |
---|---|
org.ehcache.Cache<String,FederationCache.CacheRequest> |
FederationJCache.getCache() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.