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 range, java.lang.String tableName, java.lang.String... columnFamilies)
           
 AntiEntropyService.RepairFuture AntiEntropyService.submitRepairSession(Range range, java.lang.String tablename, java.lang.String... cfnames)
          Requests repairs for the given table and column families, and blocks until all repairs have been completed.
 



Copyright © 2012 The Apache Software Foundation