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 RepairSession
ActiveRepairService. submitRepairSession(java.util.UUID parentRepairSession, CommonRange range, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, com.google.common.util.concurrent.ListeningExecutorService executor, java.lang.String... cfnames)
Requests repairs for the given keyspace and column families.
-