MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / Leader

Method Leader

store/engine/engine.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32type Engine interface {
33 ID() string
34 Leader() string
35 LeaderChange() <-chan bool
36 IsReady(ctx context.Context) bool
37

Callers 8

syncLoopMethod · 0.65
IsLeaderMethod · 0.65
LeaderMethod · 0.65
TestElectFunction · 0.65
TestElectFunction · 0.65
TestElectFunction · 0.65
TestElectFunction · 0.65
RedirectIfNotLeaderFunction · 0.65

Implementers 6

Mockstore/engine/engine_inmemory.go
Postgresqlstore/engine/postgresql/postgresql.go
Etcdstore/engine/etcd/etcd.go
Consulstore/engine/consul/consul.go
Nodestore/engine/raft/node.go
Zookeeperstore/engine/zookeeper/zookeeper.go

Calls

no outgoing calls

Tested by 4

TestElectFunction · 0.52
TestElectFunction · 0.52
TestElectFunction · 0.52
TestElectFunction · 0.52