Class BlockingReadRepairs

java.lang.Object
org.apache.cassandra.service.reads.repair.BlockingReadRepairs

public class BlockingReadRepairs extends Object
  • Constructor Details

    • BlockingReadRepairs

      public BlockingReadRepairs()
  • Method Details

    • createRepairMutation

      public static Mutation createRepairMutation(PartitionUpdate update, ConsistencyLevel consistency, InetAddressAndPort destination, boolean suppressException)
      Create a read repair mutation from the given update, if the mutation is not larger than the maximum mutation size, otherwise return null. Or, if we're configured to be strict, throw an exception.