net.spy.memcached.vbucket.config
Class Bucket

java.lang.Object
  extended by net.spy.memcached.vbucket.config.Bucket

public class Bucket
extends Object

Bucket configuration bean


Constructor Summary
Bucket(String name, Config configuration, URI streamingURI, List<Node> nodes)
           
 
Method Summary
 boolean equals(Object o)
           
 Config getConfig()
           
 String getName()
           
 URI getStreamingURI()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bucket

public Bucket(String name,
              Config configuration,
              URI streamingURI,
              List<Node> nodes)
Method Detail

getName

public String getName()

getConfig

public Config getConfig()

getStreamingURI

public URI getStreamingURI()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object