Class SubClusterResult<R>
java.lang.Object
org.apache.hadoop.yarn.server.router.webapp.dao.SubClusterResult<R>
-
Constructor Summary
ConstructorsConstructorDescriptionSubClusterResult(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subCluster, R res, Exception ex) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.server.federation.store.records.SubClusterInfovoidsetException(Exception exception) voidsetResponse(R response) voidsetSubClusterInfo(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subClusterInfo)
-
Constructor Details
-
SubClusterResult
public SubClusterResult() -
SubClusterResult
-
-
Method Details
-
getSubClusterInfo
public org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo getSubClusterInfo() -
setSubClusterInfo
public void setSubClusterInfo(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subClusterInfo) -
getException
-
setException
-
getResponse
-
setResponse
-