Uses of Class
org.apache.cassandra.repair.CoordinatedRepairResult
Packages that use CoordinatedRepairResult
-
Uses of CoordinatedRepairResult in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that return CoordinatedRepairResultModifier and TypeMethodDescriptionstatic CoordinatedRepairResultCoordinatedRepairResult.create(List<Collection<Range<Token>>> ranges, List<RepairSessionResult> results) static 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.Methods in org.apache.cassandra.repair that return types with arguments of type CoordinatedRepairResultModifier and TypeMethodDescriptiondefault Future<CoordinatedRepairResult>RepairTask.perform(ExecutorPlus executor, Scheduler validationScheduler) IncrementalRepairTask.performUnsafe(ExecutorPlus executor, Scheduler validationScheduler) NormalRepairTask.performUnsafe(ExecutorPlus executor, Scheduler validationScheduler) PreviewRepairTask.performUnsafe(ExecutorPlus executor, Scheduler validationScheduler) RepairTask.performUnsafe(ExecutorPlus executor, Scheduler validationScheduler) protected Future<CoordinatedRepairResult>AbstractRepairTask.runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, List<CommonRange> commonRanges, String... cfnames) -
Uses of CoordinatedRepairResult in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that return types with arguments of type CoordinatedRepairResultModifier and TypeMethodDescriptionCoordinatorSession.execute(Supplier<Future<CoordinatedRepairResult>> sessionSubmitter) Runs the asynchronous consistent repair session.Method parameters in org.apache.cassandra.repair.consistent with type arguments of type CoordinatedRepairResultModifier and TypeMethodDescriptionCoordinatorSession.execute(Supplier<Future<CoordinatedRepairResult>> sessionSubmitter) Runs the asynchronous consistent repair session.