public static final Dimension<Long> Z = new Dimension<Long>("Z", new BigEndianLongBucketer(), false, 8, true);
@Test
public void testAddress() throws Exception {
ConcurrentMap<BoxedByteArray, byte[]> backingMap = Maps.newConcurrentMap();
IdService idService = new CachingIdService(4, new MapIdService(), "test");
DbHarness<LongOp> dbHarness = new MapDbHarness<LongOp>(backingMap, LongOp.DESERIALIZER, CommitType.OVERWRITE, idService);
List<Dimension<?>> dims = ImmutableList.<Dimension<?>>of(X, Y, Z);
List<Rollup> rollups = ImmutableList.of(new Rollup(X, Y), new Rollup(Y, Z));