Package com.couchbase.client.core.config
Interface Partition
-
- All Known Implementing Classes:
DefaultPartition
public interface Partition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
master()
Returns the master node index for this partition.short
replica(int num)
Returns the replica index for this partition.
-