GetSubClusterPolicyConfigurationRequestPBImpl@Private
@Unstable
public abstract class GetSubClusterPolicyConfigurationRequest
extends java.lang.Object
FederationPolicyStore to get the configuration of a policy for a
given queue.| Constructor | Description |
|---|---|
GetSubClusterPolicyConfigurationRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getQueue() |
Get the name of the queue for which we are requesting a policy
configuration.
|
static GetSubClusterPolicyConfigurationRequest |
newInstance(java.lang.String queueName) |
|
abstract void |
setQueue(java.lang.String queueName) |
Sets the name of the queue for which we are requesting a policy
configuration.
|
public GetSubClusterPolicyConfigurationRequest()
@Private @Unstable public static GetSubClusterPolicyConfigurationRequest newInstance(java.lang.String queueName)
@Public @Unstable public abstract java.lang.String getQueue()
@Private @Unstable public abstract void setQueue(java.lang.String queueName)
queueName - the name of the queueCopyright © 2008–2025 Apache Software Foundation. All rights reserved.