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