Uses of Class
org.apache.hadoop.ipc.RefreshResponse

Packages that use RefreshResponse
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.ipc.protocolPB   
 

Uses of RefreshResponse in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc that return RefreshResponse
 RefreshResponse RefreshHandler.handleRefresh(String identifier, String[] args)
          Implement this method to accept refresh requests from the administrator.
static RefreshResponse RefreshResponse.successResponse()
          Convenience method to create a response for successful refreshes.
 

Methods in org.apache.hadoop.ipc that return types with arguments of type RefreshResponse
 Collection<RefreshResponse> RefreshRegistry.dispatch(String identifier, String[] args)
          Lookup the responsible handler and return its result.
 

Uses of RefreshResponse in org.apache.hadoop.ipc.protocolPB
 

Methods in org.apache.hadoop.ipc.protocolPB that return types with arguments of type RefreshResponse
 Collection<RefreshResponse> GenericRefreshProtocolClientSideTranslatorPB.refresh(String identifier, String[] args)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.