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