org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Class RefreshSuperUserGroupsConfigurationResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationResponse
      extended by org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class RefreshSuperUserGroupsConfigurationResponsePBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationResponse


Constructor Summary
RefreshSuperUserGroupsConfigurationResponsePBImpl()
           
RefreshSuperUserGroupsConfigurationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto getProto()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefreshSuperUserGroupsConfigurationResponsePBImpl

public RefreshSuperUserGroupsConfigurationResponsePBImpl()

RefreshSuperUserGroupsConfigurationResponsePBImpl

public RefreshSuperUserGroupsConfigurationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto getProto()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.