Class BlockingReadRepairs


  • public class BlockingReadRepairs
    extends java.lang.Object
    • Constructor Detail

      • BlockingReadRepairs

        public BlockingReadRepairs()
    • Method Detail

      • 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.