Uses of Class
org.apache.cassandra.repair.SyncStat
-
Packages that use SyncStat Package Description org.apache.cassandra.repair -
-
Uses of SyncStat in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as SyncStat Modifier and Type Field Description protected SyncStat
SyncTask. stat
Fields in org.apache.cassandra.repair with type parameters of type SyncStat Modifier and Type Field Description java.util.List<SyncStat>
RepairResult. stats
Methods in org.apache.cassandra.repair that return SyncStat Modifier and Type Method Description SyncStat
SyncStat. withSummaries(java.util.List<SessionSummary> summaries)
Constructor parameters in org.apache.cassandra.repair with type arguments of type SyncStat Constructor Description RepairResult(RepairJobDesc desc, java.util.List<SyncStat> stats)
-