Uses of Class
org.apache.cassandra.repair.RepairSession
-
Packages that use RepairSession Package Description org.apache.cassandra.repair org.apache.cassandra.service -
-
Uses of RepairSession in org.apache.cassandra.repair
Constructors in org.apache.cassandra.repair with parameters of type RepairSession Constructor Description RepairJob(RepairSession session, java.lang.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 RepairSession 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.
-