com.hazelcast.client.connection
Class Router

java.lang.Object
  extended by com.hazelcast.client.connection.Router

public class Router
extends Object

TODO: Do we want to keep the router? It can't carry its weight since it only delegates to the LoadBalancer.


Constructor Summary
Router(LoadBalancer loadBalancer)
           
 
Method Summary
 Address next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Router

public Router(LoadBalancer loadBalancer)
Method Detail

next

public Address next()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.