| Package | Description |
|---|---|
| org.apache.cassandra.repair | |
| org.apache.cassandra.service |
| Modifier and Type | Field and Description |
|---|---|
CommonRange |
RepairSession.commonRange
Range to repair
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemDistributedKeyspace.startRepairs(java.util.UUID id,
java.util.UUID parent_id,
java.lang.String keyspaceName,
java.lang.String[] cfnames,
CommonRange commonRange) |
| Constructor and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2009-2020 The Apache Software Foundation