org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationsRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationsRequestPBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationsRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest


Constructor Summary
GetApplicationsRequestPBImpl()
           
GetApplicationsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> getApplicationStates()
           
 Set<String> getApplicationTypes()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto getProto()
           
 int hashCode()
           
 void setApplicationStates(EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> applicationStates)
           
 void setApplicationTypes(Set<String> applicationTypes)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
newInstance, newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationsRequestPBImpl

public GetApplicationsRequestPBImpl()

GetApplicationsRequestPBImpl

public GetApplicationsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto getProto()

getApplicationTypes

public Set<String> getApplicationTypes()
Specified by:
getApplicationTypes in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest

setApplicationTypes

public void setApplicationTypes(Set<String> applicationTypes)
Specified by:
setApplicationTypes in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest

getApplicationStates

public EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> getApplicationStates()
Specified by:
getApplicationStates in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest

setApplicationStates

public void setApplicationStates(EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> applicationStates)
Specified by:
setApplicationStates in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest

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.