Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ IsReady
Method
IsReady
store/engine/engine.go:36–36 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
34
Leader() string
35
LeaderChange() <-
chan
bool
36
IsReady(ctx context.Context) bool
37
38
Get(ctx context.Context, key string) ([]byte, error)
39
Exists(ctx context.Context, key string) (bool, error)
Callers
1
TestCluster_AddRemovePeer
Function · 0.65
Implementers
6
Mock
store/engine/engine_inmemory.go
Postgresql
store/engine/postgresql/postgresql.go
Etcd
store/engine/etcd/etcd.go
Consul
store/engine/consul/consul.go
Node
store/engine/raft/node.go
Zookeeper
store/engine/zookeeper/zookeeper.go
Calls
no outgoing calls
Tested by
1
TestCluster_AddRemovePeer
Function · 0.52