Class ClusterConfiguration

java.lang.Object
net.spy.memcached.config.ClusterConfiguration

public class ClusterConfiguration extends Object
A type to capture the configuration version number and the server list contained the response for getConfig API for "cluster" configuration type.
  • Constructor Details

    • ClusterConfiguration

      public ClusterConfiguration(long configVersion, List<NodeEndPoint> cacheNodeEndPoints)
  • Method Details