Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.replica |
Modifier and Type | Method and Description |
---|---|
ReplicaSelector |
TiConfiguration.getReplicaSelector() |
Modifier and Type | Method and Description |
---|---|
void |
TiConfiguration.setReplicaSelector(ReplicaSelector replicaSelector) |
Modifier and Type | Class and Description |
---|---|
class |
FollowerReplicaSelector |
class |
LeaderFollowerReplicaSelector |
class |
LeaderReplicaSelector |
Modifier and Type | Field and Description |
---|---|
static ReplicaSelector |
ReplicaSelector.FOLLOWER |
static ReplicaSelector |
ReplicaSelector.LEADER |
static ReplicaSelector |
ReplicaSelector.LEADER_AND_FOLLOWER |
Copyright © 2024 PingCAP. All rights reserved.