Chronos c = new Chronos();
SegmentFactory elementStoreSegFactory = new MemorySegmentFactory();
ElementFactory<TypeaheadElement> elementFactory = new SimpleTypeaheadElementFactory();
ElementSerializer<TypeaheadElement> elementSerializer = new TypeaheadElementSerializer();
ArrayStoreElement<TypeaheadElement> elementStore =
StoreFactory.createElementStorePartition(elementStoreDir, idStart, idCount, elementStoreSegFactory, elementStoreSegMB, elementSerializer);
TypeaheadElementStoreBootstrap elementStoreBootstrap =
new TypeaheadElementStoreBootstrap(elementStore, elementFactory);