Uses of Class
org.apache.cassandra.repair.CommonRange
-
Packages that use CommonRange Package Description org.apache.cassandra.repair org.apache.cassandra.service -
-
Uses of CommonRange in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as CommonRange Modifier and Type Field Description CommonRange
RepairSession. commonRange
Range to repairMethods in org.apache.cassandra.repair with parameters of type CommonRange Modifier and Type Method Description static void
SystemDistributedKeyspace. startRepairs(java.util.UUID id, java.util.UUID parent_id, java.lang.String keyspaceName, java.lang.String[] cfnames, CommonRange commonRange)
Constructors in org.apache.cassandra.repair with parameters of type CommonRange Constructor Description RepairSession(java.util.UUID parentRepairSession, java.util.UUID id, CommonRange commonRange, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, java.lang.String... cfnames)
Create new repair session. -
Uses of CommonRange in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CommonRange 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.
-