Uses of Class
org.apache.cassandra.repair.RepairSessionResult
Packages that use RepairSessionResult
-
Uses of RepairSessionResult in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair with type parameters of type RepairSessionResultModifier and TypeFieldDescriptionfinal Optional<List<RepairSessionResult>>CoordinatedRepairResult.resultsMethod parameters in org.apache.cassandra.repair with type arguments of type RepairSessionResultModifier and TypeMethodDescriptionstatic CoordinatedRepairResultCoordinatedRepairResult.success(List<RepairSessionResult> results) Utility method for tests to produce a success result; should only be used by tests as syntaxtic sugar as all results must be present else an error is thrown.Constructor parameters in org.apache.cassandra.repair with type arguments of type RepairSessionResultModifierConstructorDescriptionCoordinatedRepairResult(Collection<Range<Token>> successfulRanges, Collection<Range<Token>> failedRanges, Collection<Range<Token>> skippedRanges, List<RepairSessionResult> results) -
Uses of RepairSessionResult in org.apache.cassandra.repair.consistent
Method parameters in org.apache.cassandra.repair.consistent with type arguments of type RepairSessionResultModifier and TypeMethodDescriptionvoidSyncStatSummary.consumeSessionResults(Optional<List<RepairSessionResult>> results)