public class RepairJob extends com.google.common.util.concurrent.AbstractFuture<RepairResult> implements java.lang.Runnable
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 |
---|---|
void |
run()
Runs repair job.
|
public RepairJob(RepairSession session, java.lang.String columnFamily, RepairParallelism parallelismDegree, long repairedAt, com.google.common.util.concurrent.ListeningExecutorService taskExecutor)
session
- RepairSession that this RepairJob belongscolumnFamily
- name of the ColumnFamily to repairparallelismDegree
- how to run repair job in parallelrepairedAt
- when the repair occurred (millis)taskExecutor
- Executor to run various repair tasksCopyright © 2019 The Apache Software Foundation