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

18 lines
339 B
Java
Raw Normal View History

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