@InterfaceAudience.Private @InterfaceStability.Unstable public class GetSubClusterPoliciesConfigurationsResponsePBImpl extends GetSubClusterPoliciesConfigurationsResponse
GetSubClusterPoliciesConfigurationsResponse
.Constructor and Description |
---|
GetSubClusterPoliciesConfigurationsResponsePBImpl() |
GetSubClusterPoliciesConfigurationsResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsResponseProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<SubClusterPolicyConfiguration> |
getPoliciesConfigs()
Get all the policies configured in the system.
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsResponseProto |
getProto() |
int |
hashCode() |
void |
setPoliciesConfigs(List<SubClusterPolicyConfiguration> policyConfigurations)
Sets all the policies configured in the system.
|
String |
toString() |
newInstance
public GetSubClusterPoliciesConfigurationsResponsePBImpl()
public GetSubClusterPoliciesConfigurationsResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsResponseProto getProto()
public List<SubClusterPolicyConfiguration> getPoliciesConfigs()
GetSubClusterPoliciesConfigurationsResponse
getPoliciesConfigs
in class GetSubClusterPoliciesConfigurationsResponse
public void setPoliciesConfigs(List<SubClusterPolicyConfiguration> policyConfigurations)
GetSubClusterPoliciesConfigurationsResponse
setPoliciesConfigs
in class GetSubClusterPoliciesConfigurationsResponse
policyConfigurations
- all the policies configured in the systemCopyright © 2008–2020 Apache Software Foundation. All rights reserved.