@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetSubClusterInfoResponse extends Object
SubClusterInfo
about a sub-cluster.Constructor and Description |
---|
GetSubClusterInfoResponse() |
Modifier and Type | Method and Description |
---|---|
abstract SubClusterInfo |
getSubClusterInfo()
Get the
SubClusterInfo encapsulating the information about the
sub-cluster. |
static GetSubClusterInfoResponse |
newInstance(SubClusterInfo subClusterInfo) |
abstract void |
setSubClusterInfo(SubClusterInfo subClusterInfo)
Set the
SubClusterInfo encapsulating the information about the
sub-cluster. |
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetSubClusterInfoResponse newInstance(SubClusterInfo subClusterInfo)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract SubClusterInfo getSubClusterInfo()
SubClusterInfo
encapsulating the information about the
sub-cluster.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setSubClusterInfo(SubClusterInfo subClusterInfo)
SubClusterInfo
encapsulating the information about the
sub-cluster.subClusterInfo
- the information pertaining to the sub-clusterCopyright © 2008–2023 Apache Software Foundation. All rights reserved.