ThreadPool threadPool) {
this.name = name;
this.typeName = name;
this.interfaces = connectorInterfaces;
this.traverser = traverser;
this.hostLoadManager = new HostLoadManager(null, null, new SystemClock());
this.stateStore =
new MockTraversalStateStore(persistentStore, storeContext);
this.persistentStore = persistentStore;
this.storeContext = storeContext;
this.threadPool = threadPool;