Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.repair.messages | |
org.apache.cassandra.service |
Modifier and Type | Field and Description |
---|---|
RepairParallelism |
RepairSession.parallelismDegree |
Modifier and Type | Method and Description |
---|---|
static RepairParallelism |
RepairParallelism.fromName(java.lang.String name)
Return RepairParallelism that match given name.
|
static RepairParallelism |
RepairParallelism.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepairParallelism[] |
RepairParallelism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RepairSession(java.util.UUID parentRepairSession,
java.util.UUID id,
java.util.Collection<Range<Token>> ranges,
java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Set<java.net.InetAddress> endpoints,
long repairedAt,
boolean pullRepair,
java.lang.String... cfnames)
Create new repair session.
|
Modifier and Type | Method and Description |
---|---|
RepairParallelism |
RepairOption.getParallelism() |
Constructor and Description |
---|
RepairOption(RepairParallelism parallelism,
boolean primaryRange,
boolean incremental,
boolean trace,
int jobThreads,
java.util.Collection<Range<Token>> ranges,
boolean isSubrangeRepair,
boolean pullRepair) |
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 © 2018 The Apache Software Foundation