Class UnfilteredValidation

java.lang.Object
org.apache.cassandra.db.UnfilteredValidation

public class UnfilteredValidation extends Object
Handles unfiltered validation - if configured, it checks if the provided unfiltered has invalid deletions (if the local deletion time is negative or if the ttl is negative) and then either logs or throws an exception if so.