|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.couchbase.client.vbucket.config.VBucket
public class VBucket
A VBucket.
Field Summary | |
---|---|
static int |
MAX_BUCKETS
|
static int |
MAX_REPLICAS
|
Constructor Summary | |
---|---|
VBucket(int m,
int[] r)
|
Method Summary | |
---|---|
int |
getMaster()
|
int |
getReplica(int n)
|
void |
setMaster(int rv)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_REPLICAS
public static final int MAX_BUCKETS
Constructor Detail |
---|
public VBucket(int m, int[] r)
Method Detail |
---|
public int getMaster()
public int getReplica(int n)
public void setMaster(int rv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |