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

Method Delete

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

Source from the content-addressed store, hash-verified

39 Exists(ctx context.Context, key string) (bool, error)
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

Callers 14

RemoveNamespaceMethod · 0.65
RemoveClusterMethod · 0.65
TestBasicOperationsFunction · 0.65
DeleteMethod · 0.65
TestBasicOperationsFunction · 0.65
DeleteMethod · 0.65
TestBasicOperationsFunction · 0.65
applyEntryMethod · 0.65
TestBasicOperationsFunction · 0.65
DeleteMethod · 0.65
deleteNamespaceFunction · 0.65
deleteClusterFunction · 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