@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetSubClusterInfoRequest extends Object
SubClusterId.| Constructor and Description | 
|---|
| GetSubClusterInfoRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SubClusterId | getSubClusterId()Get the  SubClusterIdrepresenting the unique identifier of the
 subcluster. | 
| static GetSubClusterInfoRequest | newInstance(SubClusterId subClusterId) | 
| abstract void | setSubClusterId(SubClusterId subClusterId)Set the  SubClusterIdrepresenting the unique identifier of the
 subcluster. | 
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetSubClusterInfoRequest newInstance(SubClusterId subClusterId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract SubClusterId getSubClusterId()
SubClusterId representing the unique identifier of the
 subcluster.@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setSubClusterId(SubClusterId subClusterId)
SubClusterId representing the unique identifier of the
 subcluster.subClusterId - the subcluster identifierCopyright © 2008–2023 Apache Software Foundation. All rights reserved.