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