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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Config |
getConfig() |
java.lang.String |
getName() |
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.
|
public java.lang.String getName()
public Config getConfig()
public java.net.URI getStreamingURI()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isNotUpdating()
public final void setIsNotUpdating()
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.