Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.service |
Constructor and Description |
---|
RepairJob(RepairSession session,
java.lang.String columnFamily)
Create repair job to run on specific columnfamily
|
Modifier and Type | Method and Description |
---|---|
RepairSession |
ActiveRepairService.submitRepairSession(java.util.UUID parentRepairSession,
java.util.Collection<Range<Token>> range,
java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Set<java.net.InetAddress> endpoints,
long repairedAt,
boolean pullRepair,
com.google.common.util.concurrent.ListeningExecutorService executor,
java.lang.String... cfnames)
Requests repairs for the given keyspace and column families.
|
Copyright © 2020 The Apache Software Foundation