public interface ReplicaSelector extends Serializable
Modifier and Type | Field and Description |
---|---|
static ReplicaSelector |
FOLLOWER |
static ReplicaSelector |
LEADER |
static ReplicaSelector |
LEADER_AND_FOLLOWER |
Modifier and Type | Method and Description |
---|---|
List<Store> |
select(Region region) |
static final ReplicaSelector LEADER
static final ReplicaSelector FOLLOWER
static final ReplicaSelector LEADER_AND_FOLLOWER
Copyright © 2024 PingCAP. All rights reserved.