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

com.bazaarvoice.emodb.sor.log.SlowQueryLog 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 interface SlowQueryLog {

    void log(String table, String key, Expanded record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy