Search in sources :

Example 11 with StaticgridSpacePartitioner

use of org.bboxdb.distribution.partitioner.StaticgridSpacePartitioner in project bboxdb by jnidzwetzki.

the class TestStaticgridSpacePartitioner2 method testMergeComplete.

/**
 * Test the merge complete call
 * @throws BBoxDBException
 * @throws ZookeeperNotFoundException
 * @throws ZookeeperException
 */
@Test(expected = BBoxDBException.class)
public void testMergeComplete() throws BBoxDBException, ZookeeperException, ZookeeperNotFoundException {
    final StaticgridSpacePartitioner spacePartitioner = getSpacePartitioner();
    spacePartitioner.mergeComplete(null, null);
}
Also used : StaticgridSpacePartitioner(org.bboxdb.distribution.partitioner.StaticgridSpacePartitioner) Test(org.junit.Test)

Aggregations

StaticgridSpacePartitioner (org.bboxdb.distribution.partitioner.StaticgridSpacePartitioner)11 Test (org.junit.Test)11 DistributionRegion (org.bboxdb.distribution.region.DistributionRegion)2 BoundingBox (org.bboxdb.commons.math.BoundingBox)1