Uses of Interface
org.apache.hadoop.yarn.server.api.records.RegistrationResponse

Packages that use RegistrationResponse
org.apache.hadoop.yarn.server.api.protocolrecords   
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.server.api.records.impl.pb   
 

Uses of RegistrationResponse in org.apache.hadoop.yarn.server.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return RegistrationResponse
 RegistrationResponse RegisterNodeManagerResponse.getRegistrationResponse()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type RegistrationResponse
 void RegisterNodeManagerResponse.setRegistrationResponse(RegistrationResponse registrationResponse)
           
 

Uses of RegistrationResponse in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return RegistrationResponse
 RegistrationResponse RegisterNodeManagerResponsePBImpl.getRegistrationResponse()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type RegistrationResponse
 void RegisterNodeManagerResponsePBImpl.setRegistrationResponse(RegistrationResponse registrationResponse)
           
 

Uses of RegistrationResponse in org.apache.hadoop.yarn.server.api.records.impl.pb
 

Classes in org.apache.hadoop.yarn.server.api.records.impl.pb that implement RegistrationResponse
 class RegistrationResponsePBImpl
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.