Class RouterAppInfoCacheKey
java.lang.Object
org.apache.hadoop.yarn.server.router.webapp.cache.RouterAppInfoCacheKey
-
Constructor Summary
ConstructorsConstructorDescriptionRouterAppInfoCacheKey(org.apache.hadoop.security.UserGroupInformation ugi, String stateQuery, Set<String> statesQuery, String finalStatusQuery, String userQuery, String queueQuery, String count, String startedBegin, String startedEnd, String finishBegin, String finishEnd, Set<String> applicationTypes, Set<String> applicationTags, String name, Set<String> unselectedFields) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static RouterAppInfoCacheKeynewInstance(javax.servlet.http.HttpServletRequest hsr, String stateQuery, Set<String> statesQuery, String finalStatusQuery, String userQuery, String queueQuery, String count, String startedBegin, String startedEnd, String finishBegin, String finishEnd, Set<String> applicationTypes, Set<String> applicationTags, String name, Set<String> unselectedFields)
-
Constructor Details
-
RouterAppInfoCacheKey
public RouterAppInfoCacheKey() -
RouterAppInfoCacheKey
public RouterAppInfoCacheKey(org.apache.hadoop.security.UserGroupInformation ugi, String stateQuery, Set<String> statesQuery, String finalStatusQuery, String userQuery, String queueQuery, String count, String startedBegin, String startedEnd, String finishBegin, String finishEnd, Set<String> applicationTypes, Set<String> applicationTags, String name, Set<String> unselectedFields)
-
-
Method Details
-
newInstance
public static RouterAppInfoCacheKey newInstance(javax.servlet.http.HttpServletRequest hsr, String stateQuery, Set<String> statesQuery, String finalStatusQuery, String userQuery, String queueQuery, String count, String startedBegin, String startedEnd, String finishBegin, String finishEnd, Set<String> applicationTypes, Set<String> applicationTags, String name, Set<String> unselectedFields) -
equals
-
hashCode
public int hashCode()
-