public class SubClusterResult<R> extends Object
Constructor and Description |
---|
SubClusterResult() |
SubClusterResult(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subCluster,
R res,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
R |
getResponse() |
org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo |
getSubClusterInfo() |
void |
setException(Exception exception) |
void |
setResponse(R response) |
void |
setSubClusterInfo(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subClusterInfo) |
public org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo getSubClusterInfo()
public void setSubClusterInfo(org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo subClusterInfo)
public Exception getException()
public void setException(Exception exception)
public R getResponse()
public void setResponse(R response)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.