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

ca.carleton.gcrc.couch.date.cluster.IntervalClusterTree Maven / Gradle / Ivy

There is a newer version: 2.2.7
Show newest version
package ca.carleton.gcrc.couch.date.cluster;

import java.util.List;

import ca.carleton.gcrc.couch.date.impl.NowReference;
import ca.carleton.gcrc.couch.date.impl.TimeInterval;

/**
 * Structure to index a large number of elements according to the
 * associated interval. This interface provides the calls to
 * search the database given an interval.
 */
public interface IntervalClusterTree {

	List clusterIdsFromInterval(TimeInterval interval, NowReference now) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy