public class VBucket
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_BUCKETS |
static short |
MAX_REPLICAS |
static short |
REPLICA_NOT_USED |
Constructor and Description |
---|
VBucket(short m) |
VBucket(short m,
short r1) |
VBucket(short m,
short r1,
short r2) |
VBucket(short m,
short r1,
short r2,
short r3) |
Modifier and Type | Method and Description |
---|---|
int |
getMaster() |
int |
getReplica(int n) |
void |
setMaster(short rv) |
java.lang.String |
toString() |
public static final short MAX_REPLICAS
public static final int MAX_BUCKETS
public static final short REPLICA_NOT_USED
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.