GetSubClusterInfoResponsePBImpl@Private
@Unstable
public abstract class GetSubClusterInfoResponse
extends java.lang.Object
SubClusterInfo about a sub-cluster.| Constructor | Description |
|---|---|
GetSubClusterInfoResponse() |
| Modifier and Type | Method | 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. |
@Private @Unstable public static GetSubClusterInfoResponse newInstance(SubClusterInfo subClusterInfo)
@Public @Unstable public abstract SubClusterInfo getSubClusterInfo()
SubClusterInfo encapsulating the information about the
sub-cluster.@Private @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.