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

com.bazaarvoice.emodb.sor.log.NullSlowQueryLog Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.sor.log;

import com.bazaarvoice.emodb.sor.core.Expanded;

public class NullSlowQueryLog implements SlowQueryLog {

    @Override
    public void log(String table, String key, Expanded record) {
        // Do nothing
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy