MCPcopy
hub / github.com/grafana/dskit / SetPartitionStateChangeLock

Method SetPartitionStateChangeLock

ring/partition_ring_http.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, partitionID int32, locked bool)

Source from the content-addressed store, hash-verified

30type PartitionRingUpdater interface {
31 ChangePartitionState(ctx context.Context, partitionID int32, toState PartitionState) error
32 SetPartitionStateChangeLock(ctx context.Context, partitionID int32, locked bool) error
33}
34
35type PartitionRingPageHandler struct {

Callers 1

handlePostRequestMethod · 0.65

Implementers 1

PartitionRingEditorring/partition_ring_editor.go

Calls

no outgoing calls

Tested by

no test coverage detected