IdGenerator idGenerator = new IdGeneratorImpl();
configuration = HBASE_PROXY.getConf();
zooKeeper = new StateWatchingZooKeeper(HBASE_PROXY.getZkConnectString(), 10000);
hbaseTableFactory = new HBaseTableFactoryImpl(HBASE_PROXY.getConf());
RepositoryModel repositoryModel = new RepositoryModelImpl(zooKeeper);
typeManager = new HBaseTypeManager(idGenerator, configuration, zooKeeper, hbaseTableFactory);
DFSBlobStoreAccess dfsBlobStoreAccess = new DFSBlobStoreAccess(HBASE_PROXY.getBlobFS(), new Path("/lily/blobs"));
List<BlobStoreAccess> blobStoreAccesses = Collections.<BlobStoreAccess>singletonList(dfsBlobStoreAccess);