Uses of Interface
org.apache.cassandra.repair.Scheduler
-
Packages that use Scheduler Package Description org.apache.cassandra.repair org.apache.cassandra.service -
-
Uses of Scheduler in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement Scheduler Modifier and Type Class Description static classScheduler.LimitedConcurrentSchedulerstatic classScheduler.NoopSchedulerFields in org.apache.cassandra.repair declared as Scheduler Modifier and Type Field Description SchedulerRepairSession. validationSchedulerMethods in org.apache.cassandra.repair that return Scheduler Modifier and Type Method Description static SchedulerScheduler. build(int concurrentValidations)Methods in org.apache.cassandra.repair with parameters of type Scheduler Modifier and Type Method Description default Future<CoordinatedRepairResult>RepairTask. perform(ExecutorPlus executor, Scheduler validationScheduler)Future<CoordinatedRepairResult>IncrementalRepairTask. performUnsafe(ExecutorPlus executor, Scheduler validationScheduler)Future<CoordinatedRepairResult>NormalRepairTask. performUnsafe(ExecutorPlus executor, Scheduler validationScheduler)Future<CoordinatedRepairResult>PreviewRepairTask. performUnsafe(ExecutorPlus executor, Scheduler validationScheduler)Future<CoordinatedRepairResult>RepairTask. performUnsafe(ExecutorPlus executor, Scheduler validationScheduler)protected Future<CoordinatedRepairResult>AbstractRepairTask. runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, java.util.List<CommonRange> commonRanges, java.lang.String... cfnames)Constructors in org.apache.cassandra.repair with parameters of type Scheduler Constructor Description RepairSession(TimeUUID parentRepairSession, Scheduler validationScheduler, CommonRange commonRange, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, java.lang.String... cfnames)Create new repair session. -
Uses of Scheduler in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type Scheduler Modifier and Type Method Description RepairSessionActiveRepairService. submitRepairSession(TimeUUID parentRepairSession, CommonRange range, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, java.lang.String... cfnames)Requests repairs for the given keyspace and column families.
-