Uses of Class
org.apache.cassandra.service.AntiEntropyService.RepairFuture

Packages that use AntiEntropyService.RepairFuture
org.apache.cassandra.service   
 

Uses of AntiEntropyService.RepairFuture in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return AntiEntropyService.RepairFuture
 AntiEntropyService.RepairFuture StorageService.forceTableRepair(Range<Token> range, java.lang.String tableName, boolean isSequential, java.lang.String... columnFamilies)
           
 AntiEntropyService.RepairFuture AntiEntropyService.submitRepairSession(Range<Token> range, java.lang.String tablename, boolean isSequential, 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