Class RepairAdmin.SummarizeRepairedCmd
- java.lang.Object
-
- org.apache.cassandra.tools.NodeTool.NodeToolCmd
-
- org.apache.cassandra.tools.nodetool.RepairAdmin
-
- org.apache.cassandra.tools.nodetool.RepairAdmin.SummarizeRepairedCmd
-
- Enclosing class:
- RepairAdmin
@Command(name="summarize-repaired", description="return the most recent repairedAt timestamp for the given token range (or all replicated ranges if no tokens are provided)") public static class RepairAdmin.SummarizeRepairedCmd extends RepairAdmin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.tools.nodetool.RepairAdmin
RepairAdmin.CancelCmd, RepairAdmin.CleanupDataCmd, RepairAdmin.ListCmd, RepairAdmin.SummarizePendingCmd, RepairAdmin.SummarizeRepairedCmd
-
Nested classes/interfaces inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
NodeTool.NodeToolCmd.KeyspaceSet
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
output, printPort
-
-
Constructor Summary
Constructors Constructor Description SummarizeRepairedCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(NodeProbe probe)
-
Methods inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
parseOptionalKeyspace, parseOptionalKeyspace, parseOptionalTables, parsePartitionKeys, run, runInternal
-
-
-
-
Method Detail
-
execute
protected void execute(NodeProbe probe)
- Specified by:
execute
in classNodeTool.NodeToolCmd
-
-