Uses of Class
com.couchbase.client.core.topology.PartitionTopology
-
Uses of PartitionTopology in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionPartitionMap.get
(int partition) static PartitionTopology
PartitionTopology.parse
(List<HostAndServicePorts> allNodes, List<Integer> partitionNodeIndexes) Modifier and TypeMethodDescriptionvoid
PartitionMap.forEach
(BiConsumer<Integer, PartitionTopology> action) Passes each map entry to the given consumer.