Package | Description |
---|---|
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
AntiEntropyService.RepairFuture |
StorageService.forceTableRepair(Range<Token> range,
java.lang.String tableName,
boolean isSequential,
boolean isLocal,
java.lang.String... columnFamilies) |
AntiEntropyService.RepairFuture |
AntiEntropyService.submitRepairSession(Range<Token> range,
java.lang.String tablename,
boolean isSequential,
boolean isLocal,
java.lang.String... cfnames)
Requests repairs for the given table and column families, and blocks until all repairs have been completed.
|
Copyright © 2013 The Apache Software Foundation