Interface IClientManager<K,​V>

  • All Known Implementing Classes:
    ClientManager

    @ThreadSafe
    public interface IClientManager<K,​V>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  IClientManager.Factory<K,​V>  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V borrowClient​(K node)
      get a client V for node K from the IClientManager.
      void clear​(K node)
      clear all clients for node K.
      void close()
      close IClientManager, which means closing all clients for all nodes.