Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.service | |
org.apache.cassandra.tools |
Modifier and Type | Field and Description |
---|---|
RepairParallelism |
RepairSession.parallelismDegree |
Modifier and Type | Method and Description |
---|---|
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 |
---|
RepairJob(IRepairJobEventListener listener,
java.util.UUID parentSessionId,
java.util.UUID sessionId,
java.lang.String keyspace,
java.lang.String columnFamily,
Range<Token> range,
RepairParallelism parallelismDegree,
com.google.common.util.concurrent.ListeningExecutorService taskExecutor)
Create repair job to run on specific columnfamily
|
RepairSession(java.util.UUID parentRepairSession,
Range<Token> range,
java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Set<java.net.InetAddress> endpoints,
java.lang.String... cfnames)
Create new repair session.
|
RepairSession(java.util.UUID parentRepairSession,
java.util.UUID id,
Range<Token> range,
java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Set<java.net.InetAddress> endpoints,
java.lang.String[] cfnames) |
Modifier and Type | Method and Description |
---|---|
int |
StorageService.forceRepairAsync(java.lang.String keyspace,
RepairParallelism parallelismDegree,
boolean isLocal,
java.util.Collection<Range<Token>> ranges,
boolean fullRepair,
java.lang.String... columnFamilies) |
int |
StorageService.forceRepairAsync(java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.util.Collection<Range<Token>> ranges,
boolean fullRepair,
java.lang.String... columnFamilies) |
RepairFuture |
ActiveRepairService.submitRepairSession(java.util.UUID parentRepairSession,
Range<Token> range,
java.lang.String keyspace,
RepairParallelism parallelismDegree,
java.util.Set<java.net.InetAddress> endpoints,
java.lang.String... cfnames)
Requests repairs for the given keyspace and column families.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeProbe.forceRepairAsync(java.io.PrintStream out,
java.lang.String keyspaceName,
RepairParallelism parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
boolean primaryRange,
boolean fullRepair,
java.lang.String... columnFamilies) |
void |
NodeProbe.forceRepairRangeAsync(java.io.PrintStream out,
java.lang.String keyspaceName,
RepairParallelism parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String startToken,
java.lang.String endToken,
boolean fullRepair,
java.lang.String... columnFamilies) |
Copyright © 2020 The Apache Software Foundation