public class Bucket
extends java.lang.Object
Constructor and Description |
---|
Bucket(java.lang.String name,
Config configuration,
java.net.URI streamingURI,
java.util.List<Node> nodes,
long revision) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Config |
getConfig() |
java.lang.String |
getName() |
long |
getRevision() |
java.net.URI |
getStreamingURI() |
int |
hashCode() |
boolean |
isNotUpdating()
Indicates whether or not the bucket is being monitored for updates.
|
void |
setIsNotUpdating()
Mark this bucket as not receiving updates.
|
java.lang.String |
toString() |
public java.lang.String getName()
public Config getConfig()
public java.net.URI getStreamingURI()
public long getRevision()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isNotUpdating()
public final void setIsNotUpdating()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.