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

Method List

store/engine/engine.go:42–42  ·  view source on GitHub ↗
(ctx context.Context, prefix string)

Source from the content-addressed store, hash-verified

40 Set(ctx context.Context, key string, value []byte) error
41 Delete(ctx context.Context, key string) error
42 List(ctx context.Context, prefix string) ([]Entry, error)
43
44 Close() error
45}

Callers 8

ListNamespaceMethod · 0.65
ListClusterMethod · 0.65
TestBasicOperationsFunction · 0.65
TestBasicOperationsFunction · 0.65
ListMethod · 0.65
TestBasicOperationsFunction · 0.65
ListMethod · 0.65
TestBasicOperationsFunction · 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

TestBasicOperationsFunction · 0.52
TestBasicOperationsFunction · 0.52
TestBasicOperationsFunction · 0.52
TestBasicOperationsFunction · 0.52