Uses of Interface
org.apache.cassandra.repair.Scheduler
Packages that use Scheduler
-
Uses of Scheduler in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement SchedulerModifier and TypeClassDescriptionstatic final classstatic final classFields in org.apache.cassandra.repair declared as SchedulerMethods in org.apache.cassandra.repair that return SchedulerMethods in org.apache.cassandra.repair with parameters of type SchedulerModifier 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) Constructors in org.apache.cassandra.repair with parameters of type SchedulerModifierConstructorDescriptionRepairSession(SharedContext ctx, Scheduler validationScheduler, TimeUUID parentRepairSession, CommonRange commonRange, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, String... cfnames) Create new repair session. -
Uses of Scheduler in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type SchedulerModifier and TypeMethodDescriptionActiveRepairService.submitRepairSession(TimeUUID parentRepairSession, CommonRange range, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, String... cfnames) Requests repairs for the given keyspace and column families.