com.bazaarvoice.emodb.sor.log.SlowQueryLog Maven / Gradle / Ivy
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