SubClusterRegisterRequestPBImpl@Private
@Unstable
public abstract class SubClusterRegisterRequest
extends java.lang.Object
SubClusterRegisterRequest is a request by a sub-cluster
ResourceManager to participate in federation.
It includes information such as:
SubClusterIdFederationsubClusterState| Constructor | Description |
|---|---|
SubClusterRegisterRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract SubClusterInfo |
getSubClusterInfo() |
Get the
SubClusterInfo encapsulating the information about the
sub-cluster. |
static SubClusterRegisterRequest |
newInstance(SubClusterInfo subClusterInfo) |
|
abstract void |
setSubClusterInfo(SubClusterInfo subClusterInfo) |
Set the
SubClusterInfo encapsulating the information about the
sub-cluster. |
@Private @Unstable public static SubClusterRegisterRequest newInstance(SubClusterInfo subClusterInfo)
@Public @Unstable public abstract SubClusterInfo getSubClusterInfo()
SubClusterInfo encapsulating the information about the
sub-cluster.@Public @Unstable public abstract void setSubClusterInfo(SubClusterInfo subClusterInfo)
SubClusterInfo encapsulating the information about the
sub-cluster.subClusterInfo - the information pertaining to the sub-clusterCopyright © 2008–2025 Apache Software Foundation. All rights reserved.