accounting-insert-rstudio-s.../src/main/java/org/gcube/accounting/insert/rstudio/persistence/AggregatorPersistenceBacken...

18 lines
339 B
Java

package org.gcube.accounting.insert.rstudio.persistence;
/**
* @author Alessandro Pieve (ISTI - CNR)
*
*/
public interface AggregatorPersistenceBackendQuery {
public static final int KEY_VALUES_LIMIT = 25;
public void prepareConnection(
AggregatorPersistenceBackendQueryConfiguration configuration)
throws Exception;
}