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);
}
Aggregations