We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe35ece commit 3229d0dCopy full SHA for 3229d0d
pkg/scyllaclient/model.go
@@ -120,11 +120,7 @@ func operationalModeFromString(str string) OperationalMode {
120
type CompactionType string
121
122
const (
123
- CompactionCompactionType CompactionType = "COMPACTION"
124
- CleanupCompactionType CompactionType = "CLEANUP"
125
- ScrubCompactionType CompactionType = "SCRUB"
126
- UpgradeCompactionType CompactionType = "UPGRADE"
127
- ReshapeCompactionType CompactionType = "RESHAPE"
+ CleanupCompactionType CompactionType = "CLEANUP"
128
)
129
130
// NodeStatusAndStateInfo represents a node's status and state (like in nodetool status).
0 commit comments