Uses of Interface
org.apache.hadoop.ipc.RefreshHandler

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

Uses of RefreshHandler in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc with parameters of type RefreshHandler
 void RefreshRegistry.register(String identifier, RefreshHandler handler)
          Registers an object as a handler for a given identity.
 boolean RefreshRegistry.unregister(String identifier, RefreshHandler handler)
          Remove the registered object for a given identity.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.