Class BlockingReadRepairs
java.lang.Object
org.apache.cassandra.service.reads.repair.BlockingReadRepairs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MutationcreateRepairMutation(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.
-
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.
-