Uses of Class
org.apache.cassandra.repair.messages.PrepareConsistentRequest
-
Packages that use PrepareConsistentRequest Package Description org.apache.cassandra.repair.consistent org.apache.cassandra.repair.messages -
-
Uses of PrepareConsistentRequest in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent with parameters of type PrepareConsistentRequest Modifier and Type Method Description voidLocalSessions. handlePrepareMessage(InetAddressAndPort from, PrepareConsistentRequest request)The PrepareConsistentRequest promotes the parent repair session to a consistent incremental session, and isolates the data to be repaired from the rest of the table's data No response is sent to the repair coordinator until the data preparation / isolation has completed successfully. -
Uses of PrepareConsistentRequest in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages with type parameters of type PrepareConsistentRequest Modifier and Type Field Description static IVersionedSerializer<PrepareConsistentRequest>PrepareConsistentRequest. serializer
-