Class GetSubClusterInfoRequest
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
- Direct Known Subclasses:
GetSubClusterInfoRequestPBImpl
Request class to obtain information about a sub-cluster identified by its
SubClusterId.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SubClusterIdGet theSubClusterIdrepresenting the unique identifier of the subcluster.static GetSubClusterInfoRequestnewInstance(SubClusterId subClusterId) abstract voidsetSubClusterId(SubClusterId subClusterId) Set theSubClusterIdrepresenting the unique identifier of the subcluster.
-
Constructor Details
-
GetSubClusterInfoRequest
public GetSubClusterInfoRequest()
-
-
Method Details
-
newInstance
-
getSubClusterId
Get theSubClusterIdrepresenting the unique identifier of the subcluster.- Returns:
- the subcluster identifier
-
setSubClusterId
Set theSubClusterIdrepresenting the unique identifier of the subcluster.- Parameters:
subClusterId- the subcluster identifier
-