Class SSTableRepairedSet
java.lang.Object
org.apache.cassandra.tools.NodeTool.NodeToolCmd
org.apache.cassandra.tools.nodetool.SSTableRepairedSet
@Command(name="sstablerepairedset",
description="Set the repaired state of SSTables for given keyspace/tables")
public class SSTableRepairedSet
extends NodeTool.NodeToolCmd
Provides a way to set the repaired state of SSTables without any downtime through nodetool.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
NodeTool.NodeToolCmd.KeyspaceSet -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanFields inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
output, printPort -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
parseOptionalKeyspace, parseOptionalKeyspace, parseOptionalTables, parsePartitionKeys, run, runInternal
-
Field Details
-
args
-
reallySet
protected boolean reallySet -
isRepaired
protected boolean isRepaired -
isUnrepaired
protected boolean isUnrepaired
-
-
Constructor Details
-
SSTableRepairedSet
public SSTableRepairedSet()
-
-
Method Details
-
execute
- Specified by:
executein classNodeTool.NodeToolCmd
-