com.datastax.data.exploration.service.report.RedundantDataService Maven / Gradle / Ivy
package com.datastax.data.exploration.service.report;
public interface RedundantDataService {
String analysisResult(String id);
}
package com.datastax.data.exploration.service.report;
public interface RedundantDataService {
String analysisResult(String id);
}