Uses of Class
org.apache.cassandra.repair.consistent.RepairedState.Stats
-
Packages that use RepairedState.Stats Package Description org.apache.cassandra.repair.consistent org.apache.cassandra.repair.consistent.admin -
-
Uses of RepairedState.Stats in org.apache.cassandra.repair.consistent
Fields in org.apache.cassandra.repair.consistent declared as RepairedState.Stats Modifier and Type Field Description static RepairedState.Stats
RepairedState.Stats. EMPTY
Methods in org.apache.cassandra.repair.consistent that return RepairedState.Stats Modifier and Type Method Description RepairedState.Stats
LocalSessions. getRepairedStats(TableId tid, java.util.Collection<Range<Token>> ranges)
RepairedState.Stats
RepairedState. getRepairedStats(java.util.Collection<Range<Token>> ranges)
-
Uses of RepairedState.Stats in org.apache.cassandra.repair.consistent.admin
Methods in org.apache.cassandra.repair.consistent.admin with parameters of type RepairedState.Stats Modifier and Type Method Description static RepairStats
RepairStats. fromRepairState(java.lang.String keyspace, java.lang.String table, RepairedState.Stats stats)
-