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.
  • Field Details

    • args

      protected List<String> args
    • reallySet

      protected boolean reallySet
    • isRepaired

      protected boolean isRepaired
    • isUnrepaired

      protected boolean isUnrepaired
  • Constructor Details

    • SSTableRepairedSet

      public SSTableRepairedSet()
  • Method Details