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