![JAR search and dependency download from the Maven repository](/logo.png)
ca.carleton.gcrc.couch.date.cluster.IntervalClusterTree Maven / Gradle / Ivy
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