Uses of Class
org.apache.cassandra.repair.RepairSession
Packages that use RepairSession
-
Uses of RepairSession in org.apache.cassandra.repair
Constructors in org.apache.cassandra.repair with parameters of type RepairSessionModifierConstructorDescriptionRepairJob(RepairSession session, String columnFamily) Create repair job to run on specific columnfamily -
Uses of RepairSession in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return RepairSessionModifier 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.