All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.astyanax.recipes.UniquenessConstraintViolationMonitor Maven / Gradle / Ivy

There is a newer version: 3.8.0-bv14
Show newest version
package com.netflix.astyanax.recipes;

@Deprecated
public interface UniquenessConstraintViolationMonitor {
    void onViolation(K key, C column);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy