public class DefaultBucketInfo extends Object implements BucketInfo
BucketInfo.| Modifier and Type | Method and Description |
|---|---|
static DefaultBucketInfo |
create(JsonObject raw) |
String |
name()
The name of the bucket.
|
int |
nodeCount()
The number of nodes on the bucket.
|
List<InetAddress> |
nodeList()
Returns a list of nodes that is interacting with the bucket.
|
JsonObject |
raw()
Raw JSON server response for advanced analysis.
|
int |
replicaCount()
The number of replicas configured.
|
String |
toString() |
BucketType |
type()
The type of the bucket.
|
public static DefaultBucketInfo create(JsonObject raw)
public String name()
BucketInfoname in interface BucketInfopublic BucketType type()
BucketInfotype in interface BucketInfopublic int nodeCount()
BucketInfonodeCount in interface BucketInfopublic int replicaCount()
BucketInforeplicaCount in interface BucketInfopublic List<InetAddress> nodeList()
BucketInfonodeList in interface BucketInfopublic JsonObject raw()
BucketInforaw in interface BucketInfoCopyright © 2015 Couchbase, Inc.