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

Method UpdateCluster

store/store.go:47–47  ·  view source on GitHub ↗
(ctx context.Context, ns string, cluster *Cluster)

Source from the content-addressed store, hash-verified

45 RemoveCluster(ctx context.Context, ns, cluster string) error
46 CreateCluster(ctx context.Context, ns string, cluster *Cluster) error
47 UpdateCluster(ctx context.Context, ns string, cluster *Cluster) error
48 SetCluster(ctx context.Context, ns string, clusterInfo *Cluster) error
49
50 CheckNewNodes(ctx context.Context, nodes []string) error

Callers 8

increaseFailureCountMethod · 0.65
CreateMethod · 0.65
RemoveMethod · 0.65
CreateMethod · 0.65
RemoveMethod · 0.65
FailoverMethod · 0.65
MigrateSlotMethod · 0.65

Implementers 1

ClusterStorestore/store.go

Calls

no outgoing calls

Tested by

no test coverage detected