Package com.couchbase.client.core.config
Class Partition
- java.lang.Object
-
- com.couchbase.client.core.config.Partition
-
public class Partition extends Object
-
-
Constructor Detail
-
Partition
public Partition(short active, short[] replicas)Creates a newPartition.- Parameters:
active- the array index of the activereplicas- the array indexes of the replicas.
-
-