Class BlockingReadRepairs
- java.lang.Object
-
- org.apache.cassandra.service.reads.repair.BlockingReadRepairs
-
public class BlockingReadRepairs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlockingReadRepairs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-